Building the future of artificial intelligence through open research, collaborative innovation, and cutting-edge technology.
- Premium Dark Theme - Monochromatic design with smooth animations
- Interactive 3D Elements - Spline 3D animations for engaging user experience
- Scroll-Based Animations - Framer Motion powered smooth reveals
- Mouse Tracking Effects - Interactive glow effects that follow cursor
- Responsive Design - Optimized for all device sizes
- Fast Performance - Optimized React components with lazy loading
- Frontend: React 19, Framer Motion, Tailwind CSS
- UI Components: Radix UI, shadcn/ui
- 3D Graphics: Spline
- Backend: Python Flask (in
/backend) - Deployment: Vercel
- Node.js 16+ and npm/yarn
- Python 3.8+ (for backend)
cd frontend
npm install
npm startThe app will run on http://localhost:3000
cd backend
pip install -r requirements.txt
python server.py- Push to GitHub (already configured)
- Import to Vercel:
- Go to vercel.com
- Click "New Project"
- Import your
NuroTitanrepository - Vercel will auto-detect the configuration from
vercel.json - Click "Deploy"
- Framework Preset: Create React App
- Build Command:
cd frontend && npm run build - Output Directory:
frontend/build - Install Command:
cd frontend && npm install
No environment variables required for frontend deployment.
NuroTitan/
├── frontend/ # React frontend application
│ ├── src/
│ │ ├── components/ # React components
│ │ ├── pages/ # Page components
│ │ └── hooks/ # Custom React hooks
│ ├── public/ # Static assets
│ └── package.json
├── backend/ # Python Flask backend
│ ├── server.py
│ └── requirements.txt
└── vercel.json # Vercel deployment config
Founder
Co-Founders
Developers
- GitHub Organization: NeuroTitan-Hub
- Email: neurotitancontact@gmail.com
© 2024 NeuroTitan. All rights reserved.
- Monochromatic color scheme (#000000, #FFFFFF, grays)
- Custom easing curves:
[0.22, 1, 0.36, 1] - Typography: Space Grotesk (headings), Montserrat (body)
- Smooth scroll-triggered animations
- Interactive hover effects
- 3D flip cards in Ecosystem section
- Mouse-tracking glow effects
Built with precision and passion by the NeuroTitan team.