Skip to content

nataliebasille/ai-webpage-generator

Repository files navigation

Web Page Generator

PROD: https://webpage-generator.nataliebasille.dev/

This web app allows you to create a complete web page based on a short prompt. Provide a few details, and the app will generate a web page tailored to your specifications.

Features

  • Built using Next.js: Leverages the powerful capabilities of Next.js for server-side rendering and static site generation.
  • Valid HTML with Tailwind CSS: The LLM generates valid HTML styled with Tailwind CSS for a modern, responsive design.
  • Rate Limiting: Users are limited to 10 prompts every 100 seconds to ensure fair usage and prevent abuse.

Getting Started

Prerequisites

Before you start, make sure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/nataliebasille/ai-webpage-generator.git
    
  2. Navigate to the project directory:

    cd ai-webpage-generator
  3. Install the dependencies:

     npm install

Running the App

Start the development server:

npm run dev

Open your browser and navigate to http://localhost:3000 to see the app in action.

License

This project is open source and available under the MIT License.