airealm.pro

Site control

One place to open every public page, every ThinkCraft control panel, and the JSON files that drive static builds. This is the live static site — not the separate Next.js dev project.

Homepage (index.html) reads content/site-content-overrides.json in the browser and merges hero, nav CTAs, team headings, and pop-ups — no rebuild. Use Homepage control below (after PHP is configured). Other pages are still mostly export-time unless you extend the same pattern.
Homepage control · ThinkCraft-style editor
Click sections in the sidebar (like Hub Control), edit fields, merge, save. Updates site-content-overrides.json for index.html.
/admin/home-control.html

Main site — public pages

Home/index.htmlHero, ecosystem cards, privacy, team anchor. Education/education.html Products/products.html Workshops & consulting/workshops.html Testimonials/testimonials.html Marketing & content/marketing.htmlChannels, stats, sponsor line. Team/index.html#team Privacy section/index.html#privacy ThinkCraft hub (public)/thinkcraft.html

ThinkCraft tracks — public + admin

Hub — Control Thinkcraft/admin/
Admin
Landing copy, courses, links, preview.
Hub — Live page /thinkcraft.html
Public
Code track — Admin Thinkcraft/code/admin/
Admin
Code track — Live Thinkcraft/code.html
Public
Earner track — Admin Thinkcraft/earner/admin/
Admin
Earner track — Live Thinkcraft/earner.html
Public
No-code academy — Admin Thinkcraft/nocode/academy-admin/
Admin
Sessions, social links, visitor pop-up.
No-code academy — Live Thinkcraft/nocode.html
Public

Config & overrides (files)

Site content overrides content/site-content-overrides.json Merge layer for main Next export — products, pop-ups, hero, etc. ThinkCraft hub config Thinkcraft/assets/site-config.json Code track config Thinkcraft/code/assets/site-config.json Earner config Thinkcraft/earner/assets/site-config.json No-code academy config Thinkcraft/nocode/assets/site-config.json