Export and run elsewhere
Mythex does not offer a “self-host Mythex” product. You own the code and can leave with export or GitHub.Export
Project settings → Export → download.tar.gz (secrets and node_modules excluded).
GitHub
Connect GitHub and push/pull from project settings. See GitHub, export, and import.Run elsewhere
After export or clone:- Install dependencies for your stack
- Recreate env vars from Mythex secrets (manually)
- Deploy to the host of your choice (Vercel, Fly, your VPS, etc.)