Skip to main content
Veryfront Code is an AI framework for building AI apps and agents in TypeScript and React. It treats apps, agents, tools, workflows, tasks, runs, prompts, resources, skills, integrations, MCP servers, sandboxes, and extensions as framework primitives with shared project conventions. The framework exists because AI applications need normal app surfaces and AI runtime surfaces to cooperate. A chat page, an AG-UI route, an agent, a tool, and a deployment target are separate concerns that belong in the same discoverable project.

Main surfaces

AreaWhat it gives you
Pages and APIsReact routes, MDX pages, data loading, and HTTP handlers.
Agents and toolsModel reasoning, tool calling, memory, AG-UI streaming, skills, and chat UI.
Workflows and runsDurable multi-step execution, background tasks, schedules, and run history.
Integrations and MCPConnector-backed tools, OAuth, prompts, resources, and assistant-facing protocol surfaces.

Core idea

The shared project model matters more than any single primitive. Routes decide how users and HTTP clients enter the system. Agents, tools, workflows, tasks, runs, prompts, resources, skills, integrations, and sandboxes define capabilities that routes and runtime services can reuse.