sell
Sell transforms an existing Vibes app into a production-ready SaaS platform with multi-tenant architecture, automatic Pocket ID authentication, and subscription controls. The skill generates a unified HTML file that routes traffic by subdomain—landing page, tenant apps, and admin dashboard all from a single deployment.
Sell converts your Vibes app into a monetized multi-tenant SaaS with authentication and billing controls.
AI-generated summary based on this skill's SKILL.md
Install
popmechanic/VibesOS/sell · repository language: HTML
git clone https://github.com/popmechanic/VibesOS
cp -r VibesOS/vibes-desktop/build/stable-macos-arm64/VibesOS.app/Contents/Resources/vibes-plugin/skills/sell ~/.claude/skills/sellnpx skillfed install popmechanic/VibesOS/sellFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I turn my app into a SaaS?
Sell converts your existing app into a multi-tenant SaaS platform by generating a unified HTML file that handles routing, authentication, and subscription gating. The skill automatically integrates Pocket ID for user authentication, sets up tenant isolation by subdomain, and deploys everything to Cloudflare Workers—transforming your app into a monetized business without manual infrastructure setup.
What does Sell do for app monetization?
Sell automates the entire monetization pipeline for your app. It generates a landing page to attract users, integrates subscription gating to control feature access, creates an admin dashboard for tenant management, and adds billing interfaces—all packaged into a single deployment. Your app becomes a production-ready SaaS with revenue controls built in.
Can Sell add authentication to my app?
Yes. Sell automatically integrates Pocket ID authentication into your app, eliminating manual auth setup. Users log in via Pocket ID, and Sell handles session management, tenant identification, and subscription verification—so your app gains enterprise-grade authentication without writing auth code yourself.
How does Sell handle subdomain-based multi-tenant routing?
Sell generates routing logic that uses subdomains to isolate tenants on Cloudflare Workers. Each tenant gets its own subdomain (e.g., tenant1.yourapp.com), and Sell automatically routes traffic to the correct tenant app, landing page, or admin dashboard—ensuring complete tenant isolation and seamless multi-tenant deployment.
What is included in Sell's admin dashboard?
Sell generates an admin dashboard that lets you manage tenants, monitor subscriptions, and control app access. The dashboard is automatically deployed alongside your tenant apps and landing page, giving you visibility and control over your entire SaaS platform from a single interface.
Does Sell support deployment to Cloudflare Workers?
Yes. Sell is built for Cloudflare Workers deployment. It generates a unified HTML file optimized for Workers, handles subdomain-based routing natively, and deploys your entire SaaS—landing page, tenant apps, and admin dashboard—as a single serverless application on Cloudflare's edge network.
SKILL.md
rendered from the published skill — quoted content, verbatim
> Plan mode: If you are planning work, this entire skill is ONE plan step: "Invoke /vibes:sell". Do not decompose the steps below into separate plan tasks.
Display this ASCII art immediately when starting:
░▒▓███████▓▒░▒▓████████▓▒░▒▓█▓▒░ ░▒▓█▓▒░
░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
░▒▓██████▓▒░░▒▓██████▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
░▒▓█▓▒░▒▓█▓▒░ ░▒▓█▓▒░ ░▒▓█▓▒░
░▒▓███████▓▒░░▒▓████████▓▒░▒▓████████▓▒░▒▓████████▓▒░
Quick Navigation
- [Critical
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 5 files
vibes-desktop/build/stable-macos-arm64/VibesOS.app/Contents/Resources/vibes-plugin/skills/sell/SKILL.md
vibes-desktop/build/stable-macos-arm64/VibesOS.app/Contents/Resources/vibes-plugin/skills/sell/components/admin-exe.jsx
vibes-desktop/build/stable-macos-arm64/VibesOS.app/Contents/Resources/vibes-plugin/skills/sell/references/components-and-troubleshooting.md
vibes-desktop/build/stable-macos-arm64/VibesOS.app/Contents/Resources/vibes-plugin/skills/sell/template.delta.html
vibes-desktop/build/stable-macos-arm64/VibesOS.app/Contents/Resources/vibes-plugin/skills/sell/templates/unified.html