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

waking budget…

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

invoices.dev.tinyrun.sh

invoice tracker

who owes us, what's overdue, what's still outstanding.

oncall.dev.tinyrun.sh

on-call rota

who's on this week. one click hands over to the next person.

incidents.dev.tinyrun.sh

incident log

what broke, when, and what fixed it. still-open ones stay at the top.

links.dev.tinyrun.sh

link stash

the team's bookmarks, tagged, so nobody asks for that link again.

FOR PEOPLE

rsvp.dev.tinyrun.sh

wedding rsvp

guests confirm, you see the headcount without chasing anyone.

gifts.dev.tinyrun.sh

gift list

everyone sees what's claimed. the person getting the gifts doesn't.

habits.dev.tinyrun.sh

habit tracker

tick it daily, watch the streak build. that's the whole app.

shopping.dev.tinyrun.sh

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.

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.