tmokmss / make-real-on-bedrock-claude

Draw a ui and make it real

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make real on Amazon Bedrock (Anthropic Claude v3)

This is a project to generate web frontend code from a freehand diagram using Amazon Bedrock with the foundation model Anthropic Claude v3.

architecture

Deploy

You can use AWS CDK to deploy this project.

First you have to configure CDK parameters in cdk/bin/cdk.ts. Set hostedZoneId and zoneName with your Route 53 hosted zone.

Then run the following command:

cd cdk
npm ci
npx cdk deploy --all

The deployment completes in 10 minutes. After a successful deployment, you can access the URL shown in the stack output:

Outputs:
MakeRealStack.WebAppCloudFrontUrlBAD6B277 = https://www.example.com

License

Check the license of tldraw. You have to use this app for non-commercial purpose.

Links

About

Draw a ui and make it real


Languages

Language:TypeScript 90.4%Language:JavaScript 3.8%Language:CSS 3.7%Language:Dockerfile 1.9%Language:Shell 0.2%