Overview
Neon is an open-source serverless Postgres platform that separates stateless compute nodes from its storage engine, enabling autoscaling, scale-to-zero, and code-like database branching through Pageservers and Safekeepers.
Features and best fit
Based on official documentation; not hands-on tested · Content checked:
Make compute stateless and separate it from the storage engine
PostgreSQL compute nodes are stateless while Pageservers manage page data and Safekeepers provide durable WAL handling.
Branch databases using timeline-based storage history
Branches can be created from existing timelines and served through separate compute nodes without changing the original branch.
For preview environments and elastic Postgres workloads that benefit from cheap branching
It fits migration testing, preview databases, and variable workloads that need PostgreSQL compatibility plus cloud-style elasticity.
Sources: [2]
Treat local development and production distributed operation as different scopes
The repository's local setup is for development and experiments. Production operation requires distributed storage, WAL, compute, and object-storage planning.
Official sources
- [1]neondatabase/neon repository(2026-09-20)
- [2]Neon README(2026-09-20)
- [3]Neon documentation(2026-09-20)
- [4]Neon Apache-2.0 license(2026-09-20)
Supplemental curator note
Neon preserves PostgreSQL-compatible access while making database branches and elastic compute first-class. The repository's local environment is intended for development and experiments; operating a Neon-style service requires distributed storage, WAL, and compute architecture.
Try it in 3 steps
- 1
Get the source
git clone --depth 1 https://github.com/neondatabase/neon.git - 2
Enter the repository
cd neon - 3
Check the official steps
Continue with the commands in the README Installation, Quick Start, or Getting Started section.
find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Growth
Growth trends · Last 30 days
23,113 Stars
Trend data is still being collected.
Development activity
Last 90 days · weekly
- Commits (last 30 days)
- 1
- Open PRs
- 261
Development activity is still being collected.
Built with
Categories and tags
Categories
GitHub data
GitHub dataView detailed GitHub data
GitHub Topics
- postgres
- postgresql
- serverless
- database
- rust
- Stars
- 23,113
- Forks
- 1,101
- Watchers
- 121
- Open issues
- 301
- Contributors
- 153
- Primary language
- Rust
- License
- Apache-2.0
- Repository last updated
- Aug 31, 2026
Related information
Write a related articleShare a guide or use case for this OSS in Markdown. Articles are published after administrator approval.
Explore next
- React250,594 Stars
A JavaScript library for building web and native user interfaces from declarative components.
JavaScript - Visual Studio Code192,699 Stars
The MIT-licensed Code - OSS repository that forms the open foundation of Visual Studio Code.
TypeScript - Flutter179,011 Stars
A BSD-3-Clause cross-platform SDK for building mobile, web, and desktop UIs from a Dart codebase.
Dart - Bootstrap174,857 Stars
A responsive, mobile-first web framework built from CSS and JavaScript grids, utilities, and components.
MDX - LangChain146,686 Stars
A Python framework that connects models, tools, retrieval systems, and other components for LLM applications and agents.
Python
Report incorrect information
Tell us if any listing information is incorrect or outdated.