~done
Landing page
The front door. Hero with "Turn 404s into fortunes", feature bento grid, how-it-works steps, vertical cards, pricing, email capture.
hero
features
how it works
verticals
pricing
email CTA
Links to
/start
/re
/privacy
/build
/earn
/pricing
~2 hrs
Signup page
Email input → creates free account → redirects to /dashboard. Optionally shows the license key. No password required for MVP (magic link or just key-based auth).
email form
license key display
welcome message
redirect to dashboard
Links to
/dashboard
/login
API exists (/api/activate), needs HTML form
~1 hr
Login page
Email + license key → validates → session token → redirects to /dashboard. Same dark branded UI as landing page.
email input
license key input
error handling
Links to
/dashboard
/start
API exists, needs HTML form
~1 hr
Pricing page
Dedicated page for the $1/month pitch. Free vs Paid comparison. Commission tier breakdown. FAQ. Link to Stripe checkout.
free vs paid table
commission tiers
FAQ
CTA to signup
Links to
/start
/api/subscribe
Content exists in index.html, needs own page
~3 hrs
Real estate vertical
Landing page branded for real estate agents. CRM features, market data, RESO compliance, sphere-of-influence tracking. Same signup flow, just different messaging. This is what installkernel.com also shows.
hero (RE focused)
CRM features
market data
RESO badge
agent testimonials
CTA
Links to
/start
/pricing
/dashboard
Content from installkernel exists, needs this page
~3 hrs
Privacy vertical
Landing page for death2data.com audience. Data sovereignty, local-first, per-user isolation, you're not the product. Different vibe — more rebellious. Same backend.
hero (privacy focused)
data ownership pitch
how isolation works
comparison vs Google
CTA
~3 hrs
Affiliate / Earn page
How the affiliate program works. Register as an affiliate, get a code, share it, earn commissions. Shows the tier structure. This is the business-card-to-income pipeline.
hero (earn focused)
how attribution works
commission tiers
payout info
affiliate signup form
Links to
/start
/dashboard/affiliates
Engine built (run.py), needs this page
~4 hrs
Builder / Developer vertical
Bootstrap Protocol audience. Open-source framework, API docs, how to fork the kernel, build your own vertical. Developer-focused language and code examples.
hero (dev focused)
architecture diagram
code examples
API quickstart
GitHub link
~6 hrs
API documentation
Interactive API docs. Every endpoint, request/response examples, auth flow, code snippets in Python/JS/curl. This is what developers and CTOs read.
endpoint reference
auth guide
code examples
MCP setup guide
webhook reference
API_DOCS.md exists, needs web version
~2 hrs
Privacy policy
Standard privacy policy. What data is collected (email, usage). What's not (we don't sell data). Per-user isolation details. GDPR compliance note.
~2 hrs
Terms of service
Standard ToS. $1/month billing, cancellation policy, affiliate program rules, acceptable use.