Skip to content

Backend

Serverless backend with API routes, database access, scheduled functions, cron jobs. Scales automatically.

Your app runs on a scalable, serverless backend that can handle millions of function calls per day and run scheduled tasks at any interval.

  • API routes for handling frontend requests
  • Database access for querying and updating data
  • Scheduled functions to run at specific times
  • Cron jobs for recurring task execution
  • Public API to expose endpoints for external apps

Open the Backend tab to monitor:

  • Function execution history with logs and errors
  • Scheduled jobs — pending and completed
  • Recurring / cron jobs

The backend is serverless — it scales up and down as needed. This means it’s cheap and fast.

You can also add infrastructure services as sidecar containers:

  • PostgreSQL — Relational database
  • Redis — In-memory cache
  • MongoDB — Document database
  • MySQL — Relational database

Add services from the Services panel in the builder. See Dev Machines for more on the runtime environment.