CreatorForge Academy

CreatorForge Academy

Login

Founding cohort open • Built for career transitioners

Not your title. Not your network.
Not your salary.

Just what you can prove you built.

CF101 (Creator Foundations): 5 Hours → 3 Portfolio Artifacts

Positioning framework (documented, not guessed)

Content template (built, not outlined)

Monetization blueprint (structured, not hoped for)

127 students. 78% completion rate. Free. No credit card.

45–60 minutes per lesson. No email marketing spam.

No followers required. CF101 focuses on deliverables: what you'll build, who it's for, and what "done" looks like. Built for busy career professionals.

Learn by building, not by watching.

Artifact-Based Learning

Every lesson produces real work: frameworks, templates, and documented systems you can use immediately.

Clear Success Criteria

Rubrics and examples show what "good" looks like so you can improve fast without guessing.

Built for Busy Adults

45-60 minute modules with structured sequencing so you can progress even with limited time.

"I finished CF101 in one weekend and it gave me more clarity than 6 months of YouTube videos."

— Sarah M., Marketing Director → Creator

Frequently Asked Questions

Is CF101 really free? +

Yes. CF101 is free during launch with no credit card required. It's the starting point to create your 3 portfolio artifacts.

How long does CF101 take? +

5 hours total. Each lesson is 45-60 minutes. Most students complete it over a weekend.

What happens after CF101? +

After CF101 gives you clarity, CF102 ($197) is where execution begins with a structured 30-day creation cycle. But start with CF101 to build your foundation.

Your expertise shouldn't die with your job title.

Start CF101 free. Build 3 portfolio artifacts in 5 hours. No credit card. No followers required.

``` --- ## What Changed: 1. ✅ **Removed hardcoded `window.CF_APP_ORIGIN`** from `` 2. ✅ **Updated ENV-aware routing script** to handle localhost, QA, staging, and production 3. ✅ **All CTA buttons now have `href="#"`** initially (gets replaced by script) 4. ✅ **Added console logging** so you can verify which environment is detected 5. ✅ **QA support** for domains containing "qa", "staging", "test", or "dev" --- ## How It Works: **localhost:3000** → Points to `http://localhost:3000/register` **qa.creatorforgeacademy.com** → Points to `https://app.qa.creatorforgeacademy.com/register` **staging.creatorforgeacademy.com** → Points to `https://app-staging.creatorforgeacademy.com/register` **creatorforgeacademy.com** → Points to `https://app.creatorforgeacademy.com/register` --- ## To Verify After Deploy: 1. Go to your landing page 2. Open DevTools (F12) 3. Check Console - you should see: ``` ENV-AWARE ROUTING: { hostname: "creatorforgeacademy.com", detected: "PRODUCTION", origin: "https://app.creatorforgeacademy.com", ... }