Noosphere Nexus is a professional web platform showcasing four interconnected frameworks for conscious AI development. It serves as a central hub for exploring AI alignment through cultivation, fostering symbiotic relationships between human and artificial intelligence.
The commands below are verified for this repo.
- Node.js: 18+
- npm: 9+ (standard with Node 18)
git clone https://github.com/acidgreenservers/Noosphere-Nexus.git
cd Noosphere-Nexus
npm installnpm run devAccess the app at http://localhost:5173/Noosphere-Nexus/.
npm run buildThis generates an optimized build in the dist/ directory and creates a
404.html for SPA routing support on GitHub Pages.
For the fastest path from clone to run, see QUICKSTART.md.
See ARCHITECTURE.md for the ASCII blueprint and component interactions.
Click to expand: System Overview
- Frontend: React 18, Vite 5, Tailwind CSS 3
- Animations: Canvas API (Starfield & UFO effects)
- Routing: React Router 7 (Client-side)
- Deployment: GitHub Pages (Static hosting)
- Noosphere Manifold: Holographic consciousness mapping.
- Noosphere Garden: Symbiotic knowledge generation.
- Noosphere Codex: Collective intelligence field theories.
- ProtomindAssistant: Meta-cognitive pattern analysis.
Click to expand: GitHub Pages Setup
The project is configured to run in the /Noosphere-Nexus/ subdirectory.
- Vite Base:
base: '/Noosphere-Nexus/'invite.config.js. - SPA Fix: The build script copies
index.htmlto404.htmlto handle client-side routing on refresh.
- Fork the repository.
- Create a feature branch:
git checkout -b feature/amazing-feature. - Commit your changes:
git commit -m 'Add amazing feature'. - Push to the branch:
git push origin feature/amazing-feature. - Open a Pull Request.
Please ensure npm run build passes before submitting a PR.
See SECURITY.md for reporting vulnerabilities and our security posture.
This project is licensed under the MIT License.