Docs

Deploy to Vercel

Ship OpenThena to production in minutes.

OpenThena is built for Vercel's edge runtime.

Steps

  • Push your fork to GitHub.
  • Import the repo at vercel.com/new.
  • Add the environment variables below.
  • Deploy.

Environment variables

bash
MIMO_API_KEY=your-xiaomi-mimo-api-key
MIMO_BASE_URL=https://api.xiaomimimo.com/v1
MIMO_MODEL=mimo-v2.5-pro
Never commit real keys. Set them as Vercel Environment Variables (or GitHub Secrets) only.

Custom domain

Add www.openthena.com in your Vercel project's Domains tab and follow the DNS instructions Vercel provides (a CNAME record pointing www to cname.vercel-dns.com, and optionally redirect the apex openthena.com to it).