AIAug 06, 2025Dyad Brings Postgres to Local AI App Building (Powered by Neon)Dyad is a local first, open source AI coding assistant that helps you build and iterate on web apps from your own machine. You can chat with Dyad to scaffold code, review changes, or debug issues all inside your editor. Unlike most cloud based tools, Dyad runs locally, supports a...Carlota Soto
AIAug 04, 2025The Invisible Database: Running Postgres at RuntimeMore and more software will be created by agents, not just code snippets but full stack apps with interfaces, backends, persistence, auth. This means a big change in the shape of the devtools and software infrastructure supporting these apps. Many systems are now created at runti...Carlota Soto
AIJul 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
AIJul 29, 2025Generate Laravel Apps from a PromptAt Laracon 2025, we just demoed a new way to build Laravel apps by writing a prompt! app.build is an open source reference architecture for agent codegen, able to generate full stack web apps from natural language. It handles everything from scaffolding the project to writing tes...Andre Landgraf
AIJul 29, 2025Three Ways to Use Neon for AIIt’s not only hype developers are working with AI every day – both using new AI powered tools and building their own. At Neon, we’re seeing Postgres widely used in three AI workflows powering vector based apps with pgvector, managing databases from AI assisted coding tools, and s...Carlota Soto
AIJul 28, 2025Six Principles for Production AI AgentsEvery now and then, people ask me “I am new to agentic development, I’m building something, but I feel like I’m missing some tribal knowledge. Help me catch up!” I’m tempted to suggest some serious stuff like multiweek courses (e.g. by HuggingFace or Berkeley), but not everyone i...Arseni Kravchenko
AIJul 24, 2025Devin Integrates with Neon Through New MCP MarketplaceCognition Lab’s AI software engineer, Devin, recently had its capabilities expanded by opening up an MCP (Model Context Protocol) server marketplace. With this, and Neon’s MCP server, you can now have Devin interact with your Neon database directly using a comprehensive set of to...Sam Harrison
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
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
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 ...Arseni Kravchenko,Igor Rekun,Evgenii Kniazev