bknd-io/bknd

Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 22 minutes ago
Added to GitGenius on September 18th, 2026
Created on November 16th, 2024
Open Issues & Pull Requests: 41 (+0)
GitHub issues: Enabled
Number of forks: 144
Total Stargazers: 3,765 (+0)
Total Subscribers: 16 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.8 hours
Mean response time: 12.5 days
90th percentile: 35.7 days
Tracked items: 60

Most active contributors

Sign in to see contributor activity.

How this project is maintained

43% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 23
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 215 days
Stale 30+ days: 18
Stale 90+ days: 14

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 1

Top labels

No label distribution available yet.

Detailed Description

bknd is a lightweight backend-as-a-service platform that runs anywhere, including Next.js, React Router, Astro, Cloudflare Workers, Bun, Node.js, and AWS Lambda.

The tool addresses the complexity of deploying separate backend services by providing an integrated system for database management, authentication, media handling, and workflows in a single deployable unit. It avoids vendor lock-in by building exclusively on Web Standards and the WinterTC Minimum Common Web Platform API, with modular opt-in functionality and adapter-based infrastructure access that gives developers direct control over underlying drivers without abstraction layers.

bknd suits teams building content management systems, SaaS products, AI agent backends, prototypes, and API-first applications who want to avoid managing multiple services or being locked into a specific cloud provider. It works with SQLite variants including LibSQL and Cloudflare D1, PostgreSQL including Supabase and Neon, and storage options ranging from AWS S3 to Cloudflare R2 to the filesystem. The tool is particularly valuable for projects where minimal footprint matters, such as IoT and embedded devices, and for developers who prefer a type-safe TypeScript SDK or REST API with OpenAPI support over proprietary interfaces.

The project maintains active development with ongoing work across core functionality, though the README notes that full backward compatibility is not guaranteed before reaching version 1.0.0. The codebase is written in TypeScript and emphasizes Web Standards compliance as a foundation for broad runtime compatibility.