Introduction

xpose is an open-source alternative to ngrok, built entirely on Cloudflare Workers. It lets you expose a local development server to the internet with a single command — no sign-up required, no servers to manage.

Features

  • Serverless tunnel via Cloudflare Workers and Durable Objects
  • Automatic public URL generation
  • Custom subdomain support
  • Turborepo integration for auto-discovery
  • Traffic logging and request counting
  • Auto-reconnection with exponential backoff
  • MIT licensed — fully open source

Quick start

Get started in seconds. Run the CLI with your local port and you will receive a public URL instantly.

npx xpose-dev 3000

Read the installation guide for more options, or jump to usage for detailed examples.