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/SDK

SDK

Bakend provides client libraries for JavaScript/TypeScript and Dart.

Install

npm:

npm install @bakend/client

pub.dev:

dart pub add bakend

Monorepo development:

bun install   # resolves @bakend/client from sdk/javascript

Documentation

SDKGuide
JavaScript / TypeScriptdocs/sdk/javascript.md
Dartdocs/sdk/dart.md
LLM summarydocs/llm/sdk.md

Example

See examples/sdk-demo/.

PreviousGetting startedNextCollections

On this page

  • Install
  • Documentation
  • Example

MIT License · github.com/alpbak/bakend