Production-ready starter

Your next project
starts here.

A complete ODP foundation — backend API, frontend app, extension system — fully configured and ready for your business logic.

backend:8055
frontend:3000

What's included

Everything wired. Nothing to configure.

Skip the boilerplate. Start with patterns that scale.

BFF Architecture

Server-side proxy keeps tokens secure. The frontend never touches raw API credentials.

ODP SDK

Type-safe access to the entire ODP API — items, files, users, and custom collections.

Extension System

Add custom endpoints, hooks, and business logic without touching the core.

Multi-App Setup

Frontend and backend — each independently deployable via Docker.

Auth Ready

Login, sessions, and role-based access control — configured and working out of the box.

Docker Compose

One-command deployment for all three services. Dev and production configs included.

Quick Start

Up and running in minutes

~/my-project
pnpm install# install dependencies
npx odp bootstrap# init database & schema
npx odp users:create admin@example.com# create admin
pnpm dev# start all services