Blue Pilot is an AI-powered website builder that helps businesses and individuals create professional, responsive websites in minutes without coding skills. Our intelligent automation and intuitive design tools simplify web development.
Blue Pilot leverages artificial intelligence to revolutionize the way websites are created. Our platform enables users to generate complete, customized websites through an intuitive interface, eliminating the need for technical expertise or extensive design skills.
Inspired by innovative tools in the AI-powered development space such as Bolt.new, Lovable, Vercel v0, Tempo Labs,
- AI-Driven Design: Generate website layouts and designs based on your preferences
- No-Code Solution: Build professional websites without writing a single line of code
- Responsive Design: All websites are automatically optimized for any device
- Quick Deployment: Launch your website in minutes, not days
- SEO Optimization: Built-in tools to enhance your site's visibility
- Node.js (v18 or later)
- npm package manager
-
Clone the repository:
git clone https://github.com/vivekvt/bluepilot.git cd bluepilot
-
Install dependencies:
npm install
-
Set up environment variables:
cp .env.example .env.local # Edit .env.local with your configuration
-
Run the development server:
npm run dev # or yarn dev
-
Open http://localhost:3000 in your browser to see the application.
- Sign In: Sign in to create project.
- Create a New Project: Start a new website by giving prompt to generate one
- Preview: Test how your website looks on different devices
- Publish: Deploy your website with a single click
The project is built with Next.js and follows its conventional structure:
bluepilot-frontend/
├── app/ # Next.js 13+ app directory
│ ├── api/ # API routes
│ ├── auth/ # Authentication related pages
│ ├── components/ # Shared React components
│ ├── globals.css # Global styles
│ ├── layout.js # Root layout
│ └── page.js # Home page
├── public/ # Static assets
├── .next/ # Next.js build output
├── package.json # Project dependencies and scripts
└── README.md # Project documentation
- Frontend: Next.js, React, Tailwind CSS
- State Management: React Context API
- Authentication: Supabase Auth
- AI Integration: Google Gemini, Claude, Openrouter, Vercel AI SDK
- Deployment: Vercel
Blue Pilot leverages WebContainers technology by StackBlitz to provide an interactive development experience directly in the browser.
We welcome contributions to Blue Pilot! Please follow these steps:
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Website: https://www.bluepilot.tech
- Twitter: @bluepilot_
© 2025 Blue Pilot Tech. All rights reserved.