Coming soon

Backends defined in SQL,
shipped as endpoints.

An SQL-first runtime. Your application is a folder of YAML endpoint definitions, SQL migrations, and static files compiled into finite request plans over a project-owned database.

endpoints/greeting.yaml
method: GET
path: /v1/greeting

steps:
  greeting:
    respond:
      status: 200
      body:
        message: "Hello from QuickBackend"

Questions or early access? support@quickbackend.com