An open API service indexing awesome lists of open source software.

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

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
```