Skip to content

feat(blog): add Prisma Postgres on Stripe Projects post#7946

Draft
sampolahtinen wants to merge 9 commits into
mainfrom
feat/blog-prisma-postgres-stripe-projects
Draft

feat(blog): add Prisma Postgres on Stripe Projects post#7946
sampolahtinen wants to merge 9 commits into
mainfrom
feat/blog-prisma-postgres-stripe-projects

Conversation

@sampolahtinen

Copy link
Copy Markdown
Contributor

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

  • New post (apps/blog/content/blog/prisma-postgres-on-stripe-projects/index.mdx): problem-first intro (agents can build but can't provision paid infra), real init/add CLI output, repo scaffold tree, the four-plan pricing table, an SPT payment-flow sequence diagram, and the teardown flow.
  • Env var names: documents PRISMA_DATABASE_URL (direct) and PRISMA_ACCELERATE_URL (Accelerate), matching the access-config rename in pdp-control-plane#4196.
  • Vault explanation grounded in Stripe's docs (Secret Store canonical copy + encrypted local .projects/vault/vault.json, both gitignored).
  • Prisma Compute referenced with the launch post's wording and linked to the public-beta announcement.
  • Author avatar added at apps/blog/public/authors/sampo-lahtinen.png (squared 460x460, matching the existing convention).
  • Mermaid.tsx: set the muted color 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-messaging skills: positioning aligned, product language verified, fluff trimmed, em dashes removed, credentials masked.

Testing notes / Before-after

  • Renders locally at /blog/prisma-postgres-on-stripe-projects (HTTP 200); Mermaid diagram compiles to inline SVG.
  • pnpm --filter blog types:check passes.

Not ready to publish yet

  • Hero + OG images are missing. Frontmatter points at 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.
  • A few product/billing claims (SPT limit-vs-prorated-price, immediate downgrades) and the upgrade prisma-plan command syntax were confirmed by the author; flag if anything in the Stripe Projects behavior shifts before launch.

sampolahtinen and others added 2 commits June 14, 2026 11:02
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>
@vercel

vercel Bot commented Jun 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment Jun 15, 2026 1:59pm
docs Ready Ready Preview, Comment Jun 15, 2026 1:59pm
eclipse Ready Ready Preview, Comment Jun 15, 2026 1:59pm
site Ready Ready Preview, Comment Jun 15, 2026 1:59pm

Request Review

@coderabbitai

coderabbitai Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 30368dec-8d1d-4c57-afba-4b3b94783b55

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands and usage tips.

@argos-ci

argos-ci Bot commented Jun 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Jun 15, 2026, 2:06 PM

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Comment thread apps/blog/content/blog/prisma-postgres-on-stripe-projects/index.mdx Outdated
Comment thread apps/blog/content/blog/prisma-postgres-on-stripe-projects/index.mdx Outdated
@@ -0,0 +1,198 @@
---
title: "Your billing already lives in Stripe. Now your database can too"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

  1. Your agent can now provision Prisma Postgres through Stripe
  2. From prompt to Postgres: Prisma now works with Stripe Projects
  3. Stripe Projects can now spin up Prisma Postgres for your agent
  4. Prisma Postgres joins Stripe Projects, so agents can provision databases
  5. No signup forms, no extra billing: Prisma Postgres now runs through Stripe Projects
  6. Your Stripe account can now provision Prisma Postgres databases
  7. Let your coding agent create a real Postgres database with Stripe Projects

Comment thread apps/blog/content/blog/prisma-postgres-on-stripe-projects/index.mdx Outdated
Comment thread apps/blog/content/blog/prisma-postgres-on-stripe-projects/index.mdx Outdated
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants