Skip to main content

Install

npm install veryfront

Modules

ImportDescription
veryfrontConfiguration, server bootstrap, routing, data fetching, and input validation.
veryfront/headDeclarative <head> metadata management.
veryfront/routerClient-side routing, navigation, and links.
veryfront/contextAccess route params, page data, and MDX frontmatter.
veryfront/fontsLoad Google Fonts as a React component.
veryfront/chatChat UI components and streaming hooks.
veryfront/markdownMarkdown rendering with syntax highlighting and diagrams.
veryfront/mdxComponent overrides for .mdx page rendering.
veryfront/agentAI agents with memory, tools, and multi-agent composition.
veryfront/toolDefine tools with Zod schemas for agents and MCP.
veryfront/workflowDAG-based agentic workflows with human-in-the-loop support.
veryfront/promptDeclare and register prompts exposable over MCP.
veryfront/resourceDeclare and register resources exposable over MCP.
veryfront/mcpMCP server exposing tools, prompts, and resources.
veryfront/middlewareCORS, rate limiting, logging, and timeout middleware.
veryfront/oauthOAuth 2.0 with 37 pre-configured providers.
veryfront/providerUnified LLM interface for Anthropic, Google, and OpenAI.
veryfront/fsFilesystem operations and path utilities.
veryfront/integrationsIntegration metadata and SVG icons for all connectors.