Platform Blueprint v1

gocats.au

A proper modern web foundation, built to start free and grow up cleanly.

Serious web workflow. No shortcuts. No dead-looking template energy.

This starter is the proving ground for how Terry and Claw build modern websites together using Next.js, Vercel, GitHub, Supabase, and Postmark, with real deployment discipline from day one.

Live backend status
launch_stage
foundation
deploy model
GitHub → Vercel with environment-scoped config
backend posture
Supabase with intentional RLS and server-safe secrets

01

Version-controlled build flow

Everything ships through GitHub, pull requests, and preview deployments. No mystery edits, no manual uploads, no production drift.

02

Security-first backend posture

Supabase handles data, auth, and storage, with Row Level Security treated as a baseline rather than a future cleanup job.

03

Operationally lightweight scaling

Vercel hosts the app, Postmark handles transactional email, and the architecture stays cheap early without painting us into a corner.

Workflow note: the app now reads a real value from Supabase. This is our first end-to-end proof that the stack is wired properly.

  • Terry sets direction, intent, references, and approval.
  • Claw turns that into architecture, implementation, and hardening.
  • Every feature gets a branch, a preview URL, and a clean merge path.