vibe-add-auth
Installation
SKILL.md
/vibe-add-auth
Add ibl.ai SSO authentication to a vanilla Next.js app. After completion, unauthenticated users are redirected to login.iblai.app and returned with a session -- no API tokens to manage.
Prerequisites
- Next.js 14+ with App Router (
app/directory) - Node.js 18+
iblaiCLI available (iblai --version). If not available, run/vibe-install-cli- An ibl.ai tenant key (use
iblaifor the free default tenant, or register at https://iblai.app)
Step 1: Run the Generator
cd your-nextjs-app