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 4, 2026
How to make a favicon (ICO) from any image
What a favicon is, the sizes that matter, designing for tiny scale, transparency, and making a multi-size ICO from any image — free and on-device.
- The sizes that matter
- Design for tiny scale
- Multi-size ICO, free
NSS Background Remover
- Read
Field guide · Jun 4, 2026
Print-on-demand as a business model, honestly
How print-on-demand actually works, the real trade-off (no inventory risk for thin margins and no fulfillment control), where it fits, and how to make the model work despite its constraints.
- No inventory, made-to-order
- The thin-margin trade-off
- Where POD actually fits
Novus Stream Solutions (hub)
- Read
Field guide · Jun 4, 2026
One recording, a week of content: a repurposing system for solo creators
Why daily-from-scratch creation fails and batch-and-repurpose wins, how to record one anchor piece designed to be harvested, the production line that turns it into a week of clips, audiograms, quotes, and posts, how to schedule the week, and where the ecosystem tools (thumbnails, visualizers) fit.
- Record once, post all week
- A repeatable production line
- The free tools to run it
Novus Stream Solutions (hub)
- Read
Field guide · Jun 4, 2026
CPM, RPM, and what actually pays
A plain-language guide to ad-revenue metrics and what really drives the only number you can bank.
- RPM is the real number
- Depth beats volume
- Engagement compounds
Novus Stream Solutions (hub)
- Read
Field guide · Jun 3, 2026
Shipping on Vercel solo: the deploy and preview workflow that keeps overhead near zero
The deploy, preview, and rollback loop that removes the ops tax from running multiple apps as a solo operator.
- Every push gets a preview URL
- Promote to production in a click
- Instant rollback to any prior deploy
Engineering
- 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 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