Introduction
What is Bosbase Platform?
Bosbase Platform is a fully managed development platform for teams that want to launch data-rich products without maintaining infrastructure. It combines:
- Managed Database with backups and monitoring.
- Authentication and permissions for email and row level security.
- Instant REST APIs that reflect your database schema in real time.
- Realtime subscriptions so clients can listen to live changes with minimal setup.
- Secure object storage use buckets store your file.
Together, these services let you ship production-grade applications faster, from the first prototype to mission-critical workloads.
How the platform is organized
Bosbase projects are made up of several core components:
- Database — your Database instance, schemas, and migrations.
- Auth — user management, policy rules, and session handling.
- APIs — auto-generated REST endpoints and client SDKs.
- Realtime — broadcast channels powered by database change feeds.
- Storage — buckets, access policies, and asset delivery.
Each project is managed through the Bosbase dashboard, SDKs, giving you a consistent workflow across environments.
Recommended next steps
- Walk through the Quick Start to create your first project.
- Enable authentication providers and set up row level security for your tables.
- Connect your frontend using the Bosbase client libraries and realtime channels.