iblai-components
Installation
SKILL.md
/iblai-components
Overview of all ibl.ai components and how to create a new app.
Creating a New App
Vanilla Next.js + ibl.ai Features
Start with a standard Next.js app and add features as needed:
npx create-next-app@latest my-app --yes
cd my-app
iblai add auth --platform your-tenant
iblai add chat
npm run dev
Full ibl.ai Agent 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