Interactive biology viewer for exploring cell types and early life-origin models in a 3D-style interface.
Live site: https://biology-3d.vercel.app
- Cell types and life-origin specimens in two separate left-rail dropdowns
- Global search in the top-right navigation with
/keyboard shortcut - Interactive structure callouts that drive the right-side info panel
- Structure legend selection synced with hover and click
- View mode controls, cross-section toggle, microscope strip, help, and sound
- Static asset delivery with Vercel deployment support
.
├── index.html
├── styles.css
├── script.js
├── assets/
├── vendor/
└── scripts/
This project is a static site. The simplest local run is:
cd /Users/codyx/Code/med
python3 -m http.server 8000Then open:
http://localhost:8000
Production is deployed on Vercel. From this folder:
vercel deploy --prod --scope codyxs-projectsRepository:
https://github.com/codyx/biology-3d
.vercel/is ignored and should stay local.- Large binary assets live under
assets/, so pushes and deploy uploads can take a while.
