# serverpod/serverpod

Serverpod is a next-generation app and web server, explicitly built for the Flutter and Dart ecosystem.

Repository: https://github.com/serverpod/serverpod
Canonical: https://ross.abutalabs.com/products/serverpod
Language: Dart
License: BSD-3-Clause
License Family: permissive
Last push: 2026-08-26T19:31:12+00:00

## Health v2 (maintenance only)
Score: 97/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 94, longevity 100
- inputs: {"age_days": 1929, "days_push": 7, "days_rel": 42, "gap_med": 18, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3253, forks 372 (observed 2026-08-28T04:07:52.177216+00:00)

## What it is
Serverpod is an open-source app and web server framework written in Dart, designed specifically for the Flutter ecosystem. It provides code generation for APIs, a built-in ORM with migrations, caching, authentication, real-time streaming, and an insight dashboard for logging and health checks.

## Use cases
- build a backend for a Flutter app in Dart
- auto-generate type-safe client APIs from server endpoints
- manage PostgreSQL schema with migrations and a Dart ORM
- add social login with Google, Apple, Firebase, or email
- stream real-time messages over authenticated websockets
- cache objects locally or across a cluster with Redis
- schedule delayed future calls instead of cron jobs
- upload files to S3 or Google Cloud Storage

## When to choose
- your team writes Flutter and wants end-to-end type-safe Dart from client to database
- you want batteries-included backend features like auth, caching, logging, and migrations out of the box
- you prefer generated client code over hand-written REST/GraphQL clients

## When to avoid
- your backend must be in a language other than Dart
- you need a polyglot microservices setup or non-PostgreSQL primary database
- you only need a simple static site or thin REST proxy

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, api-framework, orm, caching, auth, websocket, logging, scheduling, file-upload, http-server
- domain: backend, web-development, mobile-development, databases, developer-tools
- platform: cross-platform, self-hosted
- tags: flutter-backend, dart-server, code-generation, redis-caching, realtime, database-migrations, full-stack, flutter, docker

## Member repositories
- serverpod/serverpod (main) score 97

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:52.177216+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-29T18:43:53.529668+00:00, confidence not recorded.
  - readme: https://github.com/serverpod/serverpod (fetched 2026-08-28T04:07:52.177216+00:00, sha 5b2f39a83b73)
- Data as of 2026-08-30T08:39:29.467469+00:00.
