Getting started
Overview
The Agenytics Starter Kit is a production-ready foundation for building AI agent chat applications. It allows you to create both text-based chats and analytics-focused agent chats with ready-to-use UI components, including charts (powered by the Apache ECharts library), tables, Mermaid flow diagrams, code blocks, and more.
By default, the starter kit uses n8n as the agent builder. However, you are not limited to it—you can integrate any other agent builder. The platform communicates with agent builders via a REST API, so as long as the agent responds in the predefined format, all features will work seamlessly. For more details, see the Any Agent Builder Integration page.
It can be used to:
- Create corporate AI Chat agents
- Launch SaaS products with built-in Stripe billing
- Accelerate freelance AI agent development and client projects
The starter kit enables question-first Business Intelligence systems, primarily targeting dynamically changing reports. This allows users to obtain the necessary insights directly from their questions, instead of relying on static dashboards.
Note that the starter kit acts as an agent-to-UI orchestration layer. The implementation of the AI agent itself and the business logic must be built on top of it. It allows developers to focus on business logic and AI workflows rather than boilerplate setup.
Example Systems
- Sales analytics chats
- Financial reporting tools
- Marketing performance analytics
- CEO / CFO reporting chats
- Weekly business review tools
This documentation is structured as follows:
- Local Development Setup
- Feature Documentation – in-depth explanations of each major feature and component.
- Landing Page Setup
- Production Deployment
Live Demo
Real product built with this starter kit is available at: queryverify.com - Chat with a SQL Agent that safely rechecks SQL queries in sandbox