template-saas/apps/frontend
rckrdmrd 19ead3506b feat(frontend): Add AI Integration UI components
- Add aiApi client with types (ChatMessage, ChatRequest, ChatResponse, AIConfig, AIModel, AIUsageStats)
- Add useAI hooks (useAIConfig, useUpdateAIConfig, useAIModels, useAIChat, useAIUsage, useCurrentAIUsage, useAIHealth)
- Add AI components (AIChat, AISettings, ChatMessage)
- Add AIPage with chat interface and usage stats
- Add AI tab to Settings page
- Add AI Assistant link to dashboard navigation
- 979 lines added across 13 files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 07:13:28 -06:00
..
public feat: Initial commit - template-saas 2026-01-07 04:41:24 -06:00
src feat(frontend): Add AI Integration UI components 2026-01-07 07:13:28 -06:00
.env.example feat: Initial commit - template-saas 2026-01-07 04:41:24 -06:00
index.html feat: Initial commit - template-saas 2026-01-07 04:41:24 -06:00
package.json feat: Initial commit - template-saas 2026-01-07 04:41:24 -06:00
postcss.config.js feat: Initial commit - template-saas 2026-01-07 04:41:24 -06:00
tailwind.config.js feat: Initial commit - template-saas 2026-01-07 04:41:24 -06:00
tsconfig.json feat: Initial commit - template-saas 2026-01-07 04:41:24 -06:00
vite.config.ts feat: Initial commit - template-saas 2026-01-07 04:41:24 -06:00