Go2
  • Pricing
  • Docs
  • Blog
For Developers

API-First URL Shortening

Built by developers, for developers. Full API, SDKs, webhooks, and open source. Integrate Go2 into your app in minutes.

Developer Experience

Clean, Readable Code

Well-organized, typed, and documented. Ready to customize for your needs.

app/(dashboard)/page.tsx
// Server Component - Protected Page
import { getServerUser } from "@/lib/auth/server";
import { redirect } from "next/navigation";

export default async function DashboardPage() {
  const user = await getServerUser();
  
  if (!user) {
    redirect("/login");
  }
  
  return (
    <div>
      <h1>Welcome, {user.email}!</h1>
      {/* Your dashboard content */}
    </div>
  );
}

Developer experience that doesn't suck

<10ms
API Response
P99 globally
AGPL-3.0
License
Fully open source
Free
API Access
All plans
100%
TypeScript
Full type safety

Built for your workflow

REST API That Just Works

Full API access on all plans — even free. OpenAPI spec included. No rate limit surprises.

TypeScript SDK

First-class TypeScript support with full type inference. Install, import, ship. Under 5 minutes to integrate.

Real-Time Webhooks

Get notified instantly on clicks, link creation, and threshold events. Build reactive integrations.

Fully Open Source

AGPL-3.0 licensed (commercial license available). Read the code, open PRs, or self-host. No vendor lock-in. Ever.

Edge-Native Architecture

Cloudflare Workers at the core. Sub-10ms redirects from 310+ locations. P99 under 15ms.

Docs You'll Actually Read

Interactive API explorer. Copy-paste examples. No 40-page PDFs. Get started in 60 seconds.

Everything you need to scale

Full API access on free tier (Bitly charges $29/mo)
Sub-10ms redirects — 5x faster than Bitly
TypeScript SDK with full IntelliSense
Real-time webhooks, not batched callbacks
OpenAPI spec for code generation
AGPL-3.0 licensed — view and contribute on GitHub
MCP server for AI agent integration
No rate limits on reasonable usage

Frequently Asked Questions

Start Building

Get your API key and start creating links in seconds.

14-day Pro trial · No credit card required

Go2

Links for AI agents. Per-run attribution, MCP server, edge-native API. Built on Cloudflare. Open source.

Get our weekly post on agent attribution patterns

for agents

  • Overview
  • 5-min Quickstart
  • MCP Server (npm)
  • TypeScript SDK (npm)
  • REST API
  • vs. Dub.co
  • AGENTS.md & Skills

product

  • Features
  • Analytics
  • Custom Domains
  • QR Codes
  • Pricing

solutions

  • For Owners
  • For Agencies
  • For Creators
  • For Developers
  • Enterprise

resources

  • Documentation
  • Blog
  • Help Center
  • llms.txt
  • OpenAPI

company

  • About
  • Contact
  • Changelog
  • Status
  • Affiliate Program
  • GitHub

© 2026 Go2. All rights reserved.

X (Twitter)GitHubPrivacyTermsCookiesAcceptable UseDPA
All systems operational