proomt

Search

Search posts, papers, and topics

All posts

NeonCarlota Soto4 min readrelease notesintermediate

Neon skills landed in the Vercel CLI

Summary

Vercel CLI now integrates Neon, allowing users to provision a Neon database and install its agent skills with a single command. This streamlines database setup for Vercel projects, including automatic isolated branches for preview deployments.

  • The `vercel integration add neon` command provisions a Neon database and installs its agent skills.
  • It automatically connects the database to your Vercel project and injects connection variables.
  • Vercel Preview Deployments automatically receive isolated Neon database branches for testing.
  • Neon's agent skills are installed, providing agents with guidance on using the provisioned Postgres.

Developers deploying to Vercel can now provision and manage Neon databases more efficiently, leveraging automated setup and isolated preview environments for faster development and testing.

6/10

Related reading

  1. Just landed in the Neon CLI

    Neon renamed its CLI to `neon` and added a suite of commands for agent onboarding, branch‑first development, diagnostics, credential management, schema diffing, API fallback, snapshots, auth, Data API, and a built‑in psql client. The post lists usage examples and flags for each new feature.

    Neonneon.com5 minrelease
  2. The skills CLI now supports Notion hosted skills

    Vercel’s `skills` CLI (v1.7.0) now lets you install agent skills directly from Notion pages or shared Notion skill packs. Use `npx skills add notion` to browse packs, or `npx skills add <PAGE_URL>` for a single skill. Authentication is handled via the `ntn` CLI, which requires a Notion personal access token. Permissions follow Notion’s page sharing model, so only users with view access can instal…

    Vercelvercel.com1 minrelease
  3. Neon is now available in Grok Bot

    Neon released a Grok Bot plugin that lets the AI assistant manage Neon PostgreSQL databases. After a one‑time auth, the bot can create projects, spin up isolated branches, run SQL, list databases, and set up usage‑summary routines directly from chat.

    Neonneon.com1 min
  4. LLMs belong in your backend

    Neon AI Gateway integrates LLM calls directly into the Neon backend, offering a unified API for various models (frontier and open-weight) and consolidating billing. It extends Neon's branching capabilities to LLM endpoints, allowing each development branch to have its own isolated AI Gateway host and credentials.

    Neonneon.com7 min
  5. Introducing Neon Labs

    Neon Labs is a new experimental web app (Next.js + TypeScript) that offers two PostgreSQL upgrade tools: a live‑catalog Upgrade Assessment that flags version‑specific blockers, and a Migration Assistant that auto‑generates import, pg_dump/restore, or logical‑replication pipelines based on DB size and downtime needs. The tools run read‑only against a Neon project, never expose connection strings,…

    Neonneon.com6 minrelease
  6. Electric is joining team Neon at Databricks

    Databricks announced that the Electric team, creators of the WASM‑compiled Postgres engine PGlite and a real‑time sync layer, is joining Neon. The integration adds an embedded Postgres database and continuous sync primitive to Neon’s platform, aiming to lower compute costs for small, agent‑driven apps.

    Neonneon.com3 min