This is a lightweight web application inspired by 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.
- Backend: Express (TypeScript)
- Frontend: React with Vite (TypeScript)
- AI Integration: Claude AI Anthropics API
- Web Environment: Web Container Technology by StackBlitz
- Simple architecture demonstrating AI API integration.
- Interactive frontend and backend setup.
- Easily deployable and customizable for similar use cases.
root/
βββ backend/ # Express server (TypeScript)
βββ frontend/ # Vite React application (TypeScript)
βββ README.md # Project documentation
-
Clone the repository:
https://github.com/Alkush-Pipania/G1.git
-
Navigate to the project directory:
cd backend and cd frontend -- in different terminal
-
Install dependency
npm install -- in both
-
ADD API get that from console.anthropic.com
-
npm run dev