Documentation
Getting Started
Get access
After purchase, email hboon@stacknaut.com with your GitHub username. You'll receive repo invitations and a Getting Started guide within a few hours.
Clone all 3 repos
You get access to 3 private GitHub repos: the app, the Terraform infrastructure config, and the AI coding agent setup. Clone all 3.
Set up your AI coding agent
In stacknaut-agent-setup/:
"Read setup-guide.md and set up my coding agent"
Open your coding agent (Claude Code, Factory Droid, or Codex CLI) in the stacknaut-agent-setup/ directory and tell it to read the setup guide. It configures your agent with project-specific instructions, skills, and commands. You only need to do this once, regardless of how many projects you work on.
Run the onboarding wizard
In stacknaut-app/:
"Onboard me"
Open your coding agent in the stacknaut-app/ directory and say "Onboard me". The onboarding wizard walks you through everything interactively:
- Configure your app -- name, domain, package scope, which integrations to keep
- Provision your server -- Terraform on Hetzner Cloud (from $10/mo), or bring your own server
- Set up accounts -- Stripe, Postmark, Docker Hub, and any optional services you chose
- Set up your database -- PostgreSQL, migrations, environment variables
- Deploy to production -- DNS, Kamal setup, first deploy
- Build your first feature -- orientation on where to add schemas, routes, and views
The wizard asks questions in small batches and adapts based on your answers -- if you already have a server or skip certain integrations, it adjusts accordingly.
All of these steps are detailed in the Getting Started guide you'll receive after purchase.