AI Building Blocks. Build Smarter, Faster.
An open-source library of AI-focused UI components, app blocks, and workflows designed to accelerate development. Built with shadcn/ui, React Flow, and Vercel AI SDK.
- UI Components - Chat interfaces, markdown rendering, model selectors, and more
- App Blocks - Complete chat applications and generative UI examples
- AI Agent Workflows - Visual workflow builder for creating AI agent systems
- Templates - Full-stack application templates with authentication and database integration
- Additional Examples - More AI patterns and use cases
Visit simple-ai.dev/docs to view the full documentation.
# Install shadcn/ui first
npx shadcn@latest init
# Add individual components
npx shadcn@latest add @simple-ai/chat-input
npx shadcn@latest add @simple-ai/chat-message
# Or install complete app blocks
npx shadcn@latest add @simple-ai/chat-01
npx shadcn@latest add @simple-ai/workflow-01- Built on shadcn/ui with Tailwind CSS
- Copy and paste components - no package installs needed
- Full TypeScript support
- Dark mode ready
- Vercel AI SDK integration
Licensed under the MIT License.
