Decks¶
Three audience-specific decks. Each has the same underlying narrative but adapts emphasis and detail to the audience.
| Deck | Audience | Read it for |
|---|---|---|
| Investor Deck | Pre-seed investors | The opportunity, market frame, team, capital plan, traction milestones |
| Cofounder Deck | Prospective cofounders | What you'd own, how the team is structured, what the work looks like, the cofounder-modest-cash + meaningful-equity tradeoff |
| Creator Deck | Adult industry creators | What the platform does for them, what's settled and what isn't, the consent and revocation posture, what we're not promising |
Format¶
Each deck is rendered three ways:
- Inline PDF preview — embedded in the page, viewable on any device with no plugins. This is the build-pipeline output: PowerPoint converted to PDF using LibreOffice in CI.
- Original PowerPoint download — the source
.pptxfile for editing or presenting from PowerPoint / Keynote / Google Slides. - PDF download — for offline review or attaching to email.
If the inline preview is hard to read at the page width, click the download links for full-screen viewing.
How decks are built¶
Source is in decks/ as JavaScript using the pptxgenjs library. Run npm install && npm run build from decks/ to regenerate the .pptx files in dist/. The CI workflow runs the same step plus a LibreOffice --convert-to pdf pass to produce the PDFs the site embeds.