Use cases

Auto repair shop app

Job cards, quotes the customer approves, a history per vehicle and a bay schedule.

The argument that eats a repair shop is always the same one: what was agreed. The quote went out on paper, the customer approved it by phone, an extra part turned up, and in the end nobody has the record. When the quote is a record the customer approves from their phone, and every approved line carries a timestamp, the argument ends. The rest is bay scheduling and vehicle history, which is what brings a customer back at service time.

People reach this page looking for

  • free auto repair shop app
  • job card system for a garage
  • quoting app for a mechanic
  • vehicle service history tracking

What gets built

Four things you could have working this week

Not a feature list. These are the apps people actually describe, and what the platform hands back when they do.

01

A job card with states

Open, awaiting approval, in progress, waiting on parts and finished, with a timestamp on every change. The customer follows it from their phone.

02

A quote the customer approves

Parts and labour line by line, sent as a link. The approval is recorded with a date and time, and a new line asks for approval again.

03

History per vehicle, by plate

Everything ever done to that car, with mileage and parts replaced. It is what answers the warranty question on the spot.

04

Bay schedule and service recall

How many cars fit in a day, and an automatic notice when the mileage or the interval for the next service comes round.

Included

The parts nobody wants to build twice

Database, login, payments and publishing are part of the platform, not a list of services you go and wire up afterwards.

A real database, not a form dump

Every screen reads and writes models you can open, query and export. The data is a database of yours from the first minute, not a spreadsheet the app pretends to read.

Login for your own users

Email, magic link and Google sign-in, with roles and per-record ownership enforced by Postgres itself. A badly written screen cannot become a leak, because the database answers empty.

Payments that land in your account

Stripe, Pagar.me and Mercado Pago connect once. Card, Pix, boleto and subscriptions, with the card fields rendered by a hosted vault your app never touches.

Web, installable, and in the stores

One project published three ways: your own domain, an icon on the phone straight from the browser, and a signed binary submitted under your own store account.

Found in search, and by the models

Titles, metadata, sitemap, structured data and social images are generated with the app. Pages get found instead of only being linked.

React code you can take with you

Real React, edited line by line or by clicking the element on screen, exported as a ZIP or pushed to your GitHub. No lock-in you have to negotiate your way out of.

How it works

From a paragraph to a published app

Three steps, and the second one is the one people do not believe until they watch it.

Describe it in plain language

Say what the app does and what it has to remember. No diagram, no schema, no naming a single framework.

Watch it get built

Screens, data models, login and payments appear while you read. Anything you do not like, you say so and it changes.

Publish, then keep changing it

Live on your domain in seconds, with version history behind you. Tuesday's conversation is Tuesday's release.

Start here

A prompt you can paste right now

This is a complete first message, not a slogan. Paste it, change the nouns to yours, and you have an app to react to instead of a blank page.

Build an app for an auto repair shop. Customers with one or more vehicles, each with plate, make, model, year and mileage; a job card opened against a vehicle, with the reported symptom, the diagnosis, parts lines and labour lines each with a price; the quote is sent to the customer as a link and they approve or decline line by line, recorded with a date and time, and any line added later goes back for approval; the job card has the states open, awaiting approval, in progress, waiting on parts and finished, with a push to the customer at every change; each vehicle has a full history of job cards with mileage; a schedule with a limit of vehicles per day; an automatic service reminder when the interval or the mileage passes; and a dashboard with open jobs, revenue per month, average turnaround and most-used parts.

Ready to start from

Templates in this category

A template is a working app with data already in it. Open one, make it yours, publish it under your own account.

Tessera

Booking

Class booking for a studio with a hard capacity: credits, a waiting list that moves itself, and a door roster that records who came.

15 screens

Serenity

Booking

A salon diary where every appointment reserves the turnaround, so a gap on the board is time that can really be sold — and an assistant that says which gaps are worth a call.

16 screens

Questions

Frequently asked questions

They do. The quote goes out as a link, they open it in the browser, see parts and labour line by line and approve or decline. The approval becomes a record with a date and time, which is exactly what is missing when the conversation happened by phone.

Describe it. See it running. Publish it to the store.

Free to start, no credit card. You only pay when you want to publish under your own brand, and you take the code with you if you ever want to.

Build this app freeUse cases