Describe it
Tell Design what you need in a sentence. It builds the app and puts it on the desktop.
All features Build and host
Describe it to Design, or push code to the built-in git remote. Every app gets its own address, its own data and a place on the desktop. It sits behind your company’s sign-in unless you choose otherwise.
An example: Harbour & Finch’s quote builder. Their day rates, their half-day rule, their rush and retainer terms. A small app nobody sells, running at its own address on Kapable.
Open the live exampleHarbour & Finch is a made-up studio.
Tell Design what you need in a sentence. It builds the app and puts it on the desktop.
Every app has a git remote. Push, and it builds and goes live with its own address and certificate. Eleven starter templates.
Traffic moves to a new build only when the running build matches your commit.
Connect Cloudflare writes the DNS for you. In our test, a domain went live in 30 seconds.
Small tools that run the moment you save them. In our test, new code was served 586 ms after a save.
Tables, storage and secrets for every app, through one API.
Run builds on your own machines when you want to. Colleagues can push branches to the repos you give them.
Warrant issues and checks licences for software you sell to others.
For developers and their agents
TypeScript and Rust SDKs cover 527 of the 610 customer API routes, in 21 modules. The whole platform is described at kapable.ai/llms.txt, so an AI coding agent can use it without a human reading the docs first.
Read the docsimport { KapableClient } from '@kapable/sdk'; const kapable = new KapableClient({ baseUrl: 'https://api.kapable.ai', apiKey: process.env.KAPABLE_API_KEY, }); // Every app gets its own tables. await kapable.data.insert('bookings', { client: 'Harris', when: '2026-10-06T10:00', });
| Capability | Status | Kapable cloud | Your own server |
|---|