AB — WAR ROOM
00:00:00
☁ Local
🔥 0 days
⟳ Resets at midnight
DAILY MISSION
// non-negotiables — zero excuses, zero days off
"You have the right to perform your actions, but you are not entitled to the fruits of your actions."
— Bhagavad Gita
OVERALL TODAY
0 / 8
CONTENT
// build in public — every single day
0/6
YOUR NICHE
THE SOLO BUILDER — empire from zero, in public.
Wide range of interests — AI, trading, robotics, space, defense, energy. 21. Always learning by himself. No guru energy. Just raw curiosity and real grind, documented publicly. People follow people, not niches.
MAIN
𝕏 Twitter / X DAILY
→ 1 raw tweet — what you learned
→ Live trade commentary
→ Tech aha moments, unfiltered
→ TradesBySci take + your spin
→ Threads on AI, space, defense
▶ YouTube WEEKLY
→ "Building AI from zero" series
→ "I traded for 30 days" vlogs
→ Tech deep dives on confusing stuff
→ Day-in-the-life content
SUPPORT
◉ Instagram
→ 30-sec Reels from YouTube
→ Gym + grind aesthetic
→ Quick mistake takes
♟ Twitch
→ Live code sessions
→ Paper trading + commentary
→ Study streams
S Skool
→ Free community first
→ Weekly accountability threads
→ Monetize when trust is built
TRADING
// TradesBySci method — patience is the edge
0/2
THE ROADMAP
1
Watch TradesBySci from Day 1
Full content from beginning. Setups, entries, exits, mindset. Take notes. This is your bible.
NOW → Week 1
2
Open paper trading — Day 2
Webull or ThinkorSwim. Same charts, zero risk. Trade while learning.
3
Document every single trade
Screenshot setup. Write reasoning before. Write result after. No journal = no improvement.
4
Drip real capital slowly — Week 2-3
After consistent paper profits — start with 1-2k real. Capital grows with skill.
5
Sunday weekly review
Win rate. R:R ratio. Emotional trades? Follow the method? Identify loss patterns.
EMPIRE
// elon-level — each stage funds the next
0/2
ACTIVE PROJECTS — Stage 1 (Now → Month 3)
The Elon Pattern
Skill
Product
Community
Capital
Empire
LIBRARY
// books are weapons
CODE STACK
// ship vs scale
Frontend
HTMLTailwindJavaScriptHTMX
Backend
FastAPIPython
Database
SQLitePostgreSQLAlembic
Auth
ClerkSupabase Auth
AI
OpenAIReplicatePinecone
Payments
StripeResend
Observability
PostHogSentry
Storage
Cloudflare R2AWS S3
Deploy
RailwayRenderNginx
Dev Tools
VS CodeGitHubvenv/uvClaude
Build Order
Frontend
Next.jsTypeScriptTailwind
Database
Neon/SupabasePrisma
API
tRPCZod
Auth
ClerkNextAuth
State
TanStack QueryZustand
Payments
StripeResend
Observability
SentryPostHog
Storage
CloudinaryAWS S3
Jobs
Trigger.devRedis
Deploy
VercelGitHubClaude
Build Order
ANALYTICS
// track the compounding — every day counts
0
Day Streak
0%
Today Done
0%
7-Day Avg
0
Perfect Days
THIS WEEK
TODAY BY SECTION
LAST 14 DAYS
DEPLOY IT
// yours, free, 10 minutes
Single HTML file. Zero backend. All data in your browser. Deploy once, open anywhere.
OPTION 1 — Netlify Drop (2 minutes, easiest)
1
Go to netlify.com/drop
Open browser. No account needed yet.
2
Drag and drop warroom.html into the window
Deploys in seconds. Gives you a live URL instantly like random-name.netlify.app
3
Create free Netlify account → rename URL
Rename to something like ab-warroom.netlify.app — free forever.
4
Bookmark on every device
⚠️ localStorage is per-browser. Use consistently on same device for history to persist.
OPTION 2 — GitHub Pages (10 minutes, best long-term)
1
Create GitHub account at github.com
You need this for coding anyway. Free.
2
Create repo named: yourusername.github.io
Set it to public. This exact name is what makes GitHub Pages work.
3
Upload as index.html
Rename warroom.html to index.html, drag into the repo, commit it.
Live at: https://yourusername.github.io
4
Updates: just replace index.html
GitHub auto-redeploys in 1-2 minutes. Bookmark the URL everywhere.
⚠️ localStorage = per device
Your checklist data and book progress saves to the browser you use. Opening on a new device = fresh start.

Fix now: Pick one main device. Use it consistently. Laptop preferred.

Future upgrade (when you can code it): Add Supabase backend to sync across devices. Perfect first real project when you hit Stage 1 of the Empire roadmap.
ADD BOOK