Next generation of european cloud

Deployment to cloud made easy, observable and predictable. Focus on your product and we will solve the rest.

Built and operated in EuropeIndependent from US hyperscalersPrivate beta, 2026

Built for real work

One file, many shapes. Each export is a live endpoint the moment you save.

HTTP API

Every export becomes a routed endpoint.

export const api = (req) =>
  Response.json({ ok: true })

Scheduled jobs

Run code on a timer with no cron server.

export const cron =
  "0 9 * * *"

Render websites

Serve real websites, rendered on the server from the same file.

export const site =
  (req) => html(page)

Webhooks

Receive and process events in a few lines.

export const hook =
  (req) => handle(req)

Bots

Wire up a Slack or Discord bot fast.

export const bot =
  (req) => reply(req)

Scrapers

Fetch, transform and store on a schedule.

await store(
  await fetch(url))

From save to live

Pick a shape. The file types itself, saves, and answers on its own URL.

greet.ts
1
 
GET https://you.frontback.dev/greet 200 OK

Let your AI do it for you

Write it yourself, or hand it to your agent. Frontback works with your AI tools through Skills and MCP.

Skills

Describe it. Your agent ships it.

Frontback ships an agent Skill. Tell your assistant what you want, and it writes the export and deploys it for you.

You Deploy an endpoint that returns today's EUR rates.
Agent Wrote rates.ts and deployed it.
https://you.frontback.dev/rates
MCP

Plug Frontback into any agent.

Connect the Frontback MCP server and your agent can create endpoints, run them, and read logs over the Model Context Protocol.

frontback.create_endpoint write and deploy
frontback.run invoke and inspect
frontback.logs read requests
frontback.secrets manage env vars

What you can count on

The everyday facts of the platform, stated plainly, not buried in fine print.

Logs Live, for every request

Streaming as they happen, searchable, nothing to set up.

Deploys Seconds, versioned

Every save is a deploy, every deploy rolls back in one click.

Config None

No YAML, no pipelines, no servers to babysit.

Data Stays in Europe

GDPR is the architecture's default, not a paid add-on.

Security Encrypted, isolated

TLS from the first second, projects isolated from each other.

Pricing Predictable

Per use, no egress fees, one invoice in euros.

Your first deploy is one keystroke away.

Private beta, launching 2026. Bring your TypeScript.