Internal tools · Small products · Prototypes that stuck
Build software.
Share it like a document.
Clundra turns your code into an app with its own link, built-in access and a history you can go back to — ready to send to someone.
Git repository · Container image · Postgres
- One app, one link.
- Access you control.
- No login code needed.
- Rewind any change.
The app’s own page
One app.
One page.
Open an app and the first thing it tells you is what people see when they open the link. Its address, who can open it, its settings and everything that has ever happened to it are all on that one page.
You never have to reconstruct the state of your app from six places that each know part of it.
From code to a link
Paste a repo.
Get a link you can send.
Clundra reads the repository and works out what it’s made with, how it builds and what port it starts on. Tick a box for a Postgres database. Nothing is live until you press Publish.
- No cloud account to set up first
- No DNS, no certificates
- Nothing is live until you publish
- Change the setup later, in place
NODE_ENV = production
npm start
customer-portal.clundra.com
Click the row — the settings open in place
Built-in way back
Every change
has a way back.
Every publish is a moment in the app’s history. When a change breaks something, pick the last working moment and put the app back — its code, its settings and its data together.
The rewind is written to the history too, so the app can always account for how it got the way it is.
See recovery in action →Production foundations
Small in audience.
Not in importance.
A tool five people use still needs secure access, data that survives a restart, and a way back when something breaks.
Clundra ships those foundations with every app, so you don’t need a platform team to have them.
- Isolated runtime
- HTTPS included
- Managed secrets
- Persistent storage
- App history
- Recoverable states
Simple enough to start. Real enough to keep.
- Unlimited seats
- Unlimited apps
- Custom domains
- Bandwidth included
- 7 days of snapshots
- €5 credit to start, card required
- App — €0.01/hr, up to €7/mo
- Postgres — up to €10/mo, 10 GB
- 90-day rewind — up to €5/mo per app
- You never pick an instance size
Prices exclude VAT. Nothing is charged for your first 7 days.
Availability & roadmap
Available now.
Shipping next.
Apps, sharing and rewind are live today. Here’s what you can use right now — and what’s on the way.
- Apps from a repo or an imageOne service, built and deployed on its own URL.
- Managed PostgresConnected and persistent by default.
- Share like a documentPrivate, invited, workspace, or link.
- HTTPS + built-in accessAuthentication before traffic reaches the app.
- Deployment historyEvery change, who made it, what it touched.
- RewindReturn the whole app to its last working state.
- Several services per appA frontend and an API as one application, one URL.Q4 2026
- Fork from a versionBranch a running app from any point in its history.Q4 2026
- Team access controlsRoles, scoped permissions, shared workspaces.Q4 2026
- MachinesThe reversible compute primitive, exposed directly.Q1 2027
- MCP serverAgents operate Clundra natively, inside your permissions.Q1 2027
- More regionsRun closer to the people using the app.Q2 2027
- Deeper observabilityMore insight into state, changes and recovery.Q2 2027
FAQ
Questions before you deploy?
Here’s what teams ask most.
Build the app.
Send the link.
Start from a GitHub repo or a container image. You get one app, one link, and a way back from every change.