The perfect template for app developers.
A Nuxt.js template that takes care of all the boring stuff (auth, teams, roles, realtime, etc) so you can focus on bringing your ideas to life. Designed to work with Claude Code.


~46 hours of plumbing. Already done.
Every full-stack app needs the same boilerplate. The math is always the same — and it has nothing to do with what you're actually trying to build.
Auth ~4 hrs
Signup, login, OAuth, sessions, password reset. Wired into the Nuxt server and Supabase.
Teams ~3 hrs
Team creation, switching, membership, ownership transfer. The entire multi-tenant loop.
Invitations ~3 hrs
Token-based invites with accept flow, role assignment, and webhook delivery instead of email.
Permissions ~5 hrs
Role-based access enforced on the server AND the UI. One permission map, two guards.
Realtime ~3 hrs
Supabase Realtime plumbed into Vue composables. Subscribe, forget, move on.
Webhooks ~3 hrs
Fire-and-forget event dispatch with retry. Wire any mutation — invites, announcements, profile updates — to external tools.
AI Chat ~12 hrs
Internal assistant with persistent chats, schema-aware SQL, and typed write tools. Optional OpenRouter key.
Activity log ~4 hrs
Trigger-driven audit of every mutation. Actor, source, before/after, owner-visible at /app/activity.
Dashboard ~9 hrs
Sidebar, navbar, command palette, settings, announcements, members. Not a scaffold — the real thing.
…and more
Avatar uploads, error toasts, loading states, file storage, env wiring, type-safe Supabase client. The dozen small things you'd otherwise hand-roll.
Want more? Copy-paste from the prompts library.
Every plugin and example on this site is a tested Claude Code prompt. Paste it in, let Claude do the work, ship the feature.
Public API
Drop-in API key management, external /api/v1 routes, and auth. For n8n, Zapier, or your own integrations.
Rate Limiting
Postgres-backed fixed-window limiter. Zero external dependencies — just a migration and a helper.
Cron Jobs
Scheduled tasks for reminders, cleanups, digests. Coming soon to the prompts library.
Example: Job Management
A full walkthrough — schema, server routes, realtime, and UI — for a job tracking feature.
More examples
CRM, invoicing, and more patterns that translate directly to whatever you're actually building.