Skip to content

feat(blog): Compute pricing blog post#7969

Merged
ankur-arch merged 13 commits into
mainfrom
feat/pricing-blog-post
Jun 23, 2026
Merged

feat(blog): Compute pricing blog post#7969
ankur-arch merged 13 commits into
mainfrom
feat/pricing-blog-post

Conversation

@luanvdw

@luanvdw luanvdw commented Jun 22, 2026

Copy link
Copy Markdown
Member

Overview

Adds the Prisma Compute pricing blog post, "Price the Work, Not the Workflow"

Changes

  • Adds the post under apps/blog/content/blog/price-the-work-not-the-workflow/.
  • Uses blog-native frontmatter with author, excerpt, tags, and Prisma Compute series metadata.

Verification

  • pnpm --filter blog types:check

Summary by CodeRabbit

  • New Features
    • Published new blog post: “Price the Work, Not the Workflow,” expanding on usage-based billing principles, example pricing scenarios, and an embedded accessible work-pricing SVG diagram.
  • Bug Fixes
    • Updated blog listing page rendering so the excerpt paragraph only appears when excerpt content is available.

@vercel

vercel Bot commented Jun 22, 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 23, 2026 10:09am
docs Ready Ready Preview, Comment Jun 23, 2026 10:09am
eclipse Ready Ready Preview, Comment Jun 23, 2026 10:09am
site Ready Ready Preview, Comment Jun 23, 2026 10:09am

Request Review

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 5465839f-1930-43f2-902a-ca8e850a05b4

📥 Commits

Reviewing files that changed from the base of the PR and between 8937ef1 and 8ab2033.

📒 Files selected for processing (1)
  • apps/blog/content/blog/price-the-work-not-the-workflow/index.mdx
✅ Files skipped from review due to trivial changes (1)
  • apps/blog/content/blog/price-the-work-not-the-workflow/index.mdx

Walkthrough

A new MDX blog post titled "Price the Work, Not the Workflow" is added with a companion WorkPricingDiagram SVG React component that illustrates loop steps and work meters. The blog page template gains a guard so the excerpt <p> is only rendered when page.data.excerpt is present.

Changes

New blog post with diagram component

Layer / File(s) Summary
WorkPricingDiagram SVG component
apps/blog/content/blog/price-the-work-not-the-workflow/WorkPricingDiagram.tsx
Defines LOOP_STEPS and WORK_METERS constants, a labelLines helper, a Box subcomponent (dashed and meter color variants), an Arrow subcomponent with optional dashed styling, and the exported WorkPricingDiagram that composes them into an accessible <figure>/<svg>.
Blog post MDX content and metadata
apps/blog/content/blog/price-the-work-not-the-workflow/index.mdx
Adds the complete post: frontmatter (slug, date 2026-06-23, SEO, hero image, series/tags), import of WorkPricingDiagram, and sections covering work vs. workflow thesis, problem framing, meter explainability principle, agentic guardrails, Prisma Compute pricing table with example scenarios and bandwidth watch items, and a closing beta feedback prompt.
Conditional excerpt rendering fix
apps/blog/src/app/(blog)/[slug]/page.tsx
Wraps the excerpt <p> in a page.data.excerpt truthiness check so it is omitted when the excerpt field is absent.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat(blog): Compute pricing blog post' directly and clearly describes the main change: adding a new blog post about Compute pricing.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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

@argos-ci

argos-ci Bot commented Jun 22, 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 23, 2026, 10:15 AM

Comment thread apps/blog/content/blog/price-the-work-not-the-workflow/index.mdx Outdated
Comment thread apps/blog/content/blog/price-the-work-not-the-workflow/index.mdx
Comment thread apps/blog/content/blog/price-the-work-not-the-workflow/index.mdx Outdated
Comment thread apps/blog/content/blog/price-the-work-not-the-workflow/index.mdx Outdated
Comment thread apps/blog/content/blog/price-the-work-not-the-workflow/index.mdx
Comment thread apps/blog/content/blog/price-the-work-not-the-workflow/index.mdx
Comment thread apps/blog/content/blog/price-the-work-not-the-workflow/index.mdx Outdated
Comment thread apps/blog/content/blog/price-the-work-not-the-workflow/index.mdx
luanvdw and others added 3 commits June 23, 2026 11:04
Co-authored-by: Ankur Datta <64993082+ankur-arch@users.noreply.github.com>
Co-authored-by: Ankur Datta <64993082+ankur-arch@users.noreply.github.com>
Co-authored-by: Ankur Datta <64993082+ankur-arch@users.noreply.github.com>
Comment thread apps/blog/content/blog/price-the-work-not-the-workflow/index.mdx Outdated
Comment thread apps/blog/content/blog/price-the-work-not-the-workflow/index.mdx Outdated
@ankur-arch ankur-arch merged commit aff9dcf into main Jun 23, 2026
16 checks passed
@ankur-arch ankur-arch deleted the feat/pricing-blog-post branch June 23, 2026 10:42
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.

3 participants