trailbaseio/trailbase

An open, sub-millisecond, single-executable Firebase alternative with type-safe APIs, built-in WebAssembly runtime, realtime subscriptions, auth, MCP and...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 24 minutes ago
Added to GitGenius on September 12th, 2026
Created on October 29th, 2024
Open Issues & Pull Requests: 35 (+0)
GitHub issues: Enabled
Number of forks: 194
Total Stargazers: 5,607 (+0)
Total Subscribers: 20 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.2 hours
Mean response time: 2.3 days
90th percentile: 2.2 days
Tracked items: 164

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 8% of issues opened in the past year have been closed. Three people close 88% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 25
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 324 days
Stale 30+ days: 21
Stale 90+ days: 19

Recent activity

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

Top labels

  • enhancement (4)

Detailed Description

TrailBase is a single-executable backend platform that provides a Firebase alternative with type-safe APIs, built-in WebAssembly runtime, realtime subscriptions, authentication, and an admin UI.

The tool addresses the complexity of managing multiple backend services by consolidating database, authentication, API layer, and extensibility into one executable. It achieves sub-millisecond response latencies through its Rust implementation and SQLite foundation, with experimental PostgreSQL support. The WebAssembly runtime allows custom business logic to run directly within the server, and geospatial support is built in. Realtime subscriptions enable live data synchronization without polling, while the admin UI provides database management and configuration without requiring separate tooling.

TrailBase suits teams building mobile, web, or desktop applications who want to self-host their backend with minimal operational overhead. It eliminates the need for separate cache layers by delivering consistently fast responses, and reduces infrastructure complexity by running as a single process. The project provides client libraries across JavaScript, TypeScript, Dart, Flutter, Rust, C#, .NET, Swift, Kotlin, Go, and Python, making it accessible regardless of your application's tech stack. Pre-built binaries are available for Linux, macOS, and Windows, with Docker images also provided.

The project maintains an active test suite with passing builds. Development activity shows regular updates to the codebase with ongoing refinement of core functionality. The tool remains in alpha status, indicating that the API surface and feature set may evolve as the project matures.