Run the binary
docker run -p 127.0.0.1:6336:8080 daptin/daptin:v0.12.36Start locally with SQLite, then choose a production database and storage.
Latest release ↗Daptin repositories
Call Daptin through HTTP, its CLI, the JavaScript client, or the Go client. The organization also contains reusable schemas, runnable demos, and application examples.
Browse the organization ↗The server exposes HTTP APIs. The CLI and language clients add commands or methods for signing in, listing tables, reading records, running actions, and uploading files.
docker run -p 127.0.0.1:6336:8080 daptin/daptin:v0.12.36Start locally with SQLite, then choose a production database and storage.
Latest release ↗daptin-cli describe action integration install_integrationSwitch server contexts, sign in, inspect tables and actions, change records, and manage OAuth, file storage, and uploads.
Explore the CLI ↗npm install daptin-clientUse typed entities, JSON:API, actions, auth, assets, and direct storage uploads.
Explore the JS client ↗go get github.com/daptin/daptin-go-clientRead and change Daptin records and call actions from a Go service.
Explore the Go client ↗Each repository includes setup instructions and runs its OAuth, LLM, metering, or integration flow against Daptin.
Exercises model listing, chat, streaming, completions, embeddings, usage, and structured errors through Daptin’s /v1 routes.
Registers a client, signs in with authorization code and PKCE, exchanges the code for tokens, calls userinfo, and uses Daptin as both provider and client.
Open demo ↗ API METERINGRecords API and model calls, rejects calls after a quota is reached, keeps usage records, and debits a credit wallet.
Open demo ↗ STORED CREDENTIALSStores OAuth tokens and encrypted credentials for each user and confirms that one user cannot use another user’s credentials.
Open demo ↗ TWO INSTANCESRuns the OAuth provider and consumer roles on separate Daptin instances through the authorization code flow.
Open demo ↗Schema samples are current. Dadadash is a complete application. The other repositories are marked as historical examples where applicable.
YAML and JSON table definitions for blogs, FAQs, stores, construction, payments, styles, transactions, and todos.
COMPLETE APPDadadashAn office-style application with workspaces, tables, files, documents, spreadsheets, and calendars.
HISTORICAL EXAMPLEImage galleryA compact example of asset columns, a cloud store, a schema, and a hosted frontend.
HISTORICAL STARTERVue + TypeScript kitA frontend starter showing the JavaScript client, Docker Compose, and imported schemas.
HISTORICAL EXAMPLETodoMVCA small Vue example pairing a todo schema with the Daptin API.
CLASSIC UIDashboard ClassicThe earlier table-oriented administrative interface for Daptin.
EXPERIMENTAL UIDaptin SitesAn earlier application-template and site-building interface experiment.