Home / Companies / Neon / Blog / October 2025

October 2025 Summaries

11 posts from Neon

Filter
Month: Year:
Post Summaries Back to Blog
In a narrative reminiscent of a Halloween tale, a company's migration from Hetzner's bare-metal infrastructure to AWS cloud services for their continuous integration (CI) pipeline is depicted as a journey fraught with challenges but ultimately rewarding. The transition, driven by increasing security and compliance needs, initially led to significant cost spikes and inefficiencies due to the incompatibility of their existing workflows with the cloud environment. With a baseline cost of $30k at Hetzner, the move to AWS resulted in an initial bill of $150k, escalating to $400k due to expanded scope, increased compliance requirements, and inefficiencies like cold starts and cache misses. The team overcame these hurdles by optimizing their CI processes, such as mapping critical paths, re-engineering caching, and right-sizing compute resources, which resulted in a 50% cost reduction and improved performance. Ultimately, the company achieved a stable, efficient, and cost-effective CI system that met modern compliance standards, though at a higher expense than their original setup, marking a successful adaptation to the cloud environment.
Oct 31, 2025 1,036 words in the original blog post.
Anthropic's introduction of Claude Skills has led to the development of a plugin for Neon, a serverless Postgres platform, which includes four ready-to-use skills and an MCP server integration. Claude Skills are essentially markdown files bundled with instructions for workflows, which are dynamically loaded by Claude when required, allowing for efficient resource use. These skills serve as intermediaries between custom commands and fully autonomous subagents, offering a balance of structured predictability and contextual flexibility. The Neon AI Rules plugin, available in the Claude Code marketplace, groups multiple Neon plugins, including skills for integrating Drizzle ORM with Neon, connecting to Neon's serverless architecture, managing databases through Neon's API, and incorporating Neon's best practices into responses. This integration allows tools within Claude Code to interact directly with Neon's APIs, streamlining tasks like creating databases or validating schema connections. The plugin is part of a broader strategy to expand Neon's capabilities and developer tools by adding more plugins and workflows to the marketplace.
Oct 30, 2025 1,555 words in the original blog post.
Aileen is an open-source AI chat app and code generation platform designed to streamline the creation of web applications, leveraging a modular setup that includes Vercel, Freestyle, Assistant UI, Mastra, Drizzle, and the Neon stack. Aileen facilitates the generation of complete web apps from user prompts, automatically provisioning a Postgres database, adding authentication, tracking project versions, and allowing users to run and preview apps instantly. Its architecture allows for isolated project environments, ensuring that experiments in one project do not affect others, with a dedicated Neon Postgres database for each app. The platform employs a dual versioning model using Neon snapshots for database states and Git commits for code changes, enabling seamless rollbacks and iterative development. Aileen's environment is designed to scale down when idle, optimizing resource usage, and it supports schema migrations with Drizzle, while Assistant UI ensures the persistence of chat state for context continuity. This comprehensive setup offers developers a robust foundation to build and manage full-stack AI agents efficiently.
Oct 29, 2025 2,587 words in the original blog post.
Neon is offering a support initiative called the Neon Open Source Program to aid developers working on open-source projects powered by Postgres. This program provides up to $5,000 in Neon credits annually, cash incentives via GitHub Sponsorships, and promotional support to enhance project visibility among developers. Neon's commitment to open source is rooted in its belief that commercial open source fosters innovation and community growth. The program is designed to help Postgres-based projects scale sustainably, offering resources like instant provisioning, autoscaling, and seamless integration with open-source tools. Ideal candidates for the program are open-source projects that utilize Postgres as a core component and are ready to expand their community reach. Applications for the program are currently open to eligible projects.
Oct 28, 2025 590 words in the original blog post.
Xpander.ai has developed a deploy-agent API designed to provide a consistent deployment experience for AI agents across different runtime environments, whether they are hosted on the xpander cloud or on customer-managed Kubernetes clusters. This unified API allows developers to deploy AI agents using the same upload and deployment process, eliminating the need for separate SDKs or special build steps. The system effectively abstracts the complexities of different storage systems, network rules, and authentication methods, ensuring a streamlined and environment-agnostic deployment. The API dynamically routes requests based on the tenant type, using a single endpoint that handles every container lifecycle event and integrates securely with Kubernetes, using Python to manage multi-cluster orchestration. The approach enhances predictability, security, portability, and maintainability, allowing seamless movement of agents between cloud environments without requiring code changes. This innovation underscores xpander.ai's commitment to providing a scalable and transparent agent deployment infrastructure, reinforcing its position as a versatile agent platform.
Oct 27, 2025 1,242 words in the original blog post.
Sharing Excess, a nonprofit focused on redirecting surplus food to combat hunger and reduce waste, leverages Neon’s database branching to enhance its operations. With a small team, they benefit from Neon’s branching and scale-to-zero features, allowing them to work with production-like, anonymized data without affecting live systems, thus improving testing and collaboration. This setup ensures each development environment mirrors production, minimizing bugs and deployment errors, while the scale-to-zero feature helps reduce costs by scaling down idle branches. The organization transitioned to Neon from Firebase for more robust querying and seamless operations, which has streamlined their logistics and allowed them to maintain high standards without excessive maintenance. This efficient system allows Sharing Excess to focus resources on their mission to improve food distribution across a large network of vendors and community partners.
Oct 23, 2025 1,003 words in the original blog post.
Managing dynamically changing directed acyclic graphs (DAGs) with constraints in Postgres is essential for robustly tracking evolving relationships, such as those in fleet management where vehicles frequently attach and detach. At traconiq, the use of Neon serverless Postgres as an operational database layer allows for the enforcement of DAG integrity, handling time-variant relationships, and resolving conflicting data from multiple sources. The schema design uses temporal types and constraints to capture the time-varying structure, ensuring data integrity by preventing cycles and maintaining single incoming edges per node. Deferred constraint triggers ensure these rules are enforced post-transaction, while functions like add_edge() manage conflict resolution and interval updates. This setup facilitates querying and traversing the graph within Postgres, providing both historical and real-time insights. The combination of Postgres features and Neon's infrastructure supports scalable, consistent modeling of evolving relationships, with full code available open source for adaptation to similar use cases.
Oct 20, 2025 1,696 words in the original blog post.
The Neon Creator Program is designed to support developers who produce educational content using Postgres, offering benefits such as a sponsored Neon Scale plan, early access to features, and collaboration opportunities. It targets developers involved in open-source projects, blogging, video creation, or those recognized as AWS Heroes or Microsoft MVPs. Participants receive free access to Neon's advanced capabilities and can engage in feedback sessions, access exclusive perks, and collaborate on various content types. While there isn't an official nomination process, interested individuals can share the program link with potential candidates.
Oct 16, 2025 215 words in the original blog post.
The blog post discusses the author's personal experiences and strategies for using Claude Code, an AI tool, to enhance software development workflows at Neon. The author has compiled a cheatsheet that outlines various features and techniques to optimize Claude Code's capabilities, such as utilizing Plan Mode for strategic planning, employing Multi-Agent Workflows for diverse perspectives, and managing context efficiently with commands like /clear and /compact. The piece also highlights the use of MCP servers like Serena and Context7 for improved code handling, the importance of setting agent memory with files like CLAUDE.md, and customizing the status line for immediate feedback on usage and resources. Additionally, the author emphasizes the use of sub-agents for specialized tasks, starting projects with strong type definitions, and leveraging custom commands for repetitive tasks. The post concludes with insights on using thinking modes and token windows for complex problem solving, running Claude Code in headless mode for automation, managing long coding sessions, and monitoring compute usage to avoid unexpected costs.
Oct 14, 2025 2,094 words in the original blog post.
Retool has introduced a new AI-powered platform called AppGen, which significantly enhances the speed of building internal enterprise software by allowing production-ready apps to be generated directly using enterprise data, with built-in governance, security, and compliance. A key feature, Assist, enables users to describe the needed application, which the agent then translates into queries, UI, and workflows ready for deployment. This development resolves the traditional trade-off between the speed of packaged tools and the flexibility of custom code, integrating AI to facilitate rapid app generation while maintaining enterprise standards. Retool's longstanding partnership with Neon continues to support these advancements, ensuring that internal tools are built efficiently and securely.
Oct 07, 2025 606 words in the original blog post.
Neon has launched a new Data API that provides a PostgREST-compatible way to query Neon databases over HTTPS with JWT and RLS, offering per-branch endpoints. This API, re-implemented in Rust, integrates seamlessly into Neon's platform, allowing it to scale efficiently across multiple databases with a lighter CPU and memory footprint, making it suitable for large-scale, multi-tenant environments. Designed for developers and agents, the Data API simplifies backend setup by providing authentication, a REST API, and a Postgres database within a minute, supporting features like autoscaling, branching, and scale-to-zero. While PostgREST is a popular tool for turning databases into REST APIs, its compute-heavy nature presents challenges for large-scale operations, which the Neon Data API aims to address. With the ability to run as a shared service, the API reduces the need for fragmented processes and maintains consistent performance. Neon also supports integration with various authentication providers and offers a migration guide for those switching from Supabase. This latest addition to Neon's offerings aims to enhance the development of agent platforms by providing tools for quick backend deployment and efficient infrastructure management. Users of Neon RLS are advised to transition to the new Data API or use Postgres RLS directly, as Neon RLS will no longer be necessary with the new API's capabilities.
Oct 02, 2025 1,305 words in the original blog post.