We're making Lakebase Search available on Neon: hybrid vector + full-text search built for agents that need retrieval in their operational loop.
No separate systems. Same database. Optimized for Neon's storage-compute architecture.
Full technical writeup 👇
This is wild.
@neondatabase is now sponsoring better-drizzle.
I launched better-drizzle because I wanted Prisma-like DX without giving up Drizzle’s SQL-first approach.
Getting support from Neon this early means a lot.
It makes it easier to keep improving the project, shipping
I’m launching better-drizzle.
Drizzle ORM is great when you want SQL-first, type-safe control.
But in every real app I kept rewriting the same glue:
pagination, includes, nested filters, exists/count helpers, hooks, soft delete, timestamps, upserts...
better-drizzle wraps your
shieldcn has joined @neondatabase’s OSS program!
So wonderful to be supported by such an amazing company and community. Thank you neon for backing open source.
More than one million active on @neondatabase free plan.
So proud of our eng team making Postgres more accessible to the world. Fun fact: We spend much more on logs than we do operating the free tier. The lakebase architecture makes it incredibly efficient.
Neon Testing is a community open-source utility for integration tests using Vitest and Bun Test where each test gets an isolated Neon branch. Check it out!
Neon Testing now supports Bun Test!
v3.0.0 lets you run Bun and Vitest integration tests against isolated Neon Postgres branches, with automatic DATABASE_URL setup and cleanup.
Get it here:
npmjs.com/package/neon-t…
Release notes:
github.com/starmode-base/…
Onboarding begins now: Compute, Storage, AI Gateway. Access at 👉 neon.com/backend
- Compute: Long-running functions
- Storage: object storage that branches with your database
- AI Gateway: One API for all frontier and open-source models
Infrastructure as code (IaC) gives agents immediate visibility into what resources are available and provisioned without having to call CLI or MCP tools.
Huge AX win, especially when it’s type-safe.
files-sdk now has a first-class @neondatabase adapter (thank you @andrelandgraf) — the same upload / download / presigned-URL API you'd use for S3, R2 or GCS, wired up from the AWS_* vars Neon injects. One line of config. 🪐