Choose a bknd operation mode
mainbknd supports three distinct modes of operation depending on how you want to manage configuration and data:
- UI-only mode: Configure your backend and manage data visually using the built-in Admin UI.
- Code-only mode: Configure your backend programmatically using a Drizzle-like API, while still using the Admin UI for data management.
- Hybrid mode: Configure your backend visually during development, but use a read-only configuration in production environments.