Outsider Economics — Launch Checklist
Everything below requires your login. The code is done.
1. DNS & Hosting (5 min)
The app is already deployed — outsidereconomics.com just needs to point to it.
- Firebase Console → App Hosting → Settings → Custom Domains
- Add
outsidereconomics.com - Firebase gives you a DNS target (CNAME or A record)
- Go to your domain registrar and point
outsidereconomics.comto that target - Wait for SSL provisioning (automatic, usually < 10 min)
- Verify:
curl -I https://outsidereconomics.comshould return 200
Note: The middleware already handles outsidereconomics* hostnames. No code changes needed.
2. Substack Setup (15 min)
- Create publication at
outsidereconomics.substack.com - Set name: Outsider Economics
- Tagline: A field manual for independent economic systems
- Upload avatar/logo (use the same wave icon from the site)
- Publish posts 1-3 (Substack-ready drafts are in
outsider-economics-v2/substack/)- Paste each file's content into Substack's editor
- Twitter hooks are included as comments at the bottom of each file — copy-paste when posting
- Schedule posts 4-10 on whatever cadence you want (weekly recommended)
3. Social Accounts (10 min)
- Create
@OutsiderEconon Twitter/X - Bio: Your town isn't broke. It's uncoordinated. The math → outsidereconomics.com
- Pin first tweet using Option B from twitter-hooks.md post 1
- Link Substack to Twitter for auto-sharing
4. Amazon Book Listing
- Verify the link works: https://www.amazon.com/dp/B0F2HZBZFZ
- Update book description to reference the website
- Add "Read the full series free at outsidereconomics.com" to the book's back matter if possible
Already Done (no action needed)
- [x] Website: 5 pages, all rendering, OG metadata on every page
- [x] Content: 10 posts, ~22K words
- [x] Twitter hooks: 2-3 options per post
- [x] Content matrix: 30 rows seeded, all social posts generated
- [x] Voice guide:
outsider-economics-v2/VOICE-GUIDE.md - [x] Substack drafts: posts 1-3 formatted and ready to paste
- [x] Git: all committed and pushed to main