# Build the HTML with embedded structure and reference the user's logo. # We'll use /mnt/data/journal_foundry_assets/1.png as the logo (or 2.png if preferred by Eric later). logo_path = "/mnt/data/journal_foundry_assets/1.png" html = f""" The Journal Foundry

Why Journaling Works

“Do you ever feel like your days blur together… like you’re busy as all get out, but can’t prove it with anything tangible?”

  • Marcus Aurelius used a journal to stay sane while running an empire. Today, millions read his words for strength.
  • Ben Franklin tracked 13 daily virtues to build himself—and a nation.
  • Modern CEOs, athletes, and therapists journal to clear mental clutter and win.

What would you get in return for five minutes a day tracking your progress?

The Foundry Principle

Metal is tempered by heat and hammer. People are tempered by honesty and repetition. Your journal is the forge.

“Don’t wait for change. Write it.”

Not A Journal. Your Journal.

The Honesty Experiment

Cut through lies (especially your own).

Path of Excellence

Build virtue like an athlete builds muscle.

Couples Journal

Fall in love again, one page at a time.

Industry-Specific Programs

For businesses, non-profits, families, and teams pursuing a shared goal.

Individual Editions

Your name, your goals, your fears—crafted into prompts, stories, and challenges.

Custom Rollout

Interviews, implementation training, and follow-up tracking available.

How It Works

  1. Define the framework — prefab, industry, or individual program.
  2. Discuss the specifics — parties, goals, timeframe, resources, and limits.
  3. Draft your program — from one day to several weeks depending on complexity.
  4. Deliver the program — presentation, education, and training included.
  5. Detect deviations — routine follow-up to ensure the program works as promised.

Get Started

Choose a prefab edition or request a custom build. Either way, you’ll have a journal that fits your life—not the other way around.

Start Today

About Eric & Susanna

  • Susanna journals daily in life and in her classroom. As a middle-school English teacher, she’s seen journaling sharpen expression, build confidence, and strengthen problem-solving.
  • Eric owes his life to journaling. His story in Ruthless is both tragic and transformative—the reason The Journal Foundry exists.

We built what we couldn’t find: journals that don’t just look pretty or make you feel good, but actually change you—through the work and discomfort growth requires.

The Journal Foundry

Crafted with purpose. Tempered by honesty. Sharpened by excellence.

What happens if another week—or another year—passes and nothing changes?

Same habits. Same stress. Same blur. Same blame.

Don’t wait for change. Write it.

""" out_path = "/mnt/data/journal-foundry-homepage.html" with open(out_path, "w", encoding="utf-8") as f: f.write(html) out_path