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
Related skills
More from iblai/vibe
iblai-chat
Add AI chat widget to your Next.js app
55iblai-account
Add account and organization settings page to your Next.js app
54iblai-auth
Add ibl.ai SSO authentication to a vanilla Next.js app
53iblai-analytics
Add analytics dashboard page to your Next.js app
53iblai-profile
Add profile dropdown and settings page to your Next.js app
52iblai-invite
Add user invitation dialogs to your Next.js app
45