Kuunda Docs

Developer documentation

This documentation is separate from the marketing site so it can ship on its own cycle, with technical guides focused on building product.

Quickstart

  1. Create an organisation then a project in the console.
  2. Get API keys (anon / service) from project settings.
  3. Install the SDK: npm install @kuunda/kuunda-js.
  4. Try a first SELECT via /rest/v1/ or kuunda.from("table").select().
  5. CI / tools: SQL migrations with the service_role key — see Remote migrations.
  6. Enable Auth, Storage and Realtime as needed.