The Max plan

Up to more usage per cycle than Pro.

One subscription. Every Dropstone surface, every tier, with the highest concurrency on the platform and a queue that stays short.

That is a lot of deep work potential.

$75/mo · cancel anytime

Why Max

A thought partner for your most ambitious work.

FIG 0.1

Capacity for ambitious work

6× more usage than Pro, higher output limits, and the highest concurrent task ceiling on the platform.

FIG 0.2

Premium features in-tier

Faster first-token latency, dedicated capacity at peak hours, and priority routing during high-traffic windows.

FIG 0.3

Early access

Preview new models before public release, plus experimental agent presets we run internally before they ship to Pro.

Built with Dropstone Max

The work that finishes.

Long-horizon deliverables shipped in one session. Pro hits the cap. Max does the whole thing.

Prompt

Read PRD-482.md. Implement Stripe checkout on /pricing across frontend, backend, and tests. Open a PR with a walkthrough.

Attachments

PRD-482.md

182 lines

md

design.fig

3 frames

fig

Add Stripe checkout to /pricing#482
Openopened 2m ago
feat/checkout-stripemain
24 checks passed·+1,847−12214 files
Files changed
·app/
+ api/checkout/route.ts
M pricing/page.tsx
·components/
M PricingCard.tsx
+ CheckoutButton.tsx
·lib/stripe/
+ client.ts
+ webhooks.ts
·tests/
+ checkout.test.ts
M.env.example
MREADME.md
app/api/checkout/route.ts+ new file
1+import { NextResponse } from "next/server"
2+import { stripe } from "@/lib/stripe/client"
3+
4+export async function POST(req: Request) {
5+ const { priceId, userId } = await req.json();
6+ const session = await stripe.checkout.sessions.create({
7+ line_items: [{ price: priceId, quantity: 1 }],
8+ mode: "subscription",
9+ metadata: { userId },
10+ });
11+ return NextResponse.json({ url: session.url });
12+}
D
dropstone-botadded a walkthrough video

walkthrough.mp4 · 4 min 12 sec · covers webhook flow, idempotency, refund handling

Ready to merge

Ship a feature from a one-line PRD

Hand Max a ticket. It scopes the work, builds frontend + backend + tests + docs, opens a PR with a walkthrough video, and tags reviewers. The ticket-to-merged pipeline that finishes overnight.

Why people choose Max

08 reasons

  • 01Up to 6× more usage per cycle than Pro
  • 02Highest concurrent task limit on Dropstone
  • 03Higher output limits for every task
  • 04Priority routing and dedicated capacity at peak hours
  • 05Faster first-token latency on every tier you call
  • 06Early access to advanced Dropstone features
  • 07Preview new models before public release
  • 08Experimental agent presets, internal-only releases

Choose your plan.

Move between plans anytime.

Pro

For individual engineers

$15 /mo
  • 4× usage
  • Dropstone Heavy
  • Beta Research Program
  • Saved presets
See Pro

Max

Most usage

The most usage and the earliest features

$75 /mo
  • 6× more usage than Pro
  • Highest concurrent tasks
  • Priority routing at peak hours
  • Preview new models early
Start Max

Built for the hard cases.

Start Max