https://github.com/kmr-ankitt/webuild
Website builder
https://github.com/kmr-ankitt/webuild
llm webuild
Last synced: 15 days ago
JSON representation
Website builder
- Host: GitHub
- URL: https://github.com/kmr-ankitt/webuild
- Owner: kmr-ankitt
- Created: 2024-12-11T12:47:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T13:14:08.000Z (over 1 year ago)
- Last Synced: 2025-01-02T11:15:29.872Z (over 1 year ago)
- Topics: llm, webuild
- Language: TypeScript
- Homepage: https://webuild-one.vercel.app
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webuild
Webuild is an AI-powered platform that helps you build your website in minutes with code. It leverages the power of AI to generate a fully functional website based on your prompts.
## Features
- **AI-Powered Website Generation**: Simply provide a prompt, and Webuild will generate a complete website for you.
- **Next.js Framework**: Built using the Next.js framework for optimal performance and scalability.
- **Customizable**: Easily customize the generated website to fit your needs.
## Getting Started
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
Make sure you have the following installed on your machine:
- Node.js (v14.x or later)
- npm (v6.x or later) or yarn (v1.x or later)
### Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/webuild.git
cd webuild
```
2. Install the dependencies for backend:
```bash
cd backend && npm install
```
3. Install the dependencies for frontend:
```bash
cd frontend && npm install
```
### Running the Application
_Replace .env.example with .env file in backend folder and add your GEMINI API key._
To start the backend server, run:
```bash
cd backend && npm run dev
```
To start the frontend server, run:
```bash
cd frontend && npm run dev
```