Build — July 29, 2026

From Figma to production: a designer's guide

Build6 min readBy Sabah Kemal Cansu

The distance between a Figma file and a live product used to be an engineering team. With an AI-native workflow it's now a stack choice and a few weeks of disciplined work. Here's the practical path I recommend to designers — the same one behind my own shipped products.

Pick a boring, managed stack

The process that keeps you out of trouble

  1. Design the system, not screens. Tokens, components, states — your future codebase mirrors it.
  2. Write the data model down before any code. Tables, fields, relations. Have AI implement it, never invent it.
  3. Build vertical slices. One complete flow (sign up → do the core thing → see result) before any secondary feature.
  4. Deploy from day one. A URL that updates daily beats a demo that's "almost ready" for a month.
  5. Instrument everything. Funnel events from the first deploy — sign_up, activation, purchase. You're a designer; the funnel is your canvas.

The traps that kill designer-built products

Start smaller than you think

My second product, Yaptım mı? — an ADHD-friendly task tracker on the App Store — is deliberately tiny: one question, "did I do it?", done extremely well. A small product you actually ship teaches you more than an ambitious one you abandon. Then apply the lessons to the bigger swing, like ChartPilot.

FAQ

What stack should a designer use for their first product?

Next.js on Vercel with Supabase (auth + PostgreSQL + storage), built with Claude and Cursor. It's managed end-to-end, cheap at small scale, and every piece has excellent documentation for AI tools to work with.

Supabase or Neon — which one?

Supabase when you want a batteries-included backend (auth, database, storage, realtime). Neon when you only need serverless PostgreSQL and are handling auth in your framework. For a first product, Supabase usually wins.

Do I need a backend developer?

Not for an MVP on a managed stack. You need discipline: a deliberate data model, small deploy loops and code review. For heavy infrastructure, compliance or scale, bring in specialists later.

Sabah Kemal Cansu

Sabah Kemal Cansu is an AI-native product designer with 8+ years of experience across fintech, AI and gaming. He designs products end-to-end and ships them with AI — founder of ChartPilot and Yaptım mı?. Book a call →

Keep reading

My AI-Native Workflow: Designing and Shipping Products with Claude, Cursor and Codex Designing Trading Interfaces Traders Actually Trust How to Hire a Product Designer in 2026: Freelance, Agency or AI-Native?