Navigation

Documentation

Quickstart

From install to insight in under five minutes.

1. Install + sign in

bashnpm install -g @quackstack/cli
qs login

2. Point at a repo

Run inside any git repository — Quackstack will use your codebase as context.

bashcd ~/projects/my-app
qs init

This creates .quackstack.toml:

toml[project]
name = "my-app"
language = "typescript"

[duck]
personality = "polite"  # or "brutal"
stream = true

3. Start a quack session

bashqs quack "the navbar disappears on mobile when scrolling up"

Quackstack streams responses, asks targeted follow-ups, and cites files from your repo. Use :files to attach more context and :done to finish.

4. From your editor

With the VS Code extension installed, highlight a function and press ⌘ K then D to open a quack inline.

5. Share with your team

bashqs quack share <quack-id>
# returns https://app.quackstack.fyi/q/abc123

You're done. Bug us in support if anything quacked sideways.