Skip to content
The production-grade starting point for AI-assisted coding

vibe code
anything

Skip the blank repo. Start with the boring, difficult parts already designed, typed, and gated—then tell your coding agent what you actually want to ship.

Get the full template for $29

One payment · lifetime access · 30-day guarantee

Full-stack sourceAI-native instructionsTyped architectureLifetime access

The blank-repo tax

Vibe coding is fast—until your app has to survive reality.

A blank repo feels liberating for the first hour. Then you hit tenancy, permissions, data contracts, workflows, provider setup, failure states, and deployment proof. Your agent can generate each piece. The expensive part is making every piece agree.

Without Maestro

Fast demo. Fragile foundation.

  • Rebuild auth, tenancy, and permissions from scratch
  • Glue AI workflows to ad-hoc handlers
  • Let frontend and backend contracts drift
  • Discover architecture mistakes after the demo
  • Spend days prompting for invisible plumbing

With Maestro

Fast build. Serious foundation.

  • Swap providers at contained, documented seams
  • Start with server-derived workspace tenancy
  • Build on typed workflows and capabilities
  • Catch drift with deterministic quality gates
  • Spend your prompts on the product people buy

The shortcut

Stop prompting for plumbing. Start shipping the thing.

01

Start at the product layer

Open a working SaaS shell instead of an empty folder. Your first prompt can describe the business, not the boilerplate.

02

Keep AI changes inside the lines

Repo-native instructions, typed contracts, boundary rules, and review gates give your coding agent a real operating system.

03

Grow without the rewrite tax

Tenancy, capabilities, workflows, headless surfaces, and provider adapters are designed as explicit seams from day one.

Get the full template for $29

One payment · lifetime access · 30-day guarantee

Watch the build loop

See a prompt become a proved app change.

The walkthrough shows the whole loop: describe the outcome, let Maestro find the right owner and recipe, preview the write, run the gates, and open the working app.

Open the live reference app
Video walkthrough02:00
PromptPreviewProveRun

The video slot is ready for the two-minute walkthrough.

The recording is next. Until then, open the live reference app and inspect the shell, workflows, agents, runs, API surface, and settings yourself.

What it looks like

A real business app shell—not a hero page and a TODO list.

You start with a cohesive workspace for Brain, sources, workflows, capabilities, agents, runs, API access, settings, and operational proof. Rename the nouns and compose the blocks around your product.

CLIENT BRAIN / WORKSPACE

Maestro

Business app shell

  • Overview
  • Brain
  • Sources
  • Workflows
  • Agents
  • Runs
  • API
  • Settings

Workflow / active

Source-grounded plan

Durable work with visible evidence.

Ready to run
  1. 01

    Source

  2. 02

    Context

  3. 03

    Agent

  4. 04

    Receipt

Source-grounded plan

Source → context → agent → Trust Receipt, with durable run state.

Provider posture

Start safely in fake mode. Connect live auth, billing, email, storage, and LLM providers when approved.

One typed operation

The same capability can appear in the web app, API docs, CLI, and MCP instead of being rebuilt four times.

The codebase talks back

Open Claude Code or Codex. Tell it what you want.

The template ships with host-native Maestro and official Convex skills. The skill teaches your coding agent the method; the CLI performs reviewed writes; deterministic gates decide whether the result is safe to keep.

Talk to the repository

Claude Code or Codex

Agent ready
  1. You

    Build me a launch tracker. Add milestones and keep every record workspace-scoped.

  2. Maestro

    I found record-management as the canonical owner. I can extend it with the CRUD recipe. First I will preview every write and collision. Nothing has changed yet.

  3. You

    Proceed with the reviewed plan.

  4. Maestro

    The files are staged atomically. Next I will regenerate the contracts, run the focused gates, and start the app in fake mode.

  • SKILL / 01

    Maestro app factory

    Finds the canonical owner, chooses the smallest recipe, previews changes, and keeps work inside the architecture.

  • SKILL / 02

    Convex quickstart

    Sets up or diagnoses the backend and verifies the first schema and function loop.

  • SKILL / 03

    Auth setup

    Guides reviewed WorkOS, Clerk, Auth0, or Convex Auth integration instead of guessing at provider wiring.

  • SKILL / 04

    Component builder

    Creates reusable Convex components using the official patterns bundled with the release.

  • SKILL / 05

    Migration helper

    Plans schema and data changes so a fast edit does not become a destructive production surprise.

  • SKILL / 06

    Performance audit

    Checks subscriptions, hot paths, conflicts, and function budgets before scale exposes them.

