Skip to content

kmr-ankitt/webuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

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:

    git clone https://github.com/yourusername/webuild.git
    cd webuild
  2. Install the dependencies for backend:

    cd backend && npm install 
  3. Install the dependencies for frontend:

     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:

cd backend && npm run dev

To start the frontend server, run:

cd frontend && npm run dev

Releases

No releases published

Packages

No packages published