Overview
What Solitud is and how it turns an idea into a live web app.
Describe it. Solitud builds it.
Chat your way to a real, running web app — code, database, and a live URL, all managed for you.
you
“Build me a booking app with Stripe checkout.”
solitud
live at ws-7f3a91c2.solitud.dev
What is Solitud?
Solitud turns an idea into a real, running web app through conversation. You describe what you want in plain language; Solitud's AI plans it, writes the code, runs it, and ships it to a live URL — inside a managed workspace. There are no servers to wire up, no deploy pipeline to babysit, and no local setup to fight with.
Think of it as a boutique studio that builds and hosts the thing you describe, then keeps improving it as you keep talking.
New here? Jump straight to the Quick Start — you can have a working app in a few minutes.
How it works
- Create a workspace. This is the home for one app — its code, database, and running instance. Pick a resource tier when you create it.
- Talk or build. Use Talk mode to think an idea through with the AI, or Build mode to have it write and run code.
- Watch it go live. Solitud builds the app, starts it, verifies it's healthy, and serves it at your workspace URL.
- Iterate. Keep chatting to add features, fix things, restyle, or wire in payments. Every change is built and re-deployed for you.
The stack you get
Every workspace runs the same modern, production-shaped stack — you never choose or configure it:
| Layer | Technology |
|---|---|
| Frontend | Next.js + Tailwind CSS |
| Backend | FastAPI (Python) |
| Database | PostgreSQL |
| Realtime | WebSocket |
| Hosting | Managed by Solitud, with a live URL |
Because the stack is fixed and well understood, the AI can build confidently and your app behaves the same in every workspace.
What you can build
- Internal tools and dashboards
- Booking, scheduling, and intake forms
- Lightweight CRMs and trackers
- Marketing sites with a backend
- Paid products with checkout and subscriptions
If it's a web app with a database and an interface, it's in scope.
Core concepts
- Workspaces — the managed environment that holds and runs one app.
- The chat — where you build: chats, app controls, and Talk/Build modes.
- Message cards — the interactive cards Solitud uses to ask for input.
- Tokens — how Solitud meters the AI work that builds your app.
And the things you can add to what you ship:
- GitHub — export your app's full source to your own repo.
- Payments — add checkout and subscriptions.
- Custom domains — serve from your own address over HTTPS.
Next steps
Ready to build something? Start with the Quick Start. Want to understand what you're paying for first? See Tokens and Pricing.