01 / front end
UIs that survive the second feature.
React Next.js Svelte
A small studio. We build web, mobile, and desktop software, carefully.
No handoffs to a subcontractor you never met. The engineer in the kickoff is the one writing the code.
Calls with your team, a read of the codebase, a written plan we both sign off on.
Spec lives in your repo. Risks named, tradeoffs argued, "done" defined. Then we write the work order.
Production from week one, behind a flag. Friday demo, Slack between. By week ten, you know exactly where it stands.
Every project starts with a green pipeline, types at the boundaries, and a deploy command anyone on your team can run. The boring stuff, done first.
# what "done" looks like on day one
$ git clone your-repo && pnpm install
$ pnpm test → green
$ pnpm typecheck → no errors
$ pnpm build → passing
$ pnpm deploy → production
# the boring stuff, done first.human replies · skip the discovery call gauntlet · no slide deck