Skip to content

jtsang4/make-real

Repository files navigation

This is a fork of TLDraw|Make-Real.

Added Features

  • 🔑 Config default API key and API base
  • 📡 Request on the backend
  • 🔒 Authentication before using
  • 🐳 Deployment by Docker

Make Real

Try it out at makereal.tldraw.com

timer.mp4

Deployment

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.