setup-saaskit

Installation
SKILL.md

Setup SaaSKit

Give this project env credentials, a registered redirect URI, and a first login URL. Then stop.

Guardrails

  • MUST wait for dashboard credential values. MUST NOT invent them.
  • MUST keep SCALEKIT_REDIRECT_URI identical to the dashboard Allowed callback URL.
  • MUST NOT write login, callback, or session code. Name implement-saaskit instead.

Gotchas

  • Read credentials from SCALEKIT_ENVIRONMENT_URL, SCALEKIT_CLIENT_ID, SCALEKIT_CLIENT_SECRET, and SCALEKIT_REDIRECT_URI.
  • SCALEKIT_REDIRECT_URI must match an Allowed callback URL in the dashboard, character for character.
  • Default callback is http://localhost:3000/auth/callback when the project has no callback path yet.
  • This skill stops at the first login URL. Login, callback, and session code belong to implement-saaskit.
  • Wait for the user to supply credentials. Do not invent values.

Step 1 — Get API credentials

Installs
15
GitHub Stars
1
First Seen
Jul 25, 2026
setup-saaskit — scalekit-inc/authstack