Deno runtime
Write a TypeScript file and deploy it once. It becomes a service at its own URL that rests when nobody visits and wakes when someone does.
- Deploy in seconds - from web editor, git, or your AI agent
- Scales down to zero, or up to millions
- Keeps a history of every deployed version
https://tiny-api.runs.frontback.dev
export default () => new Response("hello from europe")
LibSQL database
Every project gets a database built in. Branch it like a draft: break the copy, the original never notices, promote when it works.
- Zero setup, already connected
- Staging runs on its own branch
- Every release keeps its data
Emails
Send and receive mail straight from your service.
Cron jobs
Code that runs itself, on a schedule in plain words.
Versioning
Every deploy is kept. Going back takes one click.
Environments
Test in staging, then promote to production when ready.