What is 77th Junction?
77th Junction is a deploy platform for developers. Build on your machine, upload your output folder (or zip), and get a secure public URL on yourname.77thjunction.app — no separate hosting setup.
- Free hosting on *.77thjunction.app with HTTPS
- Dashboard and CLI (jj)
- Automatic stack detection (Vite, Next.js, CRA, static HTML)
- Build logs, deploy diagnosis, and optional auto-fix (credits)
- Custom domains when you need a client-facing brand
Five-minute quickstart
- Sign up at 77thjunction.app/signup
- Open Dashboard → create a project (name becomes your slug)
- Build locally: npm run build (or vite build, etc.)
- Drag your dist/, build/, or out/ folder onto the deploy area
- Copy the live URL from Domains or the deploy summary
CLI alternative
Prefer the terminal? Run jj login then jj deploy ./dist --project your-slug. See the CLI reference for every command.
Public URLs
Deployed sites are shared as branded subdomains when wildcard DNS is active:
https://{your-slug}.77thjunction.appA path-based backup always works during DNS verification or local development:
https://api.77thjunction.app/sites/{your-slug}Next steps
- CLI reference — deploy from CI or your terminal
- API reference — automate projects and deploys
- Domains & URLs — slugs, wildcard DNS, custom domains
- Billing & credits — plans, packs, and what costs credits
- AI & automation — feed docs to any LLM or agent