One file to install
The server, API, admin interface, migrations, and command-line client ship together.
Run the server yourself. Keep projects, environments, and secrets in one place without building a platform around the platform.
$ dopbase serve Admin UI http://localhost:8840 API http://localhost:8840/api Ready. $ dopbase config Server: http://localhost:8840 (default) $ dopbase init storefront development --from .env Created storefront/development (env_01DEV...) $ dopbase run storefront/development -- npm start Loaded 17 secrets into the application process.