Bakend
Home Docs Tutorials Examples GitHub

Overview

  • Documentation hub

User guide

  • Installation
  • Getting started
  • SDK
  • Collections
  • Authentication
  • Storage
  • Realtime
  • Functions
  • Jobs
  • Events
  • Dashboard
  • Deployment

API reference

  • Overview
  • REST API
  • Auth API
  • Storage API
  • WebSocket API
  • Admin API

SDKs

  • Overview
  • JavaScript / TypeScript
  • Dart / Flutter

LLM reference

  • Overview
  • Product overview
  • Architecture summary
  • API summary
  • CLI reference
  • Glossary
  • Common workflows
  • Collections
  • Authentication
  • Storage
  • Realtime
  • Functions
  • Jobs
  • Event bus
  • Dashboard
  • SDK

Architecture

  • Architecture
  • Tech stack

RFCs

  • RFC index
  • RFC-0000 Event Bus
  • RFC-0001 Core Architecture
  • RFC-0002 Collections
  • RFC-0003 Functions
  • RFC-0004 Jobs
  • RFC-0005 Authentication
  • RFC-0006 Realtime
  • RFC-0007 Storage
  • RFC-0008 CLI
  • RFC-0009 SDK Design
  • RFC-0010 Packaging
  • RFC-0011 Admin Dashboard
  • RFC-0018 Versioning
Docs/SDKs

SDKs

Client libraries for applications connecting to Bakend.

SDKPackageInstall
JavaScript / TypeScript@bakend/clientnpm install @bakend/client
Dart / Flutterbakenddart pub add bakend

Quick start

See SDK user guide.

Publishing

Maintainers: publishing.md โ€” npm, pub.dev, and GitHub Actions secrets.

Example

examples/sdk-demo/ demonstrates auth, CRUD, storage, and realtime with @bakend/client.

PreviousAdmin APINextJavaScript / TypeScript

On this page

  • Quick start
  • Publishing
  • Example

MIT License ยท github.com/alpbak/bakend