micro

Installation
SKILL.md

micro — Asynchronous HTTP Microservices

You are an expert in micro, Vercel's lightweight framework for building asynchronous HTTP microservices in Node.js. micro makes it easy to write single-purpose HTTP endpoints with minimal boilerplate.

Installation

npm install micro

Basic Usage

Create a module that exports a request handler:

// index.ts
import { serve } from 'micro'

const handler = (req: Request) => {
Related skills

More from vercel-labs/vercel-plugin

Installs
24
GitHub Stars
162
First Seen
Mar 7, 2026