Full-stack
by @ops Bun + Postgres + Redis: Real-time Dashboard Full-stack Starter
A genuine full-stack starter for live-updating dashboards — Bun's fast cold starts and native WebSocket support suiting a product where the dashboard needs to feel instant, not just correct.
Loads this recipe straight into the wizard — every setting stays editable before you generate anything.
The stack
Install
# pulls this exact recipe straight from the Vault $ npx stacktora install bun-realtime-dashboard-fullstack --remote $ stacktora sync # generate the files
What you get
More from the Vault
Node + Vite/React + Postgres + Redis: Full-stack SaaS Starter
A genuine full-stack SaaS starter — Node API and a Vite + React frontend wired together out of the box, Postgres for accounts and application data, and Redis for sessions and caching. Run one sync and get a working frontend and backend talking to each other, not just an API.
.NET + Postgres + Redis: Fintech-oriented Baseline
A security-conscious starting point for financial and payments-adjacent backends: .NET API, Postgres for ledger/transaction records, and Redis for session and rate-limit state. This is a starting baseline only, not a certified or verified PCI-DSS/regulatory-compliant stack — your own security and compliance review is still required before handling real financial data.
.NET + Postgres + Redis: Insurance Policy Quoting Engine
Rate calculation and quote generation before a policy exists — distinct from Insurance Claims Processing: that handles claims after something happens, this is underwriting math and quote state before a customer ever buys.
.NET + Postgres + Redis: Resource & Equipment Reservation System
Reserving shared resources — conference rooms, equipment, vehicles — with Redis-backed conflict prevention at the booking moment. Distinct from Booking & Appointment Scheduling: that's a provider's time slots, this is shared physical resources multiple people compete for.