# ClipSense Quick Launch Guide
## ✅ COMPLETED
- ✅ npm published: `@gburanda/clipsense-mcp-server` v0.1.1
- ✅ README updated with cross-platform support
- ✅ Keywords optimized (20 keywords)
- ✅ Launch posts created for all platforms
- ✅ Competitive analysis (zero direct competitors)
## 🚀 TODAY'S ACTIONS (In Order)
### 1. Reddit r/ClaudeAI (15 minutes)
**URL:** https://reddit.com/r/ClaudeAI/submit
**Title:**
```
[Show and Tell] Built the first MCP server for AI-powered mobile bug video analysis
```
**Body:**
```
I spent months searching for a tool that could analyze screen recordings of mobile app bugs using AI. Found nothing. So I built it.
**ClipSense** - The first MCP server for mobile debugging with video analysis
🎯 What it does:
• Drop a crash/bug video into Claude Code
• Get instant AI analysis using Claude Sonnet 4.5
• Understand what happened, why, and how to fix it
🔧 Works with:
• React Native, iOS (Swift), Android (Kotlin/Java)
• Claude Code, Cursor, Windsurf, Cline, Continue.dev
⚡ Setup (2 minutes):
```bash
npm install -g @gburanda/clipsense-mcp-server
```
Then add to your MCP config with your API key.
🆓 Free tier: 3 analyses/month
I searched npm for "mcp video", "mobile debugging video", "ai video analysis" - literally nothing exists in this space. This is the first tool combining:
- Video analysis ✓
- AI debugging ✓
- Mobile-first ✓
- MCP integration ✓
Would love your feedback! What mobile debugging pain points should I tackle next?
npm: @gburanda/clipsense-mcp-server
Docs: https://clipsense.app
```
---
### 2. Twitter Thread (30 minutes after Reddit)
**URL:** https://twitter.com/compose/tweet
**Tweet 1/6:**
```
Just launched ClipSense - the world's FIRST MCP server for AI-powered mobile bug video analysis 🚀
Searched all of npm. Zero competitors exist in this space.
Drop a crash video in Claude Code → Get instant AI debugging
Thread 🧵
```
**Tweet 2/6:**
```
The problem: QA sends you a 3-min video of your React Native app crashing.
You watch it 10 times trying to figure out WTF is happening.
The solution: Let Claude Sonnet 4.5 analyze it in 30 seconds and tell you exactly what's wrong.
```
**Tweet 3/6:**
```
How it works:
1. Record bug with any screen recorder
2. Drop video in Claude Code/Cursor/Windsurf
3. Ask: "What's causing this crash?"
4. Get detailed analysis + code fix suggestions
Supports React Native, iOS, Android.
```
**Tweet 4/6:**
```
Why this didn't exist before:
• Need video → AI pipeline (built from scratch)
• Need frame extraction + analysis (Claude Sonnet 4.5)
• Need MCP integration (TypeScript SDK)
• Need mobile debugging expertise
Took 3 months to get right.
```
**Tweet 5/6:**
```
Installation:
npm install -g @gburanda/clipsense-mcp-server
Get API key:
curl -X POST "https://api.clipsense.app/api/v1/keys/request" \
-H "Content-Type: application/json" \
-d '{"email":"your@email.com"}'
Free tier: 3 analyses/month
```
**Tweet 6/6:**
```
This is the only tool on npm that combines:
✅ Video analysis
✅ AI debugging
✅ Mobile-first
✅ MCP integration
Literally searched every keyword. Nothing else exists.
Try it: npm i -g @gburanda/clipsense-mcp-server
Feedback welcome! 🙏
```
**Tags:** #AI #MobileDev #ReactNative #DevTools #ClaudeAI #MCP #IndieDev
---
## 📅 THIS WEEK
### Tuesday 12:01 AM PST - Product Hunt
**URL:** https://www.producthunt.com/posts/new
**Tagline:** The first AI video debugger for mobile apps
**Full details in:** `LAUNCH-POSTS.md` (line 126-196)
---
### Wednesday - Reddit r/reactnative
**After Product Hunt launch**
Same format as r/ClaudeAI post
---
## 📊 WEEK 2
### After 20+ GitHub Stars - Hacker News
**Title:** Show HN: ClipSense – First AI video debugger for mobile apps
**Full post in:** `LAUNCH-POSTS.md` (line 199-232)
---
### After $100 MRR - Indie Hackers
**Full post in:** `LAUNCH-POSTS.md` (line 237-294)
---
## 📂 ALL RESOURCES
- **Full launch posts:** `LAUNCH-POSTS.md`
- **Complete strategy:** `PUBLISHING-STRATEGY.md`
- **Package:** https://www.npmjs.com/package/@gburanda/clipsense-mcp-server
- **Docs:** https://clipsense.app
---
## ⏱️ TIME TO FIRST LAUNCH: 15 MINUTES
**Just copy the Reddit post above and submit at:** https://reddit.com/r/ClaudeAI/submit
Then move to Twitter! 🚀