What problem does it solve?
Molykit provides a cohesive toolkit to build cross-platform AI chat UIs for Makepad, consolidating widgets, bot integration, and streaming UI patterns into a single framework.
Core Features & Use Cases
- Cross-platform async utilities (PlatformSend, spawn, ThreadToken) to run AI chat flows on native and WASM.
- Ready-to-use chat widgets (Chat, Messages, PromptInput, Avatar) for rapid UI assembly.
- BotClient trait for AI provider integration, with an OpenAI-compatible SSE streaming client.
- Protocol types for messages, bots, tool calls, and MCP support for model context.
- Use cases include building AI chat interfaces, multi-bot dashboards, and cross-platform Makepad experiences.
Quick Start
Initialize Molykit in your Makepad project and bootstrap a cross-platform AI chat UI.