Product blog
Product blog
Product updates, field guides, and field notes—each with links to docs and the hub where relevant. High-level milestones also appear on the changelog.
Topic
- Read
Field guide · Jun 3, 2026
Our three-mode workflow: prompt expansion → planning → coding (and why we never skip the middle)
Why the planning pass between understanding a request and writing code is the step that determines whether AI-assisted development produces something maintainable.
- Expand → plan → code
- The planning pass is non-negotiable
- Where rework actually comes from
Engineering
- Read
Field guide · Jun 3, 2026
2D vs 3D vs 4D vs Advanced visualizer engines: which to choose
A no-hype comparison of the four engine variants — 2D, 3D, 4D, and Advanced — what each costs, what each buys, and when to reach for which.
- Four variants: 2D / 3D / 4D / Advanced
- Canvas 2D vs WebGL/Three.js
- Pick by song, mood, and hardware
Novus Visualizers
- Read
Field notes · Jun 3, 2026
The economics of a free-tool portfolio
The economics behind running a portfolio of free tools: shared overhead, near-zero idle cost per tool, spread risk, and the compounding trust that makes several lean tools more resilient than one.
- Shared overhead, spread risk
- Each tool near-free at idle
- Trust compounds across tools
Novus Stream Solutions
- Read
Field guide · Jun 3, 2026
Image SEO: alt text, file names, and getting images indexed
Descriptive alt text and file names, image sitemaps, page-speed basics, and structured data — the practical image SEO that gets images indexed and helps pages rank.
- Alt text done right
- File names + sitemaps
- Speed as a ranking factor
Novus Stream Solutions (hub)
- Read
Field guide · Jun 3, 2026
Scheduling and queues for solo automations
When a one-person automation needs a queue, when cron is enough, and how to keep the whole thing reliable without standing up infrastructure you will have to babysit.
- Cron vs event-driven, decided honestly
- When a queue actually earns its keep
- Backpressure, concurrency limits, idempotent jobs
Novus Stream Solutions (hub)
- Read
Field guide · Jun 2, 2026
Generating social share images at the edge
How an edge image route turns the typed post data into a per-page share card automatically, and why dynamic beats static here.
- OG images generated on demand
- Rendered at the edge per page
- No static asset to maintain
Engineering
- Read
Field guide · Jun 2, 2026
One Next.js app, many sections: routing a hub-and-spoke portfolio from a single codebase
How a single App Router codebase serves an entire multi-product hub, and why that beats a constellation of separate apps when one person maintains it.
- One App Router project
- components/sections pattern
- Shared layout, metadata, sitemap
Engineering
- Read
Field guide · Jun 2, 2026
Building a marketplace-ready product image pack
A creator playbook for turning product cutouts into consistent, marketplace-ready image packs with auto-naming and embedded metadata.
- One-click curated export bundles
- Auto-naming + embedded alt text
- Right format per destination
NSS Background Remover
- Read
Field guide · Jun 2, 2026
Durable saves without a backend war: IndexedDB, account sync, and when you finally add login
An engineering field note on persistence for browser tools: in-memory loss, local IndexedDB saves, the jump to account-backed durability, and matching the saving model to the product rather than the fashion.
- IndexedDB local saves
- Accounts add cross-device durability
- Match saving to the product
Novus Stream Solutions
- Read
Field guide · Jun 2, 2026
Ghost-mannequin product photos without a studio
What the ghost-mannequin effect is, why it converts for apparel, the front-plus-inner-neck two-shot method, and how to composite it without a studio.
- The invisible-mannequin look
- Front + inner-neck two-shot
- Composited free, on-device
NSS Background Remover