npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

veryfront

v0.1.44

Published

The simplest way to build AI-powered apps

Downloads

14,743

Readme

Veryfront

npm version Socket Badge License

Veryfront is a full-stack framework for building AI-powered applications and agents with TypeScript and React.

It gives you agents, tools, workflows, and a complete React rendering stack in a single framework. Veryfront runs on Node.js, Deno, and Bun, and can be deployed anywhere or shipped through the Veryfront platform with built-in preview environments and production hosting.

Why Veryfront?

Purpose-built for TypeScript and React, Veryfront gives you everything you need to build agentic full-stack applications out-of-the-box.

  • Agents — Build autonomous agents with model routing, system prompts, and tool calling. Agents reason about goals and iterate until they reach a final answer.

  • Tools — Define Zod-validated functions that agents can call. Tools are auto-discovered from the file system with no registration needed.

  • Workflows — Orchestrate multi-step AI pipelines with branching, parallelism, and human-in-the-loop approval gates.

  • Multi-Agent — Compose agents that delegate to each other as tools for complex, coordinated tasks.

  • Memory & Streaming — Give agents conversation history and streaming responses. Built-in chat UI components for React.

  • MCP Server — Expose agents, tools, and resources via the Model Context Protocol. Connect your coding agent to live errors, logs, and HMR.

  • Pages & Routing — File-based routing with React Server Components, layouts, and server-side rendering.

  • Data Fetching & API Routes — Server-side data loading, API route handlers, and middleware with built-in OAuth support.

Get Started

The recommended way to get started with Veryfront:

npm create veryfront
pnpm create veryfront
yarn create veryfront
bun create veryfront
deno init --npm veryfront

Binary install (recommended for the CLI/TUI):

curl -fsSL https://veryfront.com/install.sh | sh
# or
brew install veryfront/tap/veryfront

Follow the Quickstart guide for step-by-step setup, or explore our templates to start building your first application with Veryfront. For the full documentation, visit veryfront.com/docs/code.

Examples

You can find standalone, runnable examples in the veryfront-examples repo.

Contributing

Looking to contribute? All types of help are appreciated, from coding to testing and feature specification. Read CONTRIBUTING.md for more details on how to get involved.

If you are a developer and would like to contribute with code, please open an issue to discuss before opening a Pull Request.

Support

We have an open community Discord. Come say hello and let us know if you have any questions or need help getting things running.

It's also super helpful if you leave the project a star here at the top of the page.

Security

We are committed to maintaining the security of Veryfront. If you discover a security vulnerability, please responsibly disclose it to us at [email protected] and we will respond within 48 hours.

License

Apache-2.0