77thJunction
77th Junction Docs

Getting started

Create an account, connect a project, deploy, and share a live URL in minutes.

Updated May 30, 2026

Developer mode (dashboard)

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

  1. Sign up at 77thjunction.app/signup
  2. Open Dashboard → create a project (name becomes your slug)
  3. Build locally: npm run build (or vite build, etc.)
  4. Drag your dist/, build/, or out/ folder onto the deploy area
  5. 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.app

A 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