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 powered by Convex — scales automatically as your app grows.

  • 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

Backend activity — function execution history, logs, scheduled jobs, and cron jobs — is visible in the Convex dashboard. Sign in with the account associated with your Proyecta project to access it.

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.