This is a fork of TLDraw|Make-Real.
- 🔑 Config default API key and API base
- 📡 Request on the backend
- 🔒 Authentication before using
- 🐳 Deployment by Docker
Try it out at makereal.tldraw.com
timer.mp4
- To learn more about this project read our blog post
- To read our guide to using the app visit our discord
Recommend to deploy by Docker:
docker run -p 3000:3000 \
-e OPENAI_API_KEY=your-api-key \
-e OPENAI_BASE_URL=https://api.openai.com/v1 \
-e AUTH_SECRET=your_auth_secret \
-e USERNAME=username \
-e PASSWORD=password \
-d wtzeng/make-real
then visit https://localhost:3000 and input your username and password.