Daptin repositories

Server, clients,
schemas, and demos.

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
CLIENT OPTIONS

Choose an interface.

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.

SERVER

Run the binary

docker run -p 127.0.0.1:6336:8080 daptin/daptin:v0.12.36

Start locally with SQLite, then choose a production database and storage.

Latest release ↗
CLI

Inspect and manage the server

daptin-cli describe action integration install_integration

Switch server contexts, sign in, inspect tables and actions, change records, and manage OAuth, file storage, and uploads.

Explore the CLI ↗
JAVASCRIPT / TYPESCRIPT

Build the client

npm install daptin-client

Use typed entities, JSON:API, actions, auth, assets, and direct storage uploads.

Explore the JS client ↗
GO

Use the Go client

go get github.com/daptin/daptin-go-client

Read and change Daptin records and call actions from a Go service.

Explore the Go client ↗
INSTALL WHERE YOU WORK

Container, package manager, binary, or source.

RUNNABLE DEMOS

Test specific Daptin flows.

Each repository includes setup instructions and runs its OAuth, LLM, metering, or integration flow against Daptin.

SCHEMAS AND APPLICATIONS

Start from an
existing repository.

Schema samples are current. Dadadash is a complete application. The other repositories are marked as historical examples where applicable.

REPOSITORY DIRECTORY

Daptin organization
repositories.

RUN DAPTIN LOCALLY

Install the server,
then choose a client.