3DCellForge, an AI-powered web application for creating and exploring 3D biological cell models, has captured the attention of educators and developers. Created by software engineer Dilum Sanjaya on May 10, 2026, the weekend project gained approximately 1,700 stars and 293 forks on GitHub, while a demo video earned 480,000 views and nearly 6,000 likes on X.
Interactive 3D Cell Visualization Goes Viral
The platform enables users to view 3D cell structures with live WebGL orbit controls, examine organelle details through interactive panels, capture screenshots, and export models as GLB files. Users can also generate new 3D models from uploaded reference images using AI providers, import custom GLB/glTF files, and access Khronos reference models for technical validation.
What distinguishes 3DCellForge from typical educational tools is the depth of each model—with named and labeled organelles, color coding, and interactive layers—which caught the attention of educators seeking new ways to teach biological concepts.
Technical Architecture Combines React, Three.js, and Multiple AI Backends
Built with React and Three.js, 3DCellForge allows users to interact with cell visualizations through an intuitive browser interface. The platform integrates multiple AI generation backends:
- Tripo cloud image-to-3D pipeline through a local Node backend
- Rodin support
- Local Hunyuan3D provider as backup generation path
API keys remain server-side and are never exposed to frontend code, while pre-cached demonstration models enable offline functionality. GPT Images 2 (OpenAI's current image generation model) handled the UI design, while Tripo, a 3D AI generation platform, generated the actual 3D meshes of biological structures.
Educational Community Responds to Practical Application
Educators have expressed particular interest in the tool for teaching biological concepts through interactive 3D visualization. The rapid viral spread demonstrates demand for accessible, AI-powered educational tools that bridge complex scientific concepts with interactive technology.
Unlike funded edtech startups with substantial resources, 3DCellForge emerged from a single developer's weekend effort, highlighting how modern AI tools enable individuals to create sophisticated educational applications quickly.
Open Source Availability Drives Community Adoption
The project's open-source nature on GitHub has enabled rapid community adoption and contribution. With 293 forks, developers are adapting the codebase for their own educational and research purposes, extending the platform's reach beyond its original scope.
Key Takeaways
- 3DCellForge gained 1,700 GitHub stars and 293 forks within days of its May 10, 2026 launch as a weekend project
- A demo video reached 480,000 views and nearly 6,000 likes on X, demonstrating strong educational community interest
- The platform enables AI-powered generation of 3D biological cell models from reference images using Tripo, Rodin, and Hunyuan3D backends
- Built with React and Three.js, the tool allows interactive exploration of cell structures with labeled organelles and exportable GLB files
- Educators have expressed interest in using the tool for teaching biological concepts through interactive 3D visualization