Back to All Projects

T7Wiki

Frontend Developer & Platform Architect

Started: 2020 Visitors: 4.5k/month
Project Overview

T7Wiki is a markdown-based documentation platform for the Black Ops 3 Mod Tools community. It serves over 4,500 monthly users with a clear, fast, and minimal design. Originally based on Node.js (Wiki.js), I rebuilt it from scratch to gain full design and structural control.

Tech Stack
  • Markdown
  • JavaScript
  • Cloudflare Workers
  • Supabase
What I Did
  • Rebuilt Wiki.js logic into my own markdown renderer
  • Created auto-routing and rendering system for `.md` files
  • Implemented Discord-integrated support and search
  • Planned evolution to serverless DB using Supabase + Cloudflare Workers
Technical Approach

Every page is a markdown file loaded dynamically, allowing for scalable content creation without duplicating HTML files. I'm transitioning to a serverless setup with Cloudflare Workers for backend logic and Supabase to manage content — keeping hosting free and backend maintenance minimal.