run small software
your agent wrote it.
now it runs.
deploy small software in seconds. share it with your team like a doc.
Running tinyrun deploy ./budget: packs the folder, detects Python 3.12 with Streamlit, builds the image, starts the container, passes the health check, routes the subdomain, and reports the app live at budget.acme.tinyrun.sh in 4.2 seconds.
that's the whole deploy flow. one line.
or just tell claude: build me a budget tracker and put it on tinyrun
HOW IT ACTUALLY WORKS
claude writes a folder of code — or you do
tinyrun deploy ./app
we build it, host it, put auth in front of it
→ app.tinyrun.sh
your teammate clicks the link, gets a magic email, is in
no signup, no password
the app sleeps when nobody's on it, wakes in about a second
sleeping = $0
that's the whole wake screen. it's gone before you've read it.
export your code + sqlite anytime. your apps are yours.
WHAT PEOPLE BUILD
all eight are live right now. click one, add a row, come back tomorrow — it'll still be there.
FOR TEAMS
incident log
what broke, when, and what fixed it. still-open ones stay at the top.
FOR PEOPLE
shared shopping list
flatmates tick things off. whoever's at the shop sees what's left.
agents made software easy to write.
nothing made it easy to share.
- —most software only ever needs a handful of users. that's a feature, not a failure.
- —the person deploying is no longer a developer. tooling should stop assuming otherwise.
- —sleeping software should cost nothing. you pay for what runs.
- —your code, your data. small software deserves the same ownership as big software.
common questions.
anything that's a folder of code: python, node, static sites, streamlit, fastapi. if it runs locally, it runs here. docker optional — we detect most stacks automatically.
no. point your agent (claude, cursor) at tinyrun's SKILL.md and say "deploy this to tinyrun." the agent runs the CLI; you approve. the CLI is there when you want it.
right now, anyone with the URL — the apps above are public on purpose so you can click them. urls aren't guessable, but treat that as unlisted, not private, and don't put anything sensitive in an app yet. per-app magic-link auth is next; your account and the deploy API are already authenticated.
nothing. zero. apps scale to zero when idle and wake on request in about a second. you pay only for the seconds your app is actually serving someone.
yes. export your full source + sqlite file anytime, one command. apps are standard containers — if we disappeared tomorrow you'd have everything.
they're built for production software with traffic. tinyrun is built for tools with 3 users: no yaml, no build config, no billing surprise — and auth is already done.
get early access
we're letting teams in small batches.