Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

The agent already understands the Veryfront framework: how projects are structured, how files work, and best practices for building apps. You don’t need to explain the basics. Use an AGENTS.md file at your project root to customize behavior for your specific project:
AGENTS.md
# Project Instructions

## Code Style
- Use TypeScript for all new files
- Follow the existing folder structure
- Use Tailwind CSS for styling

## Architecture
- Components go in /components
- API routes go in /pages/api
- Use React Query for data fetching

## Important Notes
- Always run tests before committing
- Keep components small and focused

Next

  • Skills: Instruction sets the agent can load
  • Sub-Agents: Specialized agents for focused work