another 3D chess move for Stripe at the core of almost any software product is payment and Stripe is the front door. they just announced "Stripe Projects" which turns their CLI (we devs already use it for payments) into the unified control plane for full stacks: - provision Vercel hosting - Supabase/Neon DBs - Clerk auth - PostHog analytics etc. ... all from your terminal / claw / cowork session resources stay in those partner accounts, but Stripe will sync agent-ready creds securely, handle upgrades/payments via tokens, and makes setups repeatable/deterministic this is just so smart for how coding agents are evolving with strategic layering: - own the onboarding - gain stack visibility - deepen ecosystem lock-in - expand revenue surface without owning every service. smart.
When Andrej Karpathy built MenuGen (https://lnkd.in/gQzHkipf), he said: "Vibe coding menugen was exhilarating and fun escapade as a local demo, but a bit of a painful slog as a deployed, real app. Building a modern app is a bit like assembling IKEA future. There are all these services, docs, API keys, configurations, dev/prod deployments, team and security features, rate limits, pricing tiers." We've all run into this issue when building with agents: you have to scurry off to establish accounts, clicking things in the browser as though it's the antediluvian days of 2023, in order to unblock its superintelligent progress. So we decided to build Stripe Projects to help agents instantly provision services from the CLI. For example, simply run: $ stripe projects add posthog/analytics And it'll create a PostHog account, get an API key, and (as needed) set up billing. Projects just launched as a developer preview and we've been inundated by the response. You can register for access (we'll make it available to everyone soon) at https://projects.dev. We're also rolling out support for many new providers over the coming weeks. (Get in touch if you'd like to make your service available.)