DOCS/GETTING STARTED/YOUR FIRST APP
Your first app, in about ten minutes.
This is the short, opinionated walkthrough — describe an app, watch it build, deploy it. By the end you'll have a real URL you can send to a friend.
Before you start
You need a free MaximusDev account and an idea you can describe in a sentence or two. You don't need any code, any tools installed, or any clue what a "framework" is. If you can write a text message to a friend explaining what you want, that's the level we're working at.
Heads up
Free tier includes 100 credits a month. Building a small app and tweaking it once usually costs around 30–60. If you run out, you can upgrade or wait until next month.
Step 1 — Describe what you want
Open the build view. You'll see a chat panel on the left and an empty preview on the right. In the chat, write what you want. Be specific about who it's for and what it does — vague prompts get vague apps.
A good prompt looks like this:
# Good
A booking page for an independent yoga teacher.
Weekly schedule, contact form, mailing list signup.
Calm look, no booking payment for now.
A vague one looks like this — try to avoid it:
# Vague — don't do this
A wellness website. Make it look nice.
Step 2 — Watch it build
MaximusDev builds the app live, in front of you. The right pane fills in as it works — first the structure, then the styling, then the content. It usually takes 2–5 minutes for a small app.
You can stop it any time and tweak the prompt. The app is yours from the first second; nothing is held hostage.
Step 3 — Tweak it
When the build finishes, click anything to edit it. Type a follow-up message in the chat to make broader changes:
- "Make the headline bigger and use a serif font"
- "Add a Tuesday 7pm class to the schedule"
- "The contact form should send to amelia@yogawithamelia.co.uk"
Step 4 — Ship it
Click Deploy. You'll get a live URL on your-app.maximusdev.app within about 30 seconds. Send it to a friend. If you have your own domain, you can point it at this URL later.
That's it. You shipped an app.
What's next
Now that the basics work, the rest of these docs cover the things you'll want next: adding a database, accepting form submissions, custom domains, and — when you're ready — TraceSeal receipts for handling real customer data.