# Bryntum > Bryntum makes professional JavaScript UI components for scheduling, project management, and data visualization. All products are framework-agnostic and ship official wrappers for React, Angular, and Vue 3, as well as vanilla JavaScript and TypeScript. Components are licensed commercially (trial available); packages are served from a private npm registry at `npm.bryntum.com`. For AI agents and automation, use the tools below. ## Products - [Scheduler](https://bryntum.com/products/scheduler/): resource timeline / event scheduling component - [Scheduler Pro](https://bryntum.com/products/schedulerpro/): Scheduler with constraint-based scheduling engine (dependencies, calendars, critical path) - [Gantt](https://bryntum.com/products/gantt/): full project management Gantt chart with WBS, baselines, resource leveling, and cost tracking - [Calendar](https://bryntum.com/products/calendar/): multi-view calendar (month/week/day/agenda) with drag-and-drop event editing - [Grid](https://bryntum.com/products/grid/): high-performance data grid with tree, grouping, filtering, inline editing, and export - [TaskBoard](https://bryntum.com/products/taskboard/): Kanban-style task board with swimlanes, drag-and-drop, and resource assignments ## Agent guide Documentation written for AI coding assistants rather than for human developers: per-product guidance, the mistakes agents most often make with Bryntum, example prompts, and how to set up your assistant. It indexes its own pages, so follow the link and read from there. - [Bryntum for AI Agents](https://bryntum.com/agents/) ## Skills Best practices for building with Bryntum components using agents. Read these before writing any Bryntum code; install the `bryntum` skill first, all others build on it. - [Skills repository](https://github.com/bryntum/skills) - [bryntum](https://raw.githubusercontent.com/bryntum/skills/main/bryntum/SKILL.md) - [bryntum-react](https://raw.githubusercontent.com/bryntum/skills/main/bryntum-react/SKILL.md) - [bryntum-angular](https://raw.githubusercontent.com/bryntum/skills/main/bryntum-angular/SKILL.md) - [bryntum-vue](https://raw.githubusercontent.com/bryntum/skills/main/bryntum-vue/SKILL.md) - [bryntum-vanilla](https://raw.githubusercontent.com/bryntum/skills/main/bryntum-vanilla/SKILL.md) - [bryntum-crud](https://raw.githubusercontent.com/bryntum/skills/main/bryntum-crud/SKILL.md) ## MCP Server The Bryntum MCP server exposes Bryntum's documentation as Model Context Protocol tools so MCP-aware clients (Claude Code, Cursor, etc.) can look up API references, guides, and examples without leaving the editor. - [MCP Server](https://mcp.bryntum.com/) ## Documentation Each product publishes its own llms.txt enumerating all guide and API reference pages. Use these to find the right documentation page, then fetch the linked `.md` URLs for the content. To get the raw markdown for any guide page, change `/docs` to `/docs-llm` in the URL and append `.md`, e.g. `https://bryntum.com/products/calendar/docs/guide/Calendar/quick-start/react-remix` becomes `https://bryntum.com/products/calendar/docs-llm/guide/Calendar/quick-start/react-remix.md`. - [Gantt docs](https://bryntum.com/products/gantt/docs/llms.txt) - [Scheduler docs](https://bryntum.com/products/scheduler/docs/llms.txt) - [Scheduler Pro docs](https://bryntum.com/products/schedulerpro/docs/llms.txt) - [Calendar docs](https://bryntum.com/products/calendar/docs/llms.txt) - [Grid docs](https://bryntum.com/products/grid/docs/llms.txt) - [TaskBoard docs](https://bryntum.com/products/taskboard/docs/llms.txt) ## Optional - [Licensing](https://bryntum.com/licensing/): commercial license terms, tiers, and how the free trial works - [Sitemap](https://bryntum.com/sitemaps.xml): sitemap index for the WordPress marketing pages. Product docs are not listed in it; use the per-product docs llms.txt files above