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

https://github.com/alkush-pipania/g1

G1 is an version 1 . a website builder that leverages Claude AI from Anthropic and web containers to generate fully functional websites in seconds. Powered by intelligent design generation and containerized deployment, g1 transforms your ideas into live websites with unprecedented speed and ease.
https://github.com/alkush-pipania/g1

Last synced: 3 days ago
JSON representation

G1 is an version 1 . a website builder that leverages Claude AI from Anthropic and web containers to generate fully functional websites in seconds. Powered by intelligent design generation and containerized deployment, g1 transforms your ideas into live websites with unprecedented speed and ease.

Awesome Lists containing this project

README

          

# Web Container Integration with Claude AI API

This is a lightweight web application inspired by [bolt.new](https://bolt.new), built to demonstrate the integration of **Claude AI Anthropics API** with **Web Container Technology by StackBlitz**. The project comprises a **TypeScript Express backend** and a **Vite React frontend**.

---

## 🛠️ Technologies Used
- **Backend**: Express (TypeScript)
- **Frontend**: React with Vite (TypeScript)
- **AI Integration**: Claude AI Anthropics API
- **Web Environment**: Web Container Technology by StackBlitz

---

## ✨ Features
- Simple architecture demonstrating AI API integration.
- Interactive frontend and backend setup.
- Easily deployable and customizable for similar use cases.

---

## 📂 Project Structure
```plaintext
root/
├── backend/ # Express server (TypeScript)
├── frontend/ # Vite React application (TypeScript)
└── README.md # Project documentation
```

### Setup Steps
1. Clone the repository:
```bash
https://github.com/Alkush-Pipania/G1.git
```

2. Navigate to the project directory:```
cd backend and cd frontend -- in different terminal ```
3. Install dependency```
npm install -- in both```
4. ADD API
get that from [console.anthropic.com](https://console.anthropic.com/)
5. ```npm run dev```