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 →
Neon Alternatives
Similar projects and alternatives to neon
-
-
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.
-
supabase
The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
-
-
-
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
-
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.
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
cockroach
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
-
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 😅
-
-
-
-
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.
-
orioledb
OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems)
-
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]
-
yugabyte-db
YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
-
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.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
neon discussion
neon reviews and mentions
-
Build your first AI Agent for Postgres on Azure
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
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)
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
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
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 😼
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
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
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
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
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
Stats
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.