Worlds Largest Keyboard Database

WikiKeebs is a comprehensive mechanical keyboard database built as a resource for keyboard enthusiasts, collectors, and professionals — detailed specifications, user reviews, price comparisons, and interactive 3D previews.
Built as a community-driven platform, WikiKeebs combines data aggregation from multiple sources with a modern web frontend to make browsing thousands of keyboard listings fast and easy.
Hexed led the complete development and design of WikiKeebs, building the full-stack application and backend infrastructure from scratch.




Built a MERN stack application — React frontend, Node.js/Express backend, MongoDB database — designed to handle a large, continuously growing catalog.
Designed a MongoDB schema to store detailed keyboard specifications, nested variants, reviews, and pricing data.
Integrated Three.js for interactive 3D keyboard previews, letting users rotate and examine keyboards before buying.
Built Python microservices to fetch and normalize keyboard data from multiple sources on a schedule.
Implemented multi-parameter filtering by size, switches, price, and other specs, with fast query response.
Built user review, rating, and content submission features for the keyboard enthusiast community.
Schema and indexing were built to keep search fast as the catalog grows, not just for the dataset size at launch.
Lazy-loaded, progressively-upgraded 3D models keep the interactive previews smooth, including on mobile.
Scheduled Python microservices keep listings current from multiple sources with conflict resolution, without manual upkeep.