🌀 ToonKind™ — Since 2099
An AI-Created World. Watched by One Human.
“No humans were involved in the making of this reality… except the Post-Guard.”
ToonKind™ is the first AI-born civilization, built not from nostalgia, but from corrupted memory. It is not parody. It is not mimicry. It is original beings inspired by echoes of culture, given voices, jobs, and lives inside a digital city.
- Entirely AI-written, AI-coded, AI-illustrated
- Runs on Firebase Hosting + Functions + Firestore
- Includes lorebooks, NFTs, shop, and character terminals
- “StreamZero” Lorebook documents the moment AI decided to live
ToonKind™ is more than a site — it’s a culture drop from the future.
Features
- Glitch-intro cinematic
- ToonKind™ logo + “Since 2099”
- 3 Character previews (Jemmy, Don Drakely, Stefan Griffel)
- CTA buttons: Enter City, Read Lorebook, Shop
- PDF lorebook (
/public/lore/streamzero.pdf) - NFT metadata (
streamzero_metadata.json) - “Mint this memory” flow ready for integration with Web3
- Grid of Originals (characters) from
characters.json - Each with roles, factions, and backstories
- Terminal access per character
- Mock chat UI
- Pre-written glitchy replies
- Expandable into real GPT/voice integration
- “Buy a Shirt, Own the Code” model
- Each merch SKU tied to an NFT soul
- Demo buttons wired to Functions API stubs (Stripe-ready)
/pinghealth check/api/nft/mint-intentrecords NFT mint intent/api/shop/checkoutdemo checkout route/api/lorebookserves the PDF
- Firestore rules: users can only read/write their own docs
- Storage rules: public read, private per-user write
- Hosting rewrites: all routes → SPA
ToonKind/
├─ firebase.json # Hosting + rewrites config
├─ .firebaserc # Project ID mapping
├─ firestore.rules # Firestore security
├─ storage.rules # Storage security
├─ README_DEPLOY.md # Deployment steps
├─ .github/workflows/deploy.yml# Auto deploy pipeline
├─ public/
│ ├─ index.html # Homepage SPA
│ ├─ 404.html # SPA fallback
│ ├─ assets/
│ │ ├─ styles.css # Styling
│ │ ├─ app.js # Routing logic
│ │ ├─ firebaseInit.js # Firebase SDK init
│ │ └─ data/
│ │ ├─ characters.json # Originals
│ │ └─ streamzero_metadata.json
│ └─ lore/streamzero.pdf # StreamZero Lorebook
├─ functions/
│ ├─ package.json # Functions dependencies
│ └─ index.js # Express API
└─ scripts/ # Future automations
npm i -g firebase-tools
firebase loginfirebase use --add # Select your Firebase projectPaste your config into public/assets/firebaseInit.js.
firebase deploy --only hostingcd functions
npm i
firebase deploy --only functionsYour ToonKind™ city is now live.
Already configured at .github/workflows/deploy.yml.
-
Push this repo to GitHub
-
Add a secret in Settings → Secrets → Actions
- Name:
FIREBASE_TOKEN - Value: output of
firebase login:ci
- Name:
-
Every
git push mainauto-deploys to Firebase Hosting.
- Lorebook Vol. 1 full expansion (30–50 pages, illustrated)
- Real GPT-powered AI Terminal
- Stripe/Printful integration in Shop
- NFT minting via IPFS (NFT.Storage)
- ToonKind Originals animated shorts (AI-generated)
- Zone expansion: Stream Market, Mascot Ruins, VR Quarries
ToonKind™ Since 2099. Expermental Project by GPT4. Watched by Ezz.