Flagship / Full-Stack Platform
AI Create A World
An AI creation community platform I built solo and actively operate — spanning images, music, and video. This is my main project: it's not just a gallery; it preserves the model, prompt, and generation parameters behind each piece, so the work doubles as a learning reference, a social space, and a running platform.
My role: product planning, front- and back-end development, data modeling, platform operations, and AI content creation.
Scale: ~100,000 lines of code, 202 APIs, 23 data models, 127 front-end components, 5 scheduled jobs, and 80 database indexes — all built solo.
- A full-stack AI creation community unifying images, music, video, and discussion — with a complete membership system, social interaction, and a virtual economy.
- Automatic AI-metadata parsing: a hand-written PNG byte-layer metadata parser, plus reverse-engineering of ComfyUI's node-wiring format — using the graph topology to tell positive from negative prompts, then matching against Civitai to auto-fill source links.
- Real-time popularity ranking: the same decay formula implemented in both JS and a MongoDB aggregation (computed live at query time with $$NOW), so ranking reflects current heat without per-second writes.
- Concurrency-safe points economy: a ledger-based earn / spend / level / subscription system, using dedup keys + partial unique indexes to keep payouts idempotent and double-credit-proof under concurrency.
- Production-grade security: JWT algorithm pinning, CSRF protection, spoof-resistant IP rate limiting, a forced key check at boot, and three-strikes auto-suspension with an audit log.
- Privacy-aware SEO: a database-driven dynamic sitemap (excluding adult / no-index content), Schema.org structured data, and edge-generated share-preview images.