Guide

Templates

A template is a finished app you copy and then change. On the home page, clicking one fills the idea box with the prompt below; on the New project screen, clicking one creates the project from the finished app and opens the editor. Either way the result is yours.

There are 12 at the moment. Each is built on a scaffold (the app shape it starts from) and made for a phone or a laptop first.

  • Habit tracker

    App · phone first

    Daily habits, streaks, a weekly grid.

    The prompt
    Build a habit tracker: add habits, check them off per day, streak counts, a 7-day grid, weekly completion rate. localStorage. Mobile-first, dark mode.
  • Landing page

    Website · laptop first

    Hero, features, pricing, FAQ, signup form.

    The prompt
    Build a landing page for a SaaS product with a hero, three feature blocks, a pricing table with three tiers, an FAQ, and an email signup form that stores emails in localStorage and shows a thank-you state. Use placeholder product copy I can edit.
  • Personal CRM

    App · laptop first

    People, last contact, notes, follow-ups.

    The prompt
    Build a personal CRM: contacts with name, company, tags, last-contacted date and notes; a 'going quiet' list for people not contacted in 30 days; search; add/edit/delete. localStorage.
  • Kanban board

    App · laptop first

    Columns, cards, drag and drop.

    The prompt
    Build a kanban board with To do / Doing / Done columns, cards with title and description, drag and drop between columns, add/edit/delete, and a filter box. localStorage.
  • Invoice tracker

    App · laptop first

    Invoices, status, totals owed.

    The prompt
    Build an invoice tracker for a freelancer: invoices with client, amount, issue date, due date, status (draft/sent/paid/overdue), totals owed and paid this month, mark as paid, overdue highlighting. localStorage.
  • Recipe box

    App · phone first

    Recipes, ingredients, search, favorites.

    The prompt
    Build a recipe box: add recipes with ingredients and steps, tag them, search by name or ingredient, favorite, a cook mode that shows steps large one at a time. localStorage.
  • Monthly budget

    App · phone first

    Categories, spend, what's left.

    The prompt
    Build a monthly budget app: categories with limits, log expenses with date and note, per-category progress bars, total left this month, a simple month switcher. localStorage.
  • Workout log

    App · phone first

    Exercises, sets, personal records.

    The prompt
    Build a workout log: sessions with exercises, sets, reps and weight; personal records per exercise; a history list; a rest timer. localStorage. Mobile-first.
  • Job applications

    App · laptop first

    Track applications and stages.

    The prompt
    Build a job application tracker: companies, role, link, stage (applied/screen/interview/offer/rejected), next step date, notes; a pipeline view by stage and a list view. localStorage.
  • Reading list

    App · phone first

    Books, progress, notes.

    The prompt
    Build a reading list: books with author, pages, current page, status (to read/reading/done), notes and rating; progress bars; sort and filter. localStorage.
  • Event page + RSVP

    Website · laptop first

    One event, details, RSVPs.

    The prompt
    Build a single-event page: title, date, place, description, schedule, an RSVP form with name and number of guests stored in localStorage, and a guest list view behind a simple 'host' toggle.
  • Metrics dashboard

    Internal tool · laptop first

    KPIs, a chart, a table.

    The prompt
    Build a metrics dashboard with four KPI tiles, a line chart of the last 30 days (draw it with SVG, no chart library), a table of recent records with sorting, and a date-range toggle. Seed it with editable sample data in localStorage.