Case StudiesJul 17, 2025Postgres for Everything: Why Vectsore Replaced Pinecone and RDS with NeonCarlota Soto
AIJul 18, 2025app.build Can Now Build Python Data AppsWhen we started working on app.build, we knew in the longer run we wanted to build a generic agent that could build apps with different “coding stacks”. However, for our first release and initial announcement, we could only build apps written with a single fixed stack React + Vit...Arseni Kravchenko,David Gomes,Pedro Figueiredo
ChangelogJul 18, 2025Develop with Neon in VS Code using Neon Local Connect, app.build adds Python support, and moreAccelerate development with the Neon Local Connect VS Code Extension. The Neon Local Connect VS Code Extension lets you develop with Neon using a familiar localhost connection string. Your app connects to localhost 5432 like a local Postgres instance, but the underlying Neon Loca...
EngineeringJul 16, 2025A Recap on May/June StabilityStarting in May, we had a series of feature launches with agentic AI partners that gained far more momentum than we predicted. In two short timespans, the rate of new database creation increased more than 5x, and the rate of branch creation increased more than 50x. While we were ...Nikita Shamgunov
PostgresJul 14, 2025How to fix missing table errors in pg_cron“Timing is everything.” Some say that’s a quote from Shakespeare, but imho, the true bards of time are the 52 contributors to the pg_cron extension. The concept being pg_cron is simple run scheduled jobs directly within Postgres using familiar cron syntax. The simplicity belies t...Andrew Tate
GuidesJul 14, 2025Building a Nuxt.js app with a Vercel and Neon branching workflowAutomate database branching for every preview deployment using the native Neon Vercel IntegrationDhanush Reddy
EngineeringJul 11, 2025Separation of storage and compute without a performance tradeoffModern OLTP database systems such as Neon and AWS Aurora separate storage and compute. The main benefits of this architecture are elasticity and being “serverless”. Storage appears “bottomless” and compute scales up and down with the load. A user doesn’t need to commit to a certa...John Spray
ChangelogJul 11, 2025Get help from our new Neon AI assistant, delete Neon Auth users, UI improvements, and moreMeet your new Neon AI Assistant. We’ve launched a new Neon AI Assistant, available for all Launch and Scale plan users. Find it under ? > Get help in the Console. Our AI assistant can help Answer questions about Neon features, workflows, and troubleshooting. Find relevant documen...
WorkflowsJul 10, 2025Branching as the New Standard for Relational DatabasesOver the last decade, nearly every part of the software development stack has evolved to support faster iteration, better automation, and less oversight. But one layer has stubbornly resisted this evolution – the relational database. The stack evolved, the database stayed behind ...Carlota Soto