Official public website for SynapseNet.
Live site:
GitHub repositories:
- Main site repo: https://github.com/anakrypt-kepler/Synapsenet-site
- SynapseNet docs: https://github.com/anakrypt-kepler/SynapseNet
- SynapseNet AI: https://github.com/anakrypt-kepler/Synapsenetai
This project is a static website and can be served locally with any static file server.
Example:
python3 -m http.server 8080Then open:
http://localhost:8080/
- GitHub Pages serves the static frontend only.
- The local
server.jsfile is optional for local development and is not required for GitHub Pages.