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
AIJun 23, 2025AI Workflows for Docs: Putting Devin to WorkAt Neon, our docs team does a little bit of everything. We work on technical documentation, sometimes UI copy, changelogs, reviews, and the occasional regex heavy cleanup across hundreds of pages. It’s a lot of small, steady work – often, exactly the kind of work you wish an AI a...Daniel Price,Barry Grenon
AIJun 20, 2025Debugging with Cursor as Your Rubber DuckyHave you ever explained a bug or issue you’re having to someone, only to discover the solution mid conversation, as if simply describing the problem helped you catch your own mistake? This is actually quite common and has been used by software engineers for decades, with the offi...Sam Harrison