# losfair/blueboat

All-in-one, multi-tenant serverless JavaScript runtime.

Repository: https://github.com/losfair/blueboat
Canonical: https://ross.abutalabs.com/products/blueboat
Homepage: https://blueboat.io
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: javascript, runtime, rust, typescript
Last push: 2023-02-23T01:32:48+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2070, "days_push": 1288, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1924, forks 57 (observed 2026-08-28T04:05:55.429261+00:00)

## What it is
Blueboat is an all-in-one, multi-tenant serverless JavaScript runtime written in Rust, designed for frictionless horizontal scalability. It provides a Web API-compatible environment (fetch, Request, Response) where local resources like files and sockets are replaced with distributed-system equivalents such as key-value stores and event streams.

## Use cases
- run serverless javascript functions on my own infrastructure
- self-host a cloudflare workers alternative
- deploy multi-tenant web apps with a javascript runtime
- build http apis with fetch and router apis
- replace local files and databases with a distributed kv store
- run typescript web services in a sandboxed runtime

## When to choose
- you want a Cloudflare Workers-like runtime you can self-host
- you need multi-tenant isolation and horizontal scalability over single-node performance
- you prefer Web API compatibility (fetch, Request, Response) in a serverless environment
- you want built-in KV storage, MySQL/PostgreSQL access, and WebSocket support in one runtime

## When to avoid
- you need Node.js compatibility or npm native modules
- your app depends on local filesystem, raw sockets, or FFI
- you need a mature, actively released production runtime - the latest release dates to early 2023
- you want single-node performance optimization rather than distributed-system abstractions

## Facets
- artifact type: service
- maturity: experimental
- function: http-server, web-framework, llm-inference, routing, websocket, serverless
- domain: web-development, backend, developer-tools, microservices
- platform: self-hosted, rust
- tags: serverless-javascript-runtime, edge-compute, multi-tenant, webassembly, workers-like, kv-store, boatctl, kv, linux, docker, javascript, typescript

## Member repositories
- losfair/blueboat (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:55.429261+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:09:34.763241+00:00, confidence not recorded.
  - readme: https://github.com/losfair/blueboat (fetched 2026-08-28T04:05:55.429261+00:00, sha fefbc4549979)
- Data as of 2026-08-30T08:39:29.467469+00:00.
