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
ChangelogFeb 21, 2025Neon Auth is here, Private Networking is GA,Neon Auth is here! Get authentication in a couple of clicks After a successful Early Access period, Neon Auth is now available in Beta to all users! Set up authentication for your application without writing integration code — Neon Auth automatically syncs user profiles from your...
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
GuidesFeb 20, 2025AI-assisted database migrations with Cursor and Neon Postgres MCP ServerMake schema changes with natural language using Cursor and Neon MCP ServerDhanush Reddy
PostgresFeb 18, 2025I Dropped a Table in Production—Now What?Imagine you’re running a multi terabyte production database in Neon when you accidentally drop a critical table. Ouch. You notice the mistake a few minutes later, during which your high ingestion workload continues pumping new data into the database. How can you recover that drop...Carlota Soto
PostgresFeb 17, 2025The Dangers of Testing in SQLite as a Postgres UserSQLite is genuinely an incredible piece of technology. Instead of having a list of which companies used the database, the SQLite site simply tells you its on every Android phone, every iPhone, in every browser, in every Mac, in every Windows machine. “Billions and billions of cop...Brian Holt