๐ฏ๏ธ Re-entry โ where you left off (the last 3 days)
- Sun ยท 7/12 โ Constellary build session; you discovered belki and made it the task spine, then spent the evening untangling the plugin walk.
- Mon ยท 7/13 โ Temple Builds A & B shipped; the palace stood up โ 51 chambers, the map, the economy, the whole frame in one long push.
- Tue ยท 7/14 โ Cosmic Pearl migration planning; three previews, this dashboard among them, and the decision to move to a fresh Inner Temple vault.
๐ belki's gone, and this list went with it. Your real tasks live in Todoist now โ open the app, or use ๐ฎ the Almanac on your phone.
๐ The full ledger lived here while belki did. Everything open now lives in Todoist โ the app, the widget, or ๐ฎ the Almanac on your phone.
Type whatever's rattling around โ a task, a thought, a person update, an idea for later. It lands in Dispatch Inbox.md and gets filed into the right room the next time Claude runs a Dispatch pass.
๐ฑ On your phone, capture lives in the ๐ฎ Almanac โ same box, same inbox, next to today's work. This one is here for when you are already at the desk.
Behind the door
โฉ๏ธ The Temple
Crown at the roof, Root at the foundations, Groves in the garden. Every room a real clickable door in your vault's Canvas. Secrets stay dashed + ๐ until found โ then yours for good.
In the vault this is your Canvas โ 53 room-nodes, each a real clickable door. Aphantasia-safe: you navigate by seeing, not remembering.
Who you are, at a glance
๐ฆธ๐ป Character Sheet
A live mirror of the Character Sheet in ๐ก Home Base โ same XP, same levels, same economy, computed the same way, so the numbers here and in Obsidian can never disagree.
To change your Patron or Role, brain-dump it to ๐ the Dispatch โ it'll update Portrait โ The Hero on the next pass.
New here, or forgot how something works
โ FAQ
๐ What are the Inner Temple, Inner Palace, and Home Base?
The Inner Temple is the whole system โ the Obsidian vault living on your computer. The Inner Palace is this app, the mobile front-end for it. Home Base is the dashboard/front-door note inside the vault itself. Three names, one system, viewed from three angles.
๐๏ธ What does each tab do?
- ๐ก Today โ your day: schedule, habits, gallery, the Seven Quests, Evening Close.
- ๐ Habits โ the day's habit grid, tap to toggle.
- ๐ฏ Quests โ the Seven Quests tracker for Hot Boy Summer 2026.
- ๐ฅ Tasks โ retired (row C.42); everything open lives in Todoist now.
- ๐ Dispatch โ brain-dump anything; it gets routed into the right vault note on the next pass.
- โฉ๏ธ Temple โ the whole room map, floor by floor, chakra-ordered.
- ๐งญ Realms โ the calendar rail, the Fourteen Domains (pure navigation, row C.43 โ grouped by the 7 realms), and the Constellary council.
- ๐ฆธ๐ป Sheet โ this page: your live Character Sheet, mirrored from ๐ก Home Base.
- โ FAQ โ you're here.
๐ How do I get The Dispatch working?
The Dispatch needs two things set up once in Vercel before it can write into your vault:
- Create a fine-grained GitHub token (github.com/settings/personal-access-tokens/new) scoped to just the
Inner-Templerepo, with Contents: Read and write permission. - In your Vercel project โ Settings โ Environment Variables, add
DISPATCH_GITHUB_TOKEN(that token) andDISPATCH_SECRET(any password you make up โ this is what keeps the endpoint yours). - Redeploy so the function picks up the new env vars.
- Open this tab, type something, hit send โ first time it'll ask for the Dispatch key. Enter the same string as
DISPATCH_SECRET. It's remembered on this device after that.
Once it's sent, it sits in Dispatch Inbox.md until the next scheduled pass (every 4 hours) files it into the right note.
๐ฎ How does the Character Sheet actually work?
It's the same stateless, additive-only math as the live one in ๐ก Home Base โ recomputed from your daily notes and quest files on every build, never stored, so it can't drift out of sync. Habits and quest tallies feed XP into their chakra; total XP sets your level ("Chamber") and title; ๐ Korok Seeds / ๐ฏ Nectar / ๐ซง Pearls condense from real activity (Tears recovered, gratitude days, new People notes, season XP) net of anything you've spent at the Emporium or Boon Altar. Nothing here is invented โ if a number moved, something real happened.
๐ญ What's the Class Plate, and who's my Patron?
Archetype auto-follows whichever of your six classed chakra bars has the most XP right now โ it's a lens, never a cage, and switching costs nothing. Role, Patron, and Tier are named by you in Portrait โ The Hero's frontmatter; Patron is whichever of the fourteen Constellary souls you've chosen to have your back this season. To change it, brain-dump the change to ๐ the Dispatch.
๐ Is my data private?
This app is built for one person โ you. It reads your vault at build time and shows it back to you; nothing is shared or public except what Vercel needs to serve the page. The Dispatch endpoint is gated by your own secret key, so only a device that knows it can write into your vault.