| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A React and Vite-based tool with an Express backend that converts text, screenshots, and Figma designs into clean, functional code powered by LLMs. It employs a conversational approach for continuous page effect adjustments. Now supports AWS Bedrock and Claude 3.5 Sonnet.
ui_copilot_mini.mp4Clone the repository:
git clone https://github.com/superyhee/claude-ui-copilot.git
cd ui-code-generatorConfigure API key:
cd server
cp .env.example .envEdit .env:
IS_DOCKER_ENV=true
ANTHROPIC_API_KEY=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=us-east-1In the root directory of the project:
docker-compose up -d --buildIn the root directory of the project, install dependencies and start the frontend and backend separately:
# Install frontend dependencies
cd frontend
npm install --legacy-peer-deps
npm run dev
# Install backend dependencies
cd ../server
npm install
npm run devOpen your browser and visit http://localhost:9000 to see the frontend page.
Licensed under the MIT License.
| Back | FazBrowse Home | New Git URL |