CommunityMar 24, 2025Using Windsurf Cascade and Neon MCP for Agent-Driven Database Interaction Imagine an IDE that not only writes your code but also provisions, migrates, and queries your Postgres database. Stop imagining—this is possible today with Windsurf. In this blog post, we will explore how Windsurf can be integrated with the Neon MCP server to allow agents to inte...Akshat Agrawal
CommunityMar 14, 2025Navigating PostgreSQL Locks with Neon and AtlasAs applications evolve, making changes to your database schema is inevitable, whether you’re adding indexes to keep performance up with a growing user base or adding new features to an existing product. Most of the time, these schema migrations will go smoothly, but if you’re not...Rotem Tamir,Noa Rogoszinski
CommunityMar 07, 2025Building a VSCode Chat Extension to Order LunchLayer, which helped us built Neon Copilot. Chech them out. " > Are you ever so deeply in the developer grindset that you forget to eat? Me neither. But like most VC backed companies, I wanted to solve a problem that does not exist 🙂 (not yet at least!) So, we decided to build an...Andrew Hamilton
CommunityMar 06, 2025Join the Neon Creator ProgramWhat is the Neon Developer Creator Program?The Neon Creator Program as just one small to help support developers who are making incredible content. Members will receive a host of benefitis including a free Neon Scale account, early access to new features, and sponsored speaking o...Taraneh Dohmer
CommunityFeb 27, 2025From XAMPP to Ephemeral Postgres: Where “Works on My Machine” Has Led Us“It works on my machine” is now a trope—a horror story to tell young developers (or AI coding models) about what it was like to build without today’s stack. Like all clichés, it was once true. Hodgepodge local installs, no containers, and massive environment drift were challenges...Andrew Tate
CommunityFeb 22, 2025How to Build a Secure Project Management Platform with Next.js, Clerk, and NeonThis article was first published in the Clerk blog. Around 30,000 websites and applications are hacked every day, and the developer is often to blame. The vast majority of breaches occur due to misconfiguration rather than an actual vulnerability. This could be due to exposed dat...Brian Morrison
CommunityFeb 20, 2025Vercel Native Integration: Create a Neon Branch Per PreviewTo Vercel users deploying Neon via the Vercel Marketplace we have good news. You can now use Neon’s Native Vercel Integration to automatically create a database branch for each Vercel preview deployment. Check out our docs for a step by step guide. Why deploy Neon branches in you...Gustavo Salomão
CommunityFeb 06, 2025How to Build GitHub Copilot ExtensionsAs soon as GitHub Copilot burst onto the scene, everyone started asking, “How do we teach Copilot about our platform?” Whether you’re building a managed Postgres service (like Neon) or a specialized set of APIs, it’s no longer enough to rely on devs hunting through documentation....Andrew Hamilton
CommunityJan 31, 2025Fixing JavaScript Timezone IssuesDeepesh Genari for sharing this writeup! If you use Neon and want to share your own tips with the community, reach out to us on Discord." > Working with timezones in JavaScript often feels like navigating a minefield. Recently, I faced a timezone issue when building a parking boo...Deepesh Genani
CommunityDec 26, 2024Using Hyperdrive with Neon and Cloudflare Workers: FAQWe often recommend Hyperdrive to Neon users building on Cloudflare Workers, particularly for global applications looking to reduce latency. But we frequently receive questions about this tool and how it works with Neon—so let’s cover the most common ones in this blog post. Neon i...Carlota Soto