CommunityJul 08, 2025Build Internal Tools Using Neon, StackAuth, and VercelAlmost every tech company, from small startups to Fortune 500 enterprises relies on internal tools. Larger organizations often have dedicated services and structured procedures in place, but for many others, internal tools are… messy. They often take the form of an insecure setup...Sam Harrison
PostgresJul 07, 2025Build Your Own Full-Text Search CMS with Neon and pg_searchA CMS is a “must have” for building a website. And your choices are many. If you want full stack, you can go with WordPress or Webflow. If you want headless, you can go with Sanity or Contentful. Heck, with the aid of a GitHub Action, you can just turn your Notion pages directly ...Tristan Partin
ChangelogJul 04, 2025Name your computes, TanStack integration, Neon Auth enhancements, and moreGive your computes a custom name. You can now assign custom names to your branch’s computes. In the Neon Console, go to the Branches page, select a branch, and open the Compute tab. Click the edit icon next to a compute to rename it. You can also set a name when _adding_ a new co...
AIJul 03, 2025What’s New With MCP at NeonThe Neon MCP Server implements the specification introduced by Anthropic to expose a set of commands that wrap the Neon API (but also add some new workflows not exposed in the API). This gives AI agents an easy way to perform tasks like provisioning databases, inspecting query pl...Carlota Soto
PostgresJul 02, 2025Neon Joins TanStack: Instant Postgres Integration for Faster JavaScript DevelopmentIt’s no secret that Neon loves TanStack, and we’re proud to support Tanner and the team as they prepare TanStack Start for its much anticipated 1.0 launch. Vite’s popularity is hard to ignore at this point. It’s everywhere! We believe that part of its success is the amazing devel...Atila Fassina
GuidesJun 30, 2025Zero downtime schema migrations with pgrollA comprehensive guide to using pgroll for safe, reversible Postgres migrationsDhanush Reddy
ChangelogJun 27, 2025Improved connection security, easier Cursor MCP integration, simpler RLS with Neon Auth, and moreOne click install Neon MCP Server in Cursor. You can now add the Neon MCP Server to Cursor with a single click. Look for the Add to Cursor button in our MCP Server docs and in the GitHub repo, or try it here Enhanced connection security with channel binding. Connection strings an...
AIJun 26, 2025Design Decisions Behind app.build, a Prompt-to-App Generatornpx @app.build/cli or hack around locally with the code." > TL;DR We built app.build, a reliable open source AI code generator by limiting initial scope to CRUD web apps, using FSM guided tree search actors, implementing extensive validation, and encapsulating context management ...Arseny Kravchenko,Igor Rekun,Evgenii Kniazev