Implementation Notes

Shipping Prompt Anatomy

5 min read · Implementation Notes · Mar 2026

Shipping Prompt Anatomy
Plans → checkout → magic link → module progress — the hub chain promptanatomy.app ships.

Field note on shipping the Prompt Anatomy hub — bilingual landing, Stripe lifetime access, six-module training, and where it sits in the ecosystem beside .blog and .site.

In mid-March 2026, Prompt Anatomy shipped Platform HQ at promptanatomy.app—the bilingual conversion and training hub for the brand. Source and deploy details live in the open mother repo DITreneris/promptanatomy; the interactive course ships as a git submodule from DITreneris/inzinerija, built into the same Vercel deploy under frontend/dist/anatomy/.

This article is a field note on what shipped, how the hub differs from the blog and marketing site, and what counts as proof of implementation maturity versus product engagement. If you are mapping properties for the first time, start with The Prompt Anatomy Ecosystem Map.

What promptanatomy.app is

promptanatomy.app is Platform HQ—not the knowledge hub and not the discover-and-try demo.

promptanatomy.blog (this site) publishes free frameworks, governance playbooks, templates, and case studies. Read here when you need RACI worksheets, eval gates, or audit trail patterns.

promptanatomy.site (launched 2025-04-12) is discover-and-try: ecosystem journey map, five-part Anatomizer, 60-second maturity quiz. See Prompt Anatomy Marketing Site Launch.

promptanatomy.app is where reading becomes repeatable drills: six training modules, the 6-block prompt system, knowledge checks, business scenarios, context engineering, and a capstone project. Conversion and plans and pricing live on the hub root—not on deep training routes.

The hub fills the gap between "I understand the framework on the blog" and "my team executes the same steps under feedback."

Three "Anatomies" readers confuse

Prompt Anatomy uses "anatomy" at three layers. Mixing them causes teams to buy training when they need governance—or paste Anatomizer exports into production without owners.

Layer Where What it teaches
6-block prompt system Training app (post-purchase, /anatomy/ path) How to write structured prompts—Meta, Input, Output, Reasoning, Quality, Advanced
5-part Anatomizer .site Persona, Context, Variables, Instructions, Constraints—discover and demo
6-layer implementation stack .blog Foundations Outcome → workflow → context → model → eval → governance—how teams operate

All three are intentional: write prompts in training, discover structure on .site, operate workflows on .blog. For the founder essay on why an operating system beats a chatbox, see Beyond the Chatbox on Medium.

Six modules and pricing

Module What learners do
1 6-block system — theory and workflow patterns
2 Knowledge check — certificate path from 70%
3 Six business scenarios — step-by-step practice
4 Context engineering — RAG, token economics, verification
5 Presentation sprint — timed draft + comprehension check
6 Capstone — one integrated project using all six blocks

Starter (39 EUR) unlocks modules 1–3. Core (99 EUR) unlocks the full path including context engineering and project work. Both are one-time, lifetime access—no subscription expiry. See plans and pricing on the hub.

Access is email-based: checkout through Stripe, then magic-link entry from the Pricing section—no separate password account. The interactive course lives at the /anatomy/ path on the same domain after purchase; from this blog, start at the hub root or pricing section, not a gated deep link.

Progress persists locally; the app includes glossary, tools catalog, and a prompt library with copy actions. Community support runs through the public Telegram group.

What shipped (technical surfaces)

Surface URL / repo
Hub promptanatomy.app
Training SPA /anatomy/ on same domain (post-purchase)
Mother repo github.com/DITreneris/promptanatomy
Training submodule github.com/DITreneris/inzinerija

Hub frontend: Vite + React, Tailwind, LT/EN locale routing (/, /en, /lt), SEO head per route.

Commerce backend: FastAPI—create-checkout-session, Stripe webhooks, GET /api/access by email, magic-link redirect into training. Supabase user_access stores highest plan per purchaser.

Deploy: Single Vercel project—landing at root, training SPA under /anatomy/, legacy /anatomija/ 301. CI "Golden Legacy" builds frontend + submodule with production VITE_* parity and runs backend pytest.

Intentional thin scope: No CMS on the hub. Training content ships as versioned JSON (modules.json, glossary.json, promptLibrary.json)—content edits do not require React refactors.

Read the hero diagram

The launch hero encodes the hub chain: Plans → checkout → magic link → module progress → governed workflow on .blog.

Random chat produces enthusiastic individuals. Structured blocks produce designed artifacts. Training produces repeatable drills. The blog produces owned workflows with eval gates and RACI. Sponsors fund the last step—not the first demo.

That progression mirrors how we write on .blog: diagnose with 10 Signs Your Company Is Vibe Prompting, design on the AI Workflow Canvas, gate with Evaluation Hooks for AI Workflows.

Launch guardrails

Treat .app completion as practice and purchase, not proof of enterprise implementation maturity:

  • A certificate or finished Module 3 does not replace a documented workflow ID, RACI, or eval gate pack on your side.
  • Do not paste hub or training copy into procurement decks; link the relevant playbook on .blog and cite pass rate, cycle time, or incident cost on real workflows.
  • Free ecosystem spokes (.info, .space, .help, .ceo, .pro, .cloud) complement daily work; they do not replace paid training when you need the full six-module path. For the Manage spoke—weekly CEO brief pattern and AI Operations Center—see The Weekly CEO Brief Pattern.

We learned this on sister properties: Classroom Prompt Builder had a webhook pointed at .app while buyers returned to .online—payment succeeded, fulfillment failed. Same-host checkout, webhook, and success URL is a launch guardrail, not an implementation detail.

promptanatomy.app gives practitioners a structured front door into training. The job of this blog remains turning that practice into repeatable, owned AI workflows—with owners, eval gates, and audit trails that survive the next model swap.

On this page

Move from pilot to program

Structured training for teams implementing AI under real operational and compliance constraints.

Explore training

Continue learning

Step 2 of 16 in Implementation Notes · Full reading order

Go deeper

Template

Templates

Governance RACI Worksheet

Copy-paste RACI worksheet to assign accountable owners for AI workflow changes, releases, and incidents.

3 min read · Templates · Jun 2026