21

AI Models

How to feed NotForm documentation to LLMs and AI coding assistants.

We've made sure NotForm is as easy for Artificial Intelligence to understand as it is for humans.

This documentation site is built with nuxt-llms, which automatically generates optimized, plain-text versions of the documentation specifically designed for Large Language Models (LLMs) and AI coding assistants (like Cursor, Copilot, or Claude).

Usage

When asking an AI assistant to build a form using NotForm, you can instruct it to read our LLM-optimized documentation file:

https://notformdocs.vercel.app/llms.txt

Full Documentation

If the AI needs deep context on every API, component, and advanced feature, provide it with the full documentation text file:

https://notformdocs.vercel.app/llms-full.txt

Example Prompt

You can use a prompt like this in your AI editor:

"I need to build a user settings form with a dynamic array of email addresses. Please read the documentation at https://notformdocs.vercel.app/llms.txt to understand how to use NotForm's <NotArrayField> and useNotForm API before writing the Vue component."

By providing this URL, the AI will perfectly understand NotForm's headless philosophy, validation modes, and type-safe schema integration.