feat(blog): add Prisma Postgres on Stripe Projects post#7946
Draft
sampolahtinen wants to merge 10 commits into
Draft
feat(blog): add Prisma Postgres on Stripe Projects post#7946sampolahtinen wants to merge 10 commits into
sampolahtinen wants to merge 10 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.
|
Contributor
|
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>
ankur-arch
reviewed
Jun 15, 2026
ankur-arch
reviewed
Jun 15, 2026
ankur-arch
reviewed
Jun 15, 2026
ankur-arch
reviewed
Jun 15, 2026
ankur-arch
reviewed
Jun 15, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.