Resources

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.

15 resources
guide
React documentation

Official docs for the React 19 starter frontend - hooks, server-aware patterns, and the modern API surface.

suprnova maintainers
guide
Svelte documentation

Official docs for the Svelte 5 starter frontend - runes, snippets, and the component compiler.

suprnova maintainers
guide
Vue 3 documentation

Official docs for the Vue starter frontend - composition API, reactivity, and single-file components.

suprnova maintainers
guide
Zero To Production in Rust

Book-length walkthrough of building and operating a production Rust web service.

suprnova maintainers
tool
Caddy

Reverse proxy with automatic HTTPS - pairs well with a single-binary Suprnova deploy.

suprnova maintainers
template
Nebula starter kit

First-party authentication kit - Suprnova's Breeze equivalent: registration with email verification, login, password reset, profiles.

suprnova maintainers
template
Pulsar starter kit

Community-publishing kit: auth, articles, moderation, and profiles - the codebase this site grew from.

suprnova maintainers
tool
cargo-watch

Re-runs cargo commands when files change - keeps check or test output live while you edit.

suprnova maintainers
library
tracing

Structured, async-aware instrumentation - the backbone of Suprnova's logging and telemetry.

suprnova maintainers
library
Tokio

The async runtime Suprnova runs on. Its tutorial is the best grounding for async Rust.

suprnova maintainers
library
SeaORM

The async ORM underneath Eloquent models - entities, migrations, and the raw-query escape hatches.

suprnova maintainers
guide
Laravel documentation

The DX blueprint Suprnova mirrors. When you wonder why an API is shaped a certain way, the answer is usually here.

suprnova maintainers