Solo indie dev from India. First paid product. Drag-select any UI on a webpage, get clean Tailwind + HTML in about 10 seconds via Claude's vision API. $19 lifetime, 5 free trials, BYOK Anthropic key so users pay Anthropic directly (~1¢ per conversion at cost, no markup from me). No servers - everything in chrome.storage.local.
Built in 10 days, ~$210 total spend. Two hardest bits: Tailwind classes not rendering in the preview iframe under MV3 CSP (bundled Tailwind locally to fix), and JSX leakage from the model output (regex sanitizer).
adithagrawaal•1h ago
Built in 10 days, ~$210 total spend. Two hardest bits: Tailwind classes not rendering in the preview iframe under MV3 CSP (bundled Tailwind locally to fix), and JSX leakage from the model output (regex sanitizer).
Happy to answer questions.