neon

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero. (by neondatabase)

Neon Alternatives

Similar projects and alternatives to neon

  1. Next.js

    2,309 neon VS Next.js

    The React Framework

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. supabase

    874 neon VS supabase

    The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

  4. astro

    591 neon VS astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

  5. flyctl

    569 neon VS flyctl

    Command line tools for fly.io services

  6. Prisma

    477 neon VS Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

  7. Redis

    372 neon VS Redis

    Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.

  8. MongoDB

    303 neon VS MongoDB

    The MongoDB Database

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. hugo-quick-start

    Hugo Quick Start on Render

  11. templates

    Railway starters (by railwayapp)

  12. rqlite

    124 neon VS rqlite

    The lightweight, user-friendly, distributed relational database built on SQLite.

  13. cockroach

    111 neon VS cockroach

    CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.

  14. drizzle-orm

    75 neon VS drizzle-orm

    Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅

  15. citus

    71 neon VS citus

    Distributed PostgreSQL as an extension

  16. vitess

    63 neon VS vitess

    Vitess is a database clustering system for horizontal scaling of MySQL.

  17. dragonfly

    55 neon VS dragonfly

    A modern replacement for Redis and Memcached

  18. python-fake-data-producer-for-apache-kafka

    The Python fake data producer for Apache Kafka® is a complete demo app allowing you to quickly produce JSON fake streaming datasets and push it to an Apache Kafka topic.

  19. orioledb

    OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems)

  20. edgedb

    19 neon VS edgedb

    Discontinued Gel supercharges Postgres with a modern data model, graph queries, Auth & AI solutions, and much more. [Moved to: https://github.com/geldata/gel]

  21. yugabyte-db

    YugabyteDB - the cloud native distributed SQL database for mission-critical applications.

  22. database-lab-engine

    DBLab enables 🖖 database branching and ⚡️ thin cloning for any Postgres database and empowers DB testing in CI/CD. This optimizes database-related costs while improving time-to-market and software quality. Follow to stay updated.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better neon alternative or higher similarity.

neon discussion

Log in or Post with

neon reviews and mentions

Posts with mentions or reviews of neon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-08.
  • Build your first AI Agent for Postgres on Azure
    3 projects | dev.to | 8 Apr 2025
    We’ll use Neon Serverless Postgres as our database. It’s a fully managed, cloud-native Postgres that’s free to start, scales automatically, and works great for AI agents that need to query data on demand without managing infrastructure.
  • Get Started with Serverless Architectures: Top Tools You Need to Know
    5 projects | dev.to | 1 Apr 2025
    Neon Neon is a serverless Postgres database that scales up and down based on your application workload by separating storage and computing. When you develop your app, you don’t need to worry about the cost of using it. Neon scales to zero when the database is not in use. When you deploy your app to production, you don’t need to worry about the capacity of your database; Neon automatically scales to the demands of your workload. It’s the perfect database for working with serverless architecture. Neon applications can be deployed traditionally and connected over TCP using any Postgres driver. However, more teams are leveraging edge deployment in environments where they can’t establish a direct TCP connection, such as Cloudflare workers, AWS Lambda, and Vercel Edge functions. Neon provides a low-latency serverless driver for such deployments, working over both WebSockets and HTTP for efficient real-time and request-based interactions.
  • Ask HN: Who is hiring? (April 2025)
    11 projects | news.ycombinator.com | 1 Apr 2025
    Neon — Ship Faster with Postgres (https://neon.tech) | Remote | Full Time

    Neon is a distributed team building an open-source, cloud-native Postgres platform. We are a well-funded startup with deep knowledge of Postgres internals and decades of experience building databases. Our storage layer is written in Rust, and our cloud control plane is written in Go. We are on a mission to enable developers to “Ship faster with Postgres”. We are hiring for:

    * Product Engineer to work on the UI/UX for an agent. Experience with full-stack development and AI is required.

    If you want to learn more about the engineering work we do, check out some of these blog posts:

    * https://neon.tech/blog/how-we-scale-an-open-source-multi-ten...

    * https://neon.tech/blog/paxos

    * https://neon.tech/blog/architecture-decisions-in-neon

    Please email me directly via david at neon dot tech!

  • Fastify API with Postgres and Drizzle ORM
    4 projects | dev.to | 31 Mar 2025
    We will need a real database to apply migrations and store our data. You can install Postgres on your machine or use a Cloud Platform like Neon, Render, etc.
  • Run Postgres For Free: Top 3 Options
    3 projects | dev.to | 27 Mar 2025
    Neon provides a cloud-based, scalable implementation of PostgreSQL that can run on your physical hardware or through their managed services. Its architecture is separated into “compute” (for Postgres) and “storage” (a multi-tenant key-value store for Postgres pages), allowing Neon to gain true serverless capabilities.
  • Supabase Alternatives 🔄 in 2025 😼
    5 projects | dev.to | 17 Mar 2025
    Neon is arguably the closest alternative to Supabase, offering serverless PostgreSQL with branching capabilities. Like Supabase, Neon is built on Postgres, but provides several distinct advantages:
  • This Is Why You Should Use Cloudflare Workers
    3 projects | dev.to | 15 Mar 2025
    Neon serverless databases can be integrated with Cloudflare Workers to process data. Neon provides you with a serverless driver that you can use to connect to your database and then create access data from your database in Cloudflare Workers. Neon’s serverless driver is optimized for edge environments, enabling SQL queries over HTTP or WebSockets. This makes it ideal for Cloudflare Workers, which run in a lightweight, distributed manner without persistent connections.
  • How to build a secure project management platform with Next.js, Clerk, and Neon
    2 projects | dev.to | 28 Feb 2025
    To store structured data, you’ll be using a serverless instance of Postgress provided by Neon. Start by heading to neon.tech and creating an account if you don’t have one. Create a new database and copy the connection string as shown below.
  • 5 Must-Watch Tutorials to Build Your SaaS App in 2025
    8 projects | dev.to | 27 Feb 2025
    This tutorial also highlights using PostgreSQL as the database option in the Django project, specifically focusing on Neon PostgreSQL. Neon is a managed form of PostgreSQL that eases development processes through its serverless architecture, allowing developers to focus on building rather than infrastructure management. The video tutorial emphasizes Neon's quick database setup and serverless approach, which means it can respond to the growing demand for your SaaS product, and the server only runs when you need it to run.
  • Netflix But better
    6 projects | dev.to | 6 Feb 2025
    Data storage will be handled by a Neon cloud PostgreSQL database, while the Vercel AI SDK will power our embeddings and search queries. Finally, Drizzle will serve as the ORM to interact with the database.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 17 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic neon repo stats
173
16,761
10.0
6 days ago

neondatabase/neon is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of neon is Rust.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai