8000 GitHub - Srayash/GNR8
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Srayash/GNR8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNR8 Text-to-Website Generator

Generate stunning websites from a simple prompt with AI

GNR8 is an open-source AI-powered website generator that converts your ideas into production-ready websites using a multi-agent system. It handles everything—from content safety to prompt enhancement, UI design, media integration, UI improvement and deployment—all with one input.

GNR8 Demo GIF

🧩 Key Features

  • 🚫 Responsible AI – Filters unsafe content before processing.
  • ⚡ One-Click Publish – Deploys to GitHub with auto-generated README.
  • 🖌️ Seamless UI Editing – Modify your layout and content live, no coding required.
  • 📸 Smart Media Insertion – Automatically fetches and inserts contextual Unsplash images.
  • 🧠 Multi-Agent Pipeline – Each agent handles a specific task to improve quality and speed.
  • 🔁 Feedback Loop – Incorporates user feedback to iteratively improve code.
  • 🌐 Live Preview – View your deployed website instantly in the browser.

🧠 How It Works

  1. User Prompt → You describe the site.
  2. Guardrails → Prompt checked for safety.
  3. Enhancement → Prompt is refined for clarity in a structured format.
  4. Code Generation → HTML, CSS, JS created.
  5. UI Agent → Designs and styles the interface.
  6. Media Agent → Adds contextual images via Unsplash.
  7. Feedback Agent → Refines based on feedback.
  8. Deployment → Website goes live with GitHub Pages.

🚀 Quickstart

⚠️ Prerequisites: Python 3.x, Node.js, pip

# Clone the repo
cd GNR8

# Frontend
cd FE
npm install
npm run dev

# Backend
cd ../BE
npm install
node index.js

# Model
cd 
5766
../Model
pip install -r requirements.txt
uvicorn main:app --reload

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages

0