ProductSep 03, 2025How to Make the Most of Neon’s Free PlanNeon’s Free Plan is packed with everything you need to start building with Postgres – we’ve seen developers ship amazing things with it. If you’re new to Neon, let us share some tips to make sure you get the most out of your free account, whether you’re prototyping, testing, or s...Andre Landgraf
ProductAug 13, 2025Your Neon Branches Can Now Expire AutomaticallyBranching is one of the most powerful features in Neon. It lets teams spin up isolated environments instantly and automate workflows through the API, and as a result, developers and agents create many branches at scale – hundreds or even thousands of them. To make managing short ...Gustavo Salomão
ProductJul 31, 2025Launching a Web UI for app.buildWe’re very excited to announce that app.build is launching a web interface that builds and deploys React, Laravel or FastAPI applications with zero configuration required! Just visit the website, type your prompt, and we’ll get your app built and deployed This makes the experienc...David Gomes,Victor Ditadi,Mario Cadenas
ProductJul 21, 2025Neon Now Runs in VS CodeDevelopers love using Neon branches for a local development, due to the agility they provide (e.g. fast resets, isolated environments, and the ability to test without polluting production data). But using Neon branches still requires you to manage separate connection strings for ...Jeffrey Christoffersen
ProductJul 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
ProductJul 03, 2025Postgres Event Triggers Are Now Supported in NeonPostgres Event Triggers via the neon_superuser role. This unlocks many use cases around schema change detection, automation, and unlock sync engines like Zero. Event triggers in Neon work exactly as they do in vanilla Postgres." > Postgres event triggers are a powerful (although ...Ben Hagan