DISTRIBUTION RUNBOOK — Drake Enterprise

"The content is ready. The store is live. The only gap is the login."

Current Status (2026-04-30)

Component Status URL
Store LIVE https://sythaia.tailb509d6.ts.net
Products 31 published All files deliverable
Content engine ACTIVE Generates daily at ~05:00
Social generator FIXED Now uses correct store URL
Broken URLs FIXED 672+ files updated

Platform Login Status

Platform Browser Tab Logged In Action Needed
X (Twitter) Not open No Login via CDP or manual
Reddit Not open No Login via CDP or manual
LinkedIn Not open No Login via CDP or manual
Discord Not open No Login via CDP or manual
Indie Hackers Not open No Login via CDP or manual
Hacker News Not open No Login via CDP or manual
TikTok Not open No Login via CDP or manual
Gumroad Login page No Login + 2FA
ChatGPT chatgpt.com No Login
Claude Login page No Login
DeepSeek chat.deepseek.com No Login
Perplexity perplexity.ai No Login
Gemini gemini.google.com No Login
Kimi kimi.com No Login

Content Ready for Distribution

Social Posts (Latest Batch: 2026-05-01 05:22)

Email Sequences

Platform Drafts

Blog Posts

Landing Page

Distribution Commands

Batch Social Posting (when logged in)

# Post all X content for today
for f in /home/j-5/DrakeEnterprise/content_ready/social_posts/*_x_*.md; do
    python3 /home/j-5/.claude/skills/cdp-distribution/cdp_post.py "$f"
done

# Post all Reddit content for today
for f in /home/j-5/DrakeEnterprise/content_ready/social_posts/*_reddit_*.md; do
    python3 /home/j-5/.claude/skills/cdp-distribution/cdp_post.py "$f"
done

CDP Browser Login Protocol

# Start Brave with remote debugging
brave-browser --remote-debugging-port=9222 --remote-allow-origins=* &

# Navigate to platform and login manually
# Then CDP scripts can post automatically

Store Health Check

# Check store is responding
curl -s -o /dev/null -w "%{http_code}" https://sythaia.tailb509d6.ts.net/

# Check tunnel watchdog is running
ps aux | grep tunnel_watchdog_v2

# Check revenue mesh is listening
ss -tlnp | grep :5064

Revenue Activation Checklist

Critical Notes

  1. DO NOT distribute recipe content. The product forge was creating food recipe products due to a bug. The bug is fixed, but some generated content may still reference recipes. Verify all posts before distributing.

  2. Store URL is dynamic. The Cloudflare tunnel URL changes when the tunnel restarts. The tunnel_watchdog_v2.sh auto-updates the catalog, but social_generator.py and other scripts should read the URL from the catalog, not hardcode it.

  3. Gumroad rate limit: Max 10 products per day. The forge is now filtered but do not manually create more than 10 products/day.

  4. Content quality: Review posts before distributing. The engine generates automatically but human verification is recommended for brand alignment.


Runbook version: 1.0 Written by: Kimi / OhananahO Date: 2026-04-30