This repo contains the official project templates used by hackctl create.
Windows x64:
irm https://hackctl.dev/install.ps1 | iexmacOS Intel and Apple Silicon:
curl -fsSL https://hackctl.dev/install.sh | shLinux x64 and ARM64:
curl -fsSL https://hackctl.dev/install.sh | shThen scaffold a project:
hackctl createmern- MongoDB, Express, React, and Node.jspern- PostgreSQL, Express, React, and Node.jsnext-supabase- Next.js with Supabasesveltekit-supabase- SvelteKit with Supabasenuxt-supabase- Nuxt with Supabase
Each template includes everything you need to start developing locally and deploy with hackctl.
Found a bug or have a feature request? See CONTRIBUTING.md.