Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Veryfront

**Build AI agents with React** - Auto-discover tools and agents from your file structure, built-in MCP server, production-ready UI components.
**React framework for agentic applications** – Multi-step, tool-using workflows with default agent orchestration, tool discovery, and production-ready UI components.

---

## What is Veryfront?

Veryfront is a **modern React framework** for building AI-native applications with **zero configuration**. Create agents, tools, and conversational UIs using file-based conventions - just drop files in the right directories and they're automatically discovered.
Veryfront is a **modern React framework** for building **agentic applications** with **zero configuration**. Create multi-step agents, orchestrate tool use by default, and build conversational UIs using file-based conventionsjust drop files in the right directories and they're automatically discovered.

**Perfect for:**
- **AI Applications** - Agents, tools, chat interfaces with auto-discovery
- **Agentic Applications** - Multi-step, tool-using workflows with auto-discovered agents and tools
- **Multi-Runtime Apps** - Deploy to Deno, Node.js, Bun, or Cloudflare Workers
- **Full-Stack React** - SSR, SSG, ISR, JIT rendering modes with App Router

Expand Down
Loading