Ship at hackathon speed.

Built for vibe coders. Works for everyone.
Scaffold, run, share, and deploy full-stack apps. Three commands. Zero config debt.

$curl -fsSL https://get.hackctl.dev | sh
how it works

Three commands.
Zero config debt.

Everything your team needs to go from blank terminal to live URL without touching a single config file.

hackctl create
● Creating project✓ Project successfully created? my-app && hackctl start
Scaffold your stack
Five production-ready templates. Validates deps, clones, installs, generates config and AI context files automatically.
hackctl start
i Starting services● Frontend: running● Backend: running
Run everything together
All services concurrent. Live TUI status. Auto-installs missing deps. Graceful shutdown. Works on all platforms.
hackctl share
i Preparing tunnel client● https://trycloudflare.com? Ctrl+C to stop sharing.
Live URL in seconds
Cloudflare Quick Tunnel, no account, no config. Auto-downloads cloudflared. QR code in terminal. Share with judges instantly.
see it run

From zero to live URL.
Under two minutes.

Watch the complete flow from scaffolding a full-stack app to getting a live, shareable URL. No cuts, no fast-forwarding.

Terminal
ai-native by design

Your AI already
knows the project.

Built-in agent instructions give your AI stack-specific context from the first prompt.

Editor
EXPLORER
SKILL.md
AGENTS.md
CLAUDE.md
GEMINI.md
package.json
AGENTS.md
# AGENTS.md

Guidance for AI coding agents working in the hackctl workspace.

## Scope

This workspace is a polyrepo. Treat these as separate repositories:
- cli/ - Go CLI
- web/ - Next.js marketing and installer site
- templates/ - official scaffold templates

## Working Rules

- Identify the target repo before editing.
- Read the repo-local AGENTS.md before making changes.
ClaudeClaude
CursorCursor
CopilotCopilot
AntigravityAntigravity
WindsurfWindsurf
OpenCodeOpenCode
VS CodeVS Code
deployment

From local preview
to production.

Share directly from your laptop for fast iteration, or securely deploy to your VPS when it's time. Zero vendor lock-in.

local · fast demos
Share from your laptop
Cloudflare Quick Tunnel exposes your local app publicly. Zero accounts required. Live URL in seconds from any network.
vps · full control
Deploy to your server
SSH/SCP + PM2 + persistent Cloudflare Tunnel. Provisions runtime, uploads files, starts services. Saves deploy state locally.
official templates

Pick your stack.
We'll handle the rest.

Battle-tested starters with prewired services, AI instructions included, and sensible defaults tuned for rapid prototyping.

TemplateStackBest forProfile
mernReact + Vite, Express, MongoDBRapid full-stack CRUD appsClassic React + Node flow
pernReact + Vite, Express, PostgreSQLRelational data projectsSQL-first backend workflows
next-supabaseNext.js App Router, Supabase PostgresFast product MVPs with authManaged backend + server components
sveltekit-supabaseSvelteKit, Supabase PostgresLean UI and high responsivenessMinimal overhead full-stack setup
nuxt-supabaseNuxt, Supabase PostgresVue teams and content-heavy appsNuxt DX with managed Postgres
More stacks coming soon. Contribute a templateView Templates Repo

Your next hackathon starts here.

Three commands. Live URL. Ship something real.

$curl -fsSL https://get.hackctl.dev | sh