# AI Tools

This section covers AI-assisted development with DHTMLX Gantt and adding AI features to your Gantt-based app.

## AI-assisted development

- [DHTMLX MCP Server](./mcp-server/) - connect an AI coding tool to up-to-date DHTMLX documentation and API reference.
- [Agent Skills](./agent-skills/) - teach AI coding assistants (Claude Code, Codex, and others) the correct patterns for working with DHTMLX Gantt.
- [Lovable AI](./lovable-ai/) - integrate DHTMLX [React Gantt](integrations/react.md) into a Lovable-generated app using prompts, Knowledge Base, and MCP. The companion [Lovable Starter Walkthrough](./lovable-starter-walkthrough/) shows how to reproduce a full Supabase-backed project planner.

## AI-builder showcases

- [React Gantt Lovable Starter](https://github.com/DHTMLX/react-gantt-lovable-starter) - multi-project planner with a Supabase backend, generated end-to-end in Lovable. Includes the prompt sequence used to build it. [Live demo](https://react-gantt-lovable-starter.lovable.app).

## AI features inside your app

If you're adding AI capabilities to your application (OpenAI-compatible APIs, assistants, smart suggestions), see:

Guides:

- [Semantic Search](./semantic-search/) - add meaning-based task discovery to your Gantt chart using embeddings and cosine similarity.
- [AI Assistant](./ai-assistant/) - connect a chat assistant to DHTMLX Gantt using tool calls and client-side command execution.

Demo apps:

- [Gantt Semantic Search AI Demo](https://github.com/DHTMLX/gantt-semantic-search-ai-demo)
- [Gantt Maker AI Demo](https://github.com/DHTMLX/gantt-maker-ai-demo)
- [Gantt Theme Builder AI Demo](https://github.com/DHTMLX/gantt-theme-builder-ai-demo)
