Home / Companies / Neon / Blog / July 2026

July 2026 Summaries

5 posts from Neon

Filter
Month: Year:
Post Summaries Back to Blog
Neon is expanding its serverless Postgres-based platform into a comprehensive suite of backend tools, now available in beta, to support autonomous app development. These tools include S3-compatible Object Storage that branches with your data, long-running Functions deployed alongside your database, and an AI Gateway providing a single API for multiple model providers. This suite aims to streamline the process for coding agents by ensuring all backend components share the same branching and scale-to-zero semantics as the Postgres database, enhancing convenience and unlocking new features for developers. The platform is designed to maintain Postgres at its core while extending capabilities to handle storage, compute, and AI needs, all tightly integrated within the same ecosystem. During the beta phase, these services are free to use, with specific regions and plans having access, and are intended to gather user feedback before finalizing the features for general availability.
Jul 15, 2026 1,687 words in the original blog post.
Neon has introduced a new 'api' command in its CLI, allowing AI agents to access every Neon API endpoint instantly, bridging the feature-lag gap typically caused by human-centric CLI designs. While traditional CLIs streamline human developer experiences by abstracting multiple API endpoints, they can delay access to new features for autonomous agents. Direct API calls are an alternative but pose challenges with authentication and security. The new 'api' command overcomes these issues by enabling agents to make raw API calls through the CLI, ensuring credential isolation and eliminating token management risks. This feature allows agents to swiftly access updated API functionalities without compromising security, as the CLI environment manages authentication seamlessly. Inspired by Vercel’s open-source CLI approach, this update enhances the CLI's utility for agents by providing an up-to-date manifest of available endpoints, balancing the safety of CLI use with the comprehensive access of direct API calls.
Jul 09, 2026 775 words in the original blog post.
Stripe has introduced a new command, `stripe projects build`, as part of its Projects CLI, allowing developers to scaffold fully wired, community-contributed project templates in one step, thus simplifying the process of provisioning backend infrastructure. This command enables users to browse and select templates based on stack, provider, or use case directly from their terminal, offering an instant setup for applications like a modern Subscription SaaS App using Next.js, Clerk, Stripe, and Neon for various functionalities. Neon, a serverless Postgres data layer, supports this streamlined process by enabling instant database provisioning, which aligns with the needs of automated workflows due to its rapid spin-up time and scale-to-zero economics ideal for prototyping. The integration ensures developers can easily initiate projects without navigating traditional web dashboards, while maintaining full data ownership and compatibility with Postgres, thereby enhancing the efficiency and speed of development pipelines.
Jul 08, 2026 818 words in the original blog post.
Lakebase Search, now available on Neon, offers a hybrid vector and full-text retrieval system through two Postgres extensions: lakebase_vector and lakebase_text. These extensions are tailored for Neon's architecture, which separates compute from storage, and they optimize vector similarity and BM25 keyword searches while maintaining compatibility with existing Postgres queries. Lakebase_vector supports scalable vector similarity search using inverted file partitioning and RaBitQ quantization, enabling it to handle over a billion vectors efficiently. Meanwhile, lakebase_text enhances BM25 keyword search with native indexing that includes corpus-wide statistics and top-K pushdown for efficient query performance. By leveraging Neon's tiered storage system, these extensions provide durable and scalable search capabilities without the need for additional database systems, allowing hybrid retrieval directly within Postgres. The design ensures that indexes remain durable on object storage, facilitating scale-to-zero operations and enabling branches for testing and tuning search configurations without affecting production environments.
Jul 02, 2026 1,643 words in the original blog post.
Neon has introduced @neon/sdk, a new TypeScript client for the Neon API, designed to replace the older @neondatabase/api-client. This client is fetch-based, has zero dependencies, and is generated from Neon's OpenAPI specification, featuring an ergonomic layer for ease of use. It simplifies various operations by providing functionalities like readiness polling and automatic retries, offering a more user-friendly interface for developers. The client is structured to allow both high-level ergonomic interactions and access to raw API methods, ensuring flexibility for different use cases. It enhances tasks such as project provisioning, snapshot restoration, and project transfer across organizations, while maintaining compatibility with Neon's expansive open REST API. This new client underscores Neon's commitment to providing comprehensive API access, enabling developers to work efficiently with Neon's platform capabilities, whether through direct API calls or within a local development environment using the Neon MCP server and CLI.
Jul 02, 2026 1,342 words in the original blog post.