Documentation Index
Fetch the complete documentation index at: https://mintlify.com/jkh2/Primordial-Sim/llms.txt
Use this file to discover all available pages before exploring further.
A live demo is available at https://jkh2.github.io/Primordial-Sim/ — no installation required.
index.html). There is no build step, no npm, no dependencies, and no server required. Hosting it is as simple as serving one file.
GitHub Pages
Fork or clone the repository
Fork jkh2/Primordial-Sim on GitHub, or clone it to your own account:
Enable GitHub Pages
In your repository, go to Settings → Pages. Under Source, select the
main branch and click Save.GitHub will begin building and deploying the site automatically. This usually takes under a minute.Running Locally
No server is needed. Openindex.html directly in any modern browser:
Static File Hosts
Browser Requirements
Primordial requires any modern browser with WebGL support. No WebGL2 is required.Supported Browsers
- Chrome
- Firefox
- Safari
- Edge
Not Required
- WebGL 2
- Browser extensions
- Plugins
- A network connection (for the simulation itself)
WebGL not supported.
AI Lab Partner & Offline Use
The simulation itself — organisms, evolution, physics, sound — runs fully offline. No network requests are made during normal operation. The AI Lab Partner (right-side panel) makes API calls to the AI provider you configure:- Cloud providers (OpenAI, Anthropic, xAI): require internet access and an API key.
- Local models (Ollama, LM Studio, vLLM, or any OpenAI-compatible server): work fully offline. Set the provider to
Custom / Localand point the endpoint URL at your local server (e.g.http://localhost:1234/v1/chat/completions). No API key is required.
localStorage only — they are never sent to any server other than the AI provider you select.