What you get

One template. The whole serious-app starting line.

For founders, consultants, and product builders who want AI coding speed without rebuilding the same app foundations every time.

INCLUDED / 01

The complete full-stack source

A polished React and SaaS UI application backed by Convex, plus the working reference app and every customization seam.

INCLUDED / 02

Claude Code and Codex skill packs

The Maestro skill, official Convex skills, host plugins, and optional MCP configuration are committed with the code.

INCLUDED / 03

Outcome recipes and generators

Preview and add business entities, capabilities, workflows, agents, routes, and client domains without guessing where files belong.

INCLUDED / 04

Agents, workflows, and capabilities

Production-shaped contracts for durable work, approvals, runs, and headless access through API, CLI, and MCP.

INCLUDED / 05

Fake-safe provider seams

Contained adapters for auth, analytics, billing, email, storage, and LLM providers, with safe local defaults before live credentials exist.

INCLUDED / 06

Gates, receipts, and handoff docs

Focused verification, transaction journals, provenance, architecture guides, and reviewer packets show what changed and why it is trustworthy.

Gates, explained like a human

The agent can move fast. The gates stop it from confidently breaking things.

A gate is just a deterministic check with permission to say “no.” It does not care how persuasive the AI sounds. If the code, ownership, data rules, or build do not agree, the change stays red.

  1. 01 / PREFLIGHT

    Are we safe to start?

    Checks the release, Node version, Git state, host, dependencies, and provider mode before anything is written.

    Stops

    Wrong environment, dirty work, missing baseline, and unsafe live-provider assumptions.

  2. 02 / OWNERSHIP

    Does this feature have one clear home?

    Looks up which system owns the responsibility, table, route, and lifecycle so the agent extends the existing authority.

    Stops

    Duplicate subsystems, two tables for the same noun, and business logic scattered across routes.

  3. 03 / CONTRACTS

    Do all the pieces agree?

    Regenerates typed contracts so the backend, web app, API, CLI, and MCP expose the same operation and failures.

    Stops

    UI/backend drift, hand-edited generated files, missing error cases, and broken headless surfaces.

  4. 04 / FOCUSED PROOF

    Did this exact change actually work?

    Runs the smallest relevant set of formatting, types, tests, builds, schema, topology, security, and route checks.

    Stops

    Code that compiles but breaks a route, a migration, tenancy, a provider boundary, or another package.

  5. 05 / RECEIPT

    Can another human verify what happened?

    Keeps the approved fingerprints, generated-file provenance, transaction journal, and verification result with the change.

    Stops

    Mystery edits, unverifiable AI claims, and “it worked on my machine” handoffs.

The AI proposes. The gates decide.

Who this is for

You do not need to be an Effect expert. You do need to be comfortable driving a coding agent.

This is a serious codebase with an unusually good guide rail—not a no-code builder. Claude Code or Codex does most of the typing, but you still review plans, run commands, and make product decisions.

This is for you if

You want leverage, not magic.

  • You already use Claude Code, Codex, or another repo-aware coding agent—or genuinely want to learn that workflow.
  • You can work in a terminal, use Git, read a diff, and paste an error back to the agent.
  • You are building software with users, workspace data, workflows, agents, integrations, or operational risk.
  • You want a fast start that can survive past the demo instead of a disposable prototype.

Skip this if

You want no-code or zero responsibility.

  • You want a drag-and-drop, no-code, one-click app generator.
  • You do not want to touch code, Git, package commands, or a terminal.
  • You expect production auth, billing, email, storage, and LLM accounts to arrive pre-connected.
  • You only need a static marketing page or the quickest possible throwaway mockup.

What you can build

Start with a working shell. Change the nouns and the business rules.

These are product directions the architecture supports. The labels tell you what is proven, what is included as a blueprint, and what still requires a custom build.

PROVEN IN EXTERNAL DOGFOOD

Launch tracker

A clean agent created a separate Launch Tracker app, added a workspace-scoped Milestone CRUD slice through the recipe system, passed the focused gates, and served the working route in fake mode.

IMPLEMENTED DEFAULT BLUEPRINT

Source-grounded client brain

