Production-grade integrations for the stack every modern web product needs. Swap your keys, ship your product.
Stripe, ready to ship
Checkout sessions, webhook handler with signature verification, customer portal, subscription helpers. Swap your keys and you're live.
// lib/stripe.ts
export const stripe = new Stripe(
env.STRIPE_SECRET_KEY,
);
export async function createCheckout(
priceId: string,
) { ... }Display primitives
600×600 viewport helpers. useDpad() works with arrow keys locally and Neural Band events on the glasses.
600 × 600
Tip Calculator
$14.40
18% · $80 bill
◀ -1%+1% ▶
AI providers, swappable
Anthropic, OpenAI, Llama API wired through the Vercel AI SDK. Toggle with one env var. Streaming responses out of the box.
Anthropicclaude-opus-4-7
OpenAIgpt-5
Llamallama-4-scout
Clerk auth
Drop-in sign-in / sign-up components. OAuth providers (Google, GitHub, Apple) ready. Middleware-based route protection. Free up to 10K users.
Convex backend
TypeScript-native real-time database. Reactive queries, file storage, vector search, scheduled jobs — all in one. Free up to 1GB and 1M function calls.
Fumadocs at /docs
MDX-powered docs site. Orama search, sidebar nav, dark mode. Buyers see your docs before they email support.
One config file
Brand, pricing tiers, plans, emails — all in lib/config.ts. Edit once, propagates everywhere.
CI + deploy ready
GitHub Actions runs typecheck + lint + build on every PR. Vercel deploys on push. Zero CI hours wasted.
Three example apps
Tip Calculator, Workout Timer, AI Shopping List — fully working Meta Ray-Ban Display apps you can fork and ship.