A new layer of perception. A system of reality navigation through states, memory, and attention.
Neuralcosmology explores the intersection of neural networks and cosmic structures. The patterns of the universe mirror the patterns of consciousness. This project provides a framework for understanding and navigating reality without mysticism—just presence, pattern, and decision.
Key principles:
- You're not in the world. You are the structure.
- Linear life is fiction. Every moment is a fork.
- No outer sign matters if your inner state is off.
- You don't carry the past. You loop it.
This is a Next.js project with modern UI/UX design patterns, fluid animations, and optimized performance.
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
Build the production version:
npm run buildStart the production server:
npm startThe project is configured for automated deployment via GitHub Actions with Docker and Traefik.
- Push to
mainbranch triggers automatic deployment - GitHub Actions builds Docker image and pushes to Docker Hub
- Self-hosted runner deploys to server via
docker-compose - Traefik automatically handles SSL certificates via Let's Encrypt
For detailed deployment instructions, see DEPLOYMENT.md.
- Docker and Docker Compose
- Traefik running on server with
traefik-globalnetwork - Self-hosted GitHub Actions runner
- Docker Hub credentials configured as GitHub Secrets
- ✅ CVE-2025-55182: Fixed (Next.js 16.0.8 includes security patch)
- ✅ React Server Components: Secure version in use
- ✅ Dependencies: Regularly updated and audited
- Framework: Next.js 16.0.8 with App Router
- Styling: TailwindCSS 4
- Animations: Framer Motion
- Particle Effects: tsParticles
- Deployment: Docker + GitHub Actions + Traefik
- SSL: Let's Encrypt (automatic)
The site is optimized for search engines with:
- Comprehensive metadata in
layout.tsx - OpenGraph and Twitter card images for social sharing
- Structured data with Schema.org markup
- Responsive design for all devices
- Optimized Core Web Vitals
- Sitemap and robots.txt
When sharing links to neuralcosmology.com on social media, they will display rich previews with:
- Title: "Neuralcosmology - Navigate Reality Through States, Memory & Attention"
- Description: "You're not in the world. You are the structure. A system of reality navigation through states, memory, and attention."
- Visual: Custom OG image displaying cosmic theme
├── .github/workflows/ # GitHub Actions workflows
├── src/
│ ├── app/ # Next.js App Router pages
│ ├── components/ # React components
│ └── lib/ # Utility functions
├── public/ # Static assets
├── Dockerfile # Docker image configuration
├── docker-compose.yml # Docker Compose configuration
└── DEPLOYMENT.md # Detailed deployment guide
Visit neuralcosmology.com for more information.