feat(blog): add Prisma Postgres on Stripe Projects post#7946
feat(blog): add Prisma Postgres on Stripe Projects post#7946sampolahtinen wants to merge 9 commits into
Conversation
Draft skeleton + first prose pass for the Stripe Projects integration: add a Prisma Postgres database from the Stripe CLI, manage plans, and the upcoming Prisma Compute teaser. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Rewrite intro around the agent paid-provisioning gap and SPTs - Add real CLI output, file tree, plans table, and SPT sequence diagram - Rename env vars to PRISMA_DATABASE_URL (direct) / PRISMA_ACCELERATE_URL - Document vault (Secret Store + encrypted local copy, gitignored) - Correct Prisma Compute wording and link the public-beta launch post - Remove em dashes per house style; mask credentials; use example@prisma.io - Brighten mermaid edge labels via muted color; add Sampo author avatar Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
| @@ -0,0 +1,198 @@ | |||
| --- | |||
| title: "Your billing already lives in Stripe. Now your database can too" | |||
There was a problem hiding this comment.
| title: "Your billing already lives in Stripe. Now your database can too" | |
| title: "Your billing already lives in Stripe. Now your database can too" |
Could we make the title more reflective of the blog post content? Here are a few alts, where 1 is my fave as it aligns without positioning.
- Your agent can now provision Prisma Postgres through Stripe
- From prompt to Postgres: Prisma now works with Stripe Projects
- Stripe Projects can now spin up Prisma Postgres for your agent
- Prisma Postgres joins Stripe Projects, so agents can provision databases
- No signup forms, no extra billing: Prisma Postgres now runs through Stripe Projects
- Your Stripe account can now provision Prisma Postgres databases
- Let your coding agent create a real Postgres database with Stripe Projects
Adds the Prisma | Stripe branded hero image (3600x1890) referenced by the post frontmatter at imgs/hero.png and imgs/meta.png. The 1.905:1 ratio matches the hero convention and the ideal OG image ratio. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Purpose of change
Adds the announcement blog post for Prisma Postgres as a provider on Stripe Projects — letting developers add a Prisma Postgres database to their Stripe project from the CLI, with spending limits via Shared Payment Tokens and plan management in the same terminal flow.
What's changed and why
apps/blog/content/blog/prisma-postgres-on-stripe-projects/index.mdx): problem-first intro (agents can build but can't provision paid infra), realinit/addCLI output, repo scaffold tree, the four-plan pricing table, an SPT payment-flow sequence diagram, and the teardown flow.PRISMA_DATABASE_URL(direct) andPRISMA_ACCELERATE_URL(Accelerate), matching the access-config rename in pdp-control-plane#4196..projects/vault/vault.json, both gitignored).apps/blog/public/authors/sampo-lahtinen.png(squared 460x460, matching the existing convention).Mermaid.tsx: set themutedcolor to the theme's muted-foreground so edge/message labels stay legible on dark backgrounds (affects all blog diagrams; same dim-label issue applied to all).The post was reviewed with the
prisma-copy-review+prisma-product-messagingskills: positioning aligned, product language verified, fluff trimmed, em dashes removed, credentials masked.Testing notes / Before-after
/blog/prisma-postgres-on-stripe-projects(HTTP 200); Mermaid diagram compiles to inline SVG.pnpm --filter blog types:checkpasses.Not ready to publish yet
imgs/hero.png/imgs/meta.png, which don't exist (blog images are managed outside git). Real hero and OG/meta images need to be created and the frontmatter pointed at them before publish.upgrade prisma-plancommand syntax were confirmed by the author; flag if anything in the Stripe Projects behavior shifts before launch.