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 firstDaily 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 firstHero, 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 firstPeople, 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 firstColumns, 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 firstInvoices, 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 firstRecipes, 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 firstCategories, 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 firstExercises, 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 firstTrack 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 firstBooks, 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 firstOne 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 firstKPIs, 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.