Requires Cloudflare Worker setup. Click to analyze your elemental cycle.
Target: 4 episodes recorded + edited by April 20
Target: Live by April 13
Target: May
Week 1 (Apr 7–13): Sun-Jupiter trine your Leo. Perfect for strategy, announcements, systems launch.
Week 2 (Apr 14–20): Mercury enters Aries, conjuncts your AC exactly (Apr 18). Your voice at PEAK power.
Week 3 (Apr 21–27): Mars still in Aries on your AC. Personal power sustained.
Week 4 (Apr 28–30): Last window before Mercury retrograde May 1. Finish launches, finalize plans.
You move through elemental cycles based on your perimenopause + emotional/energetic state. Track which element dominates each day.
Brain dump space for ideas, thoughts, concepts, and awarenesses. Copy/paste into Obsidian later or reference back when you need inspiration.
Store instructions, chat links, setup guides, and references for your systems here.
Airtable Setup
Cloudflare Worker Setup
Other Notes
Link back to conversations where you built systems, made decisions, or solved problems.
Label (e.g., "Dashboard Build")
Claude.ai URL
Quick access to tools and services you use regularly.
Name (e.g., "Airtable Base")
URL
📌 Monthly Reminder: Update all dates below on the 1st of each new month to reflect current timelines.
Data not saving?
Check browser console (F12 → Console). Look for errors. Data saves to localStorage automatically.
Lost data after closing browser?
Check your browser's privacy/incognito settings. localStorage requires normal browsing mode.
"Authorization failed" error?
Your API key is wrong or has spaces. Copy the FULL key from Airtable (with no extra spaces). Check browser console for exact error.
Data not appearing in Airtable?
1) Refresh Airtable (F5). 2) Check browser console (F12) for error messages. 3) Verify all table IDs are correct (copy directly from Airtable URLs).
Want to manually sync?
Open browser console (F12 → Console), type: syncAllToAirtable(), press Enter.
"Failed to analyze: 404" error?
Your worker URL is wrong or worker didn't deploy. Check Cloudflare dashboard that worker is deployed and get the correct URL.
"No response from Claude" error?
Your Claude API key in the Cloudflare Worker is wrong or expired. Check it in Worker Settings → Environment Variables.
Analysis button not working?
Make sure you've added the button code to your dashboard. Check browser console (F12) for errors.
How do I find my browser console?
Press F12 (or Cmd+Option+I on Mac). Click "Console" tab at top. Errors will appear in red.
Browser localStorage not working?
localStorage is disabled in incognito mode. Use normal browsing mode. Some browsers also require localStorage enabled in privacy settings.
Need to clear all data and start over?
Open browser console (F12 → Console), type: localStorage.clear(), press Enter. Refresh page.