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.
Google sign-in (OAuth)
OAuth flow, Kuunda URLs, SDK alias vs HTTP identifier (Google, GitHub, Apple, …).
First account
Create an account and initialise a first project.
API root (JSON probe)
Public host: https://api.kuunda-cloud.com. This is not a web page: the root returns a JSON probe; the REST API lives under /rest/v1/. Explanation and useful links.
PostgreSQL extensions
CORE catalogue, PostGIS, citext: shared vs dedicated pool, search_path and Database → Extensions in the console.
Kuunda Cloud Managed
BaaS + Management API for Lovable, CI and agents: PAT, discovery, SQL DDL, @kuunda/kuunda-js.
Supabase migration
pg_dump export, Auth / Storage / SQL import, @kuunda/kuunda-js adaptation and production cutover.
Neon migration
Neon URI (sslmode=require), “Neon” card in the wizard, schema pg_dump.
Migrate from Firebase
Auth / Storage / SQL equivalents. No Firestore or Firebase Auth JSON import.
Data import
Source credentials, pg_dump schema.sql + data.sql, Auth / Storage / SQL wizard.
Remote migrations
DDL/DML on the tenant schema via POST on the console, service_role key, SQL body: for CI and automation (not the REST API).
Platform status
Service availability and ongoing incidents.
Quickstart
- Create an organisation then a project in the console.
- Get API keys (anon / service) from project settings.
- Install the SDK: npm install @kuunda/kuunda-js.
- Try a first SELECT via /rest/v1/ or kuunda.from("table").select().
- CI / tools: SQL migrations with the service_role key — see Remote migrations.
- Enable Auth, Storage and Realtime as needed.