Introduction to Code Agents

Welcome to the Code Agents section of the Igniter.js documentation. This section is dedicated to exploring how you can leverage the power of Artificial Intelligence and Large Language Models (LLMs) to accelerate your development workflow with Igniter.js.

Code Agents are AI-powered tools, editors, and workflows designed to assist you in writing, understanding, and debugging code. They can range from simple code completion helpers to sophisticated systems capable of understanding your project's architecture and generating complex features from a high-level description.

Igniter.js was designed with an "AI-Friendly" philosophy. Its explicit, type-safe, and modular architecture makes it particularly well-suited for AI tools to understand and interact with. This means you can get more accurate and helpful responses from your chosen Code Agent.

Supported Code Agents

Below are guides for integrating Igniter.js with popular AI-native editors and tools. A key aspect of this integration is providing the agent with our official llms.txt, a comprehensive training document that makes the AI an expert on the Igniter.js framework.

Furthermore, our official project templates come pre-configured with specific instructions for these agents. When you create a new project from a template, it already includes the necessary AGENT.md files, so the AI is ready to work on your project out-of-the-box with no additional setup.