veryfront | Configuration, server bootstrap, routing, data fetching, and input validation. |
veryfront/head | Declarative <head> metadata management. |
veryfront/router | Client-side routing, navigation, and links. |
veryfront/context | Access route params, page data, and MDX frontmatter. |
veryfront/fonts | Load Google Fonts as a React component. |
veryfront/chat | Chat UI components and streaming hooks. |
veryfront/markdown | Markdown rendering with syntax highlighting and diagrams. |
veryfront/mdx | Component overrides for .mdx page rendering. |
veryfront/agent | AI agents with memory, tools, and multi-agent composition. |
veryfront/tool | Define tools with Zod schemas for agents and MCP. |
veryfront/workflow | DAG-based agentic workflows with human-in-the-loop support. |
veryfront/prompt | Declare and register prompts exposable over MCP. |
veryfront/resource | Declare and register resources exposable over MCP. |
veryfront/jobs | Jobs module for durable project-scoped background execution. Provides a public SDK surface for one-off jobs, cron jobs, batch summaries, job target discovery, and the canonical split between user-visible events and raw debugging logs. |
veryfront/mcp | MCP server exposing tools, prompts, and resources. |
veryfront/middleware | CORS, rate limiting, logging, and timeout middleware. |
veryfront/utils | Internal utilities — runtime detection, structured logging, constants (breakpoints, timeouts, HTTP codes), hashing, memoization, and feature flags. |
veryfront/oauth | OAuth 2.0 with 37 pre-configured providers. |
veryfront/provider | AI SDK model provider registry. Maps “provider/model” strings to AI SDK LanguageModel instances. Auto-initializes providers from environment variables on first use. |
veryfront/fs | Filesystem operations and path utilities. |
veryfront/integrations | Integration metadata and SVG icons for all connectors. |
veryfront/sandbox | Sandbox module for ephemeral compute environments. Provides the Sandbox class for creating and interacting with isolated execution environments. |
veryfront/embedding | Embedding — RAG primitives for chunking, embedding, and similarity search. Provides a facade over AI SDK (embeddings, similarity) and LangChain (text splitting) behind veryfront’s own API. |
veryfront/cli | Veryfront CLI entry point. |