Neon · Blogs
Blogs listings from Neon on TechiSeek. 36 public listings.
- Neon skills arrive in the Vercel CLI (Neon)Vercel just gave their CLI a new trick: when you install a Marketplace integration from the terminal, it also installs that provider's agen…
- Neon plugin connects Grok Bot to database workflows (Neon)Neon is now available as a plugin in Grok Bot. You just have to connect your Neon account once and you'll be able to ask a Grok bot to buil…
- CommSync Uses Neon Lakebase Search on Postgres (Neon)"We're running lakebase_text and lakebase_vector across three different parts of our product.
- Neon disables full page writes to speed Postgres writes (Neon)Neon and Databricks Lakebase both run on the same technology, and this engineering optimization benefits customers of both platforms.
- Neon Backend Beta: Object Storage, Functions, AI Gateway (Neon)Neon's Object Storage, Functions, and AI Gateway are now in beta and available to all users. The suite includes object storage that branche…
- Neon and Stripe Projects Build Provisioning (Neon)Stripe has added a stripe projects build command to its Projects CLI, allowing developers to discover, select, and scaffold fully wired pro…
- Claimable Neon: Provisioned by agents, claimed by humans (Neon)Claimable Neon lets agents provision a temporary Neon project anonymously, with credentials scoped to that project. A human can later claim…
- Neon Labs Launches Experimental Postgres Tools (Neon)Neon Labs is a new home for experimental tools built around Lakebase Postgres. Its first release includes a Postgres Upgrade Assessment and…
- Inside LuBot's database-per-tenant architecture (Neon)LuBot, a chat product for business analytics built by a solo founder, uses Neon branching to give each paying customer an isolated Postgres…
- Provisioning Neon Databases via Vercel CLI (Neon)The Vercel CLI now allows agents to provision a Neon database with a single command: vercel integration add neon. Agents can initialize a p…
- Neon launches @neon/tools for typed agent tools (Neon)Today we're launching @neon/tools, a package that turns the @neon/sdk ergonomic client into typed agent tools with adapters for MCP, Mastra…
- Neon Companion Skill for Agent Platforms (Neon)Neon has introduced neon-for-agent-platforms, a companion skill to neon-postgres that helps agents provision and operate fleets of database…
- Query Neon backend logs from the CLI (Neon)Neon added a branch-scoped CLI surface for querying backend logs. The neon logs command reads what Neon Functions and Object Storage emit o…
- LLMs belong in your backend (Neon)Neon argues that LLMs are part of the modern backend stack, sitting next to storage and compute as foundational primitives rather than an o…
- Neon Explains Autoscaling for Lakebase Postgres (Neon)Choosing a database instance size before you know the workload is an old building pattern.
- Neon ships neon.ts infrastructure-as-code config (Neon)Neon has released neon.ts, a branch config and infrastructure-as-code file for full stack projects. It lets developers declare Neon service…
- I Slop Forked Neon. You Should Too. (Neon)Andre Landgraf describes a slop fork of the Neon console built by giving a coding agent the Neon public API, OpenAPI spec, TypeScript admin…
- Lakebase Postgres Compute Cache Gains on Neon (Neon)TL;DR On large fixed-size Lakebase Postgres computes on Neon, we now put most of the machine's memory into Postgres shared buffers and back…
- Lakebase Search: vector and BM25 on Neon (Neon)Lakebase Search is now available on Neon, offering hybrid vector and full-text retrieval through two Postgres extensions, lakebase_vector a…
- Debug your Postgres from the terminal with neon inspect db (Neon)Neon CLI now includes neon inspect db, a set of read-only, performance-tuning and observability commands. Each runs a single query against…
- Token economics compared across 42 AI models (Neon)Update Since we shipped this post, we added 3 more models to the benchmark: GPT-6 Astra, Claude Fable 5.1, and GLM-5.3 Flash.
- Electric joins Neon team at Databricks (Neon)Electric, the team behind PGlite and the Electric sync engine, is joining the Neon team within Databricks. The two teams are already workin…
- Neon Backend GA: Primitives for Agents to Build (Neon)Neon is now a complete suite of backend primitives built around the database and rooted on the lakebase architecture: Lakebase Postgres, Ob…
- Neon Adds API Command to Its CLI for AI Agents (Neon)Neon has added an api command to its CLI, giving agents raw Neon API access with local guardrails. The command maps flags to HTTP primitive…
- Neon Functions runs backend logic beside your database (Neon)We're building backends Neon started by building a serverless Postgres database that branches, but a database alone isn't enough for how ap…
- Neon builds boring backend for apps and agents (Neon)Neon is building a backend for apps and agents, with Object Storage, Functions, and AI Gateway now generally available. The company applies…
- Neon Object Storage: Branch-Aware S3-Compatible Store (Neon)Neon Object Storage is a branch-aware, S3-compatible object store built into the Neon backend. It is generally available and was free durin…
- Neon and Castform Target Cheaper Agentic Retrieval Training (Neon)Neon and Castform describe an approach to training retrieval models that is 100x cheaper. The post argues that post-trained open-source mod…
- My agent cloned GitHub (sort of) using the Neon backend - Neon (Neon)An experiment used an agent to build a working Git host on Neon's backend, storing every Git object as rows in Postgres and offloading larg…
- WAL + S3: Lakebase storage for the era of agents (Neon)Postgres already contains a timeline of transactions in its write-ahead log, and agent workloads increasingly ask for operations on that hi…
- Neon CLI adds link, checkout, and env pull commands (Neon)Neon is shipping three new CLI commands—neonctl link, neonctl checkout, and neonctl env pull—to make branch-first development the default.…
- Neon adds per-project permissions and four org roles (Neon)Neon now supports a new permission structure with four org-level roles (Admin, Editor, Viewer, and Collaborator) and per-project permission…
- Neon for Herdr: A Neon pane in your Herdr workspace (Neon)Neon for Herdr is a Herdr plugin that puts Neon projects in a pane, letting developers create branches, retrieve connection strings, or sus…
- Pure-TypeScript psql client embedded in neonctl (Neon)Neon built a pure-TypeScript reimplementation of the psql client embedded in neonctl, activating automatically when no native psql is found…
- Open-weight models on Neon AI Gateway (Neon)Open-weight models are built for performance, but how they’re served determines whether end users actually feel that speed. Neon AI Gateway…
- Building Patterns Unlocked by Scale to Zero (Neon)Scale to zero suspends compute after a few minutes of inactivity and restarts it automatically, making ephemeral branches and preview envir…