Netlify
@netlify.com
5 months ago Point your agent at netlify.ai and ship something today.
More on how we're benchmarking this coming soon.
www.netlify.com/blog/netlify...
π¬ 0
β»οΈ 0
β€οΈ 1
Point your agent at netlify.ai and ship something today.
More on how we're benchmarking this coming soon.
www.netlify.com/blog/netlify... This is the initialization layer for agent-driven deploys. We coined the term AX, or Agent Experience, back in January 2025. DX was about making developers productive. AX is about making the agents working for developers productive.
One curl command. Your agent reads the context, installs what it needs, provisions the primitives. No human in the loop until you want to look at the result.
It's an image-free markdown environment. No hero shots. No nav. No tracking pixels. Just the exact context an agent needs to bootstrap an environment and ship.
The web is shifting. Code used to ship to Netlify. Now it starts here, from a prompt.
Today we're launching netlify.ai, a machine-readable starting line built for agents, not humans.
www.netlify.com/blog/netlify... 80k GitHub stars! π
Prisma Postgres works with any PostgreSQL client.
That means:
- psql
- node-postgres
- whatever GUI you use
- any ORM
It's just Postgres. Use what you already know.
pris.ly/postgres (mildly clever) - high school shop class challenge to build a little wheeled vehicle that would propel itself across a table and stop before going off the end. designed one with wingnuts on the axles and little pegs on the wheels so it would stop itself automatically
AI use case: Environment setup
AI can set up dev environments, install dependencies, and configure projects automatically. It gets you from zero to coding in minutes. Postgres has three ways to isolate tenants: - Logical databases - Per-tenant schemas - Tenant ID in a shared schema Counterintuitively, the last is the best way to scale. Read about why in our latest article.
We're fuming after hearing Bieber stopped his Coachella set (wknd 2) to check on his agents. π‘
ποΈπ If you use a Prisma Postgres integration with Vercel, and want to rotate your credentials as a precaution following Vercelβs recent security incident, you can do so without downtime.
Hereβs the guide π
pris.ly/security-ppg One week in. Teams are adding the people who should have always been there.
Designers. PMs. Finance. The person who kept getting asked for a screenshot.
Unlimited Pro seats. Still $20/month.
www.netlify.com/blog/pricing... NPM link:
www.npmjs.com/package/@su...
it's only v0.1.4, so we're looking for testers and feedback. We're also building framework adapters: we just released a new NPM package
πππ πππππππ @ππππππππ/ππππππ
it creates a Supabase client configured for server environments and handles cookies / auth session automatically (SSR, API routes, edge functions) but float encoding is a very valid concern and there's a little section about it - i considered base64 encoding the bytes or string-encoding as base10, and vaguely considered a bigdecimal-style encoding or encoding base/exp as ints. i suspect float-strings are kinda nice in that parsing is optimized
yeahh, i'm less focused on the float encoding at this point and more on the question of how the hack indicates which parts of the objects are floats and which aren't - should it be a secret key, something else, etc.
Looks like the issue is upstream in the tree sitter grammar:
github.com/tree-sitter-... This definitely seems weird. We'll try to repro.
Hey Denys, is there a GitHub issue referencing this bug? Maybe we can toss it on the quality week board we are working on this week.
Guess the feature coming to preview this week, stable next.
the readme covers this point, but to clear up any confusion up front, you could have an implicit understanding that coordinates in geojson are floats and so translate them back and forth. but geojson also supports feature properties, and those properties can have floating-point values. hence hack