A modern, responsive website for DeepBrain.Space, showcasing AI Voice Agents for businesses. Built with Next.js, TypeScript, and TailwindCSS.
- Node.js 16.x or later
- pnpm (Install globally with
npm install -g pnpm)
-
Clone the repository
git clone https://github.com/your-username/deepbrain-space.git cd deepbrain-space -
Install dependencies
pnpm install
-
Create required directories and files
mkdir -p public/images/testimonials mkdir -p src/styles
-
Add placeholder images for testimonials
- Add placeholder images to:
public/images/testimonials/john.jpg - Add placeholder images to:
public/images/testimonials/sarah.jpg - Add placeholder video to:
public/videos/ai-background.mp4
- Add placeholder images to:
-
Start the development server
pnpm dev
-
Open http://localhost:3000 in your browser
deepbrain-space/
├── public/
│ ├── images/
│ │ └── testimonials/ # Testimonial images
│ └── videos/ # Video assets
├── src/
│ ├── components/ # React components
│ ├── pages/ # Next.js pages
│ ├── styles/ # Global styles
│ └── types/ # TypeScript types
└── config files # Various configuration files
pnpm dev- Start development serverpnpm build- Build for productionpnpm start- Start production serverpnpm lint- Run ESLintpnpm clean- Clean build cache
- Responsive design
- Modern UI with animations
- TypeScript support
- TailwindCSS styling
- Component-based architecture
- Form handling
- Video integration
- Push your code to GitHub
- Import your project in Vercel
- Configure build settings:
- Build Command:
pnpm build - Output Directory:
.next - Install Command:
pnpm install
- Build Command:
Create a .env.local file in the root directory:
NEXT_PUBLIC_SITE_URL=http://localhost:3000Coming soon...
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.