AI-Powered Growth Systems — Helping ambitious brands scale with automated sales systems and performance-driven execution.
- 🎨 Modern, responsive landing page with glass-morphism design
- 🌐 3D interactive elements powered by Three.js
- ⚡ Smooth animations with Framer Motion
- 🚀 Optimized for performance and SEO
- Framework: React 19 + TypeScript
- Build Tool: Vite 6
- Styling: Tailwind CSS
- 3D Graphics: Three.js + React Three Fiber
- Animations: Framer Motion
- Node.js 18+
- npm or yarn
# Clone the repository
git clone https://github.com/yourusername/nexora.git
cd nexora
# Install dependencies
npm install
# Start development server
npm run devThe app will be available at http://localhost:3000
Copy .env.example to .env.local and configure:
cp .env.example .env.local| Variable | Description |
|---|---|
GEMINI_API_KEY |
Your Google Gemini API key |
- Push your code to GitHub
- Import the repository in Vercel
- Add environment variables in Vercel dashboard
- Deploy!
npm run build
npm run preview # Preview the production buildnexora/
├── components/ # React components
│ ├── AIServicesPage.tsx
│ ├── Home.tsx
│ ├── Shared.tsx
│ └── ThreeScene.tsx
├── public/ # Static assets
├── App.tsx # Main app component
├── index.tsx # Entry point
├── types.ts # TypeScript types
├── vite.config.ts # Vite configuration
└── vercel.json # Vercel deployment config
MIT © Nexora Team