Sources, context packs, grounded briefs, workflows, agents, Trust Receipts, and shared web/API/CLI/MCP access.

IMPLEMENTED OPTIONAL BLUEPRINT

Account research workbench

Account and buying-committee context, CRM/Drive/Notion seams, grounded account briefs, follow-up actions, and reporting surfaces.

GOOD FIT / CUSTOM BUILD

Internal ops and approvals app

Queues, approval steps, retryable workflows, agent tool grants, notifications, admin surfaces, and auditable run receipts.

Also included

The docs that keep “vibe coding” from becoming guess coding.

BONUS 1

The golden-path build guide

Follow one business slice from product idea to typed backend contract, live UI, tests, and proof.

BONUS 2

The architecture and reviewer packet

Understand why the system is shaped this way, where to customize it, and how to explain it to a senior reviewer or client.

BONUS 3

The delivery receipts

Concrete evidence paths for what is real, what is intentionally fake-safe, and what must be connected in your product fork.

Inspectable proof

Not another pretty starter with a dead backend.

The reference app is live. The backend path is live. The gates and receipts are part of the product.

18+

product surfaces

Brain, workflows, agents, runs, documents, billing, analytics, admin, and more.

1

live full-stack reference app

A deployed web app reading real data from a deployed Convex backend.

3

headless entry points

API, CLI, and MCP share the same capabilities and workflow contracts.

Every

main-branch push is gated

Deterministic checks, review gates, staging deploy, and controlled promotion.

The no-drama guarantee

Build with it for 30 days. Keep it only if it saves you real time.

Open the template, run the reference app, and use it on a real build. If it does not give you a meaningfully better starting point, email within 30 days for a full refund.

Launch offer

Buy back the days you normally lose before the product even starts.

You can spend another week getting an agent to reinvent the same foundation—or open a working system and start on the part your customer sees.

Early builder price

$29$149

One payment. Lifetime access.

  • Full template source
  • Generators, guides, and receipts
  • All three launch bonuses
  • 30-day money-back guarantee
Get the full template — $29

One payment · lifetime access · 30-day guarantee

Questions, answered

No mystery box.

Is this a course or the actual codebase?

It is the actual template codebase, plus the architecture guides, generators, quality gates, and delivery receipts used to work with it. You can inspect and change everything in your copy.

Do I need to know Convex, Effect, or Confect first?

No. You can start from the working reference patterns and let your coding agent follow the repo instructions. The deeper architecture is there when your app needs stronger contracts, workflows, and failure handling.

Do I need to be a developer?

You do not need to be a senior engineer or know this stack already. You do need to be comfortable working in Claude Code or Codex, using a terminal and Git, reviewing a plan or diff, and asking the agent to fix red checks. This is agent-assisted coding, not no-code.

Does it include live authentication and billing?

It includes provider-shaped seams and fake-safe local adapters. You choose and connect the live auth, billing, email, analytics, storage, and LLM providers for each product instead of inheriting somebody else’s production accounts.

Which coding agents can I use?

The template is designed for repo-aware agents such as Codex and Claude Code. Its instructions, architecture maps, generators, and gates live with the code, so the workflow is not tied to one chat session.

What can I build with it?

AI workflow products, vertical SaaS apps, client portals, internal operations tools, agent systems, and other products that need real tenancy, typed data, durable work, and a polished application shell.

Why is the launch price only $29?

This is the low-ticket builder launch. The goal is to get the template into the hands of people who will use it on real products, learn what they reach for first, and improve the package quickly.

What if it is too much for my project?

Use only the layers you need. The live surface is deliberately thin, providers are swappable, and the docs distinguish real production paths from contract fixtures. You are buying a strong starting point, not a requirement to activate everything.

Your next prompt should build the product—not rebuild the foundation.

Start with a serious app shell, tell your coding agent what the business needs, and move from idea to working software without the blank-repo tax.

Get the full template for $29

One payment · lifetime access · 30-day guarantee

Secure inline checkout

Maestro SaaS UI Template

First, where should we send your access?

Enter your best email. We will prefill the secure Dodo checkout, keep you on this page, and send the template access there after purchase.

By continuing, you agree to receive product access and occasional emails about this offer, including a reminder if you leave checkout unfinished. Unsubscribe anytime. Read the privacy policy.

One payment30-day guaranteePayment secured by Dodo