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.
- 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.
Before you start, make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/nataliebasille/ai-webpage-generator.git
-
Navigate to the project directory:
cd ai-webpage-generator
-
Install the dependencies:
npm install
Start the development server:
npm run dev
Open your browser and navigate to http://localhost:3000 to see the app in action.
This project is open source and available under the MIT License.