CommunitySep 09, 2025Neon Testing: a Vitest Library for Your Integration TestsCheck out the repo and Mikael’s website." > You can mock database calls all day long, but when your code hits production, the real database doesn’t lie. Unique constraints fail, transactions don’t roll back as they should, and subtle behaviors that mocks can’t reproduce, causing ...Mikael Lirbank
AISep 02, 2025AI Rules: Bring Neon Context into Your EditorUsing AI coding assistants like Cursor to build your full stack apps makes for a powerful workflow, but they don’t always know the specifics of every tool – including Neon – and can do a little help. To give your editor Neon specific context and help it generate better code from ...Carlota Soto
CommunityAug 29, 2025LLM Rules for PostgresPostgres is one of the most versatile databases out there. You can store vectors, declare row level security rules, run background jobs, and more. Its simplicity and extensibility make it a workhorse for everything from side projects to large scale systems. But that flexibility c...Ilya Tkachov
Case StudiesAug 28, 2025Databuddy Is Open-Sourcing Privacy-First Analytics, Built on Neon“I was surprised by how fast Neon was. It was faster than my self hosted setup and Prisma Postgres. This plus the convenience of the Free Plan makes it a no brainer for building your projects.” (Issa Nassar, founder of Databuddy) Databuddy is a new privacy first web and product a...Carlota Soto
AIAug 25, 2025Why we built app.buildLLMs are fantastic at code generation. They can produce hundreds of lines of code, entire functions and components, that compile perfectly, implement complex algorithms elegantly, and even follow best practices for style and structure. They suck at full blown software generation,...Arseni Kravchenko,Pedro Figueiredo
PostgresAug 21, 2025The 10 Most Popular Postgres Extensions on NeonPostgres is loved not just for what it is, but for what it can become its extension system lets you transform your database into a full text search engine, a geospatial powerhouse, or a vector store for embeddings – all without switching tools. With many thousands of active datab...Ben Hagan
WorkflowsAug 18, 2025Best Practices for Running Neon in ProductionIn Neon, we’re always trying to strike a balance between out of the box configurations that work for most people and the flexibility to accommodate a wide range of use cases. By tweaking features like autoscaling, branching, and scale to zero, you can optimize Neon for many diffe...Russ Dias
AIAug 15, 2025Using app.build to Create Production-Ready Laravel AppsApp.build is an open source AI agent built by the Neon team. It acts as a reference implementation for agent builders use it as an architecture template if you’re building an agent. All code here." > In the Stack Overflow 2025 Developer Survey, “84% of respondents are using or pl...Andre Landgraf