Official docs for the React 19 starter frontend - hooks, server-aware patterns, and the modern API surface.
Community resources for shipping with Suprnova.
Guides, tools, libraries, and templates for building with Suprnova. The directory is maintainer-curated at launch - suggest an addition on GitHub and it lands here once vetted.
Official docs for the Svelte 5 starter frontend - runes, snippets, and the component compiler.
Official docs for the Vue starter frontend - composition API, reactivity, and single-file components.
Book-length walkthrough of building and operating a production Rust web service.
Reverse proxy with automatic HTTPS - pairs well with a single-binary Suprnova deploy.
First-party authentication kit - Suprnova's Breeze equivalent: registration with email verification, login, password reset, profiles.
Community-publishing kit: auth, articles, moderation, and profiles - the codebase this site grew from.
Re-runs cargo commands when files change - keeps check or test output live while you edit.
Structured, async-aware instrumentation - the backbone of Suprnova's logging and telemetry.
The async runtime Suprnova runs on. Its tutorial is the best grounding for async Rust.
The async ORM underneath Eloquent models - entities, migrations, and the raw-query escape hatches.
The DX blueprint Suprnova mirrors. When you wonder why an API is shaped a certain way, the answer is usually here.
