YK Playground
A local stand-in for the third-party SaaS our apps depend on. Instead of a real provider, an app redirects (or calls) here; the playground plays back a provider-shaped response and bounces back. No real accounts, money, or sends.
Providers
- Stripe CheckoutliveCard payments — redirect checkout + signed completion webhook.
POST /api/stripe/v1/checkout/sessions - Email senders (Resend / SendGrid)liveTransactional email — accept a send, capture it, no real delivery. View at /email.
POST /api/email/send - Social login (Google / GitHub)plannedOAuth sign-in — fake consent screen + code/token exchange.
- SMS / OTP (Twilio)plannedText messages + verification codes — logged, never sent.
- Object storage (S3 / R2)plannedFile upload/download — local stand-in for a real bucket.
Internal tooling · not a YK Universe product.