The official website for Datacore - your own superintelligence.
website/
├── index.html # Main landing page
├── assets/ # Images, fonts, static assets
├── docs/ # Website documentation
└── README.md
Open index.html in a browser for local development.
# Simple local server (optional)
python3 -m http.server 8000- Dark/Light theme toggle with system preference detection
- Sacred geometry animation - tesseract with scroll-based evolution
- Easter egg journey - wait 5 seconds at the bottom for a surprise
- Responsive design
- No build step required - pure HTML/CSS/JS
Deployment is automated via GitHub Actions (coming soon).
MIT License - see LICENSE