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:

  1. Database — your Database instance, schemas, and migrations.
  2. Auth — user management, policy rules, and session handling.
  3. APIs — auto-generated REST endpoints and client SDKs.
  4. Realtime — broadcast channels powered by database change feeds.
  5. Storage — buckets, access policies, and asset delivery.

Each project is managed through the Bosbase dashboard, SDKs, giving you a consistent workflow across environments.

  • 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.