D
Dandi
GitHub repository API

Summarize open source repositories in one request.

Dandi turns a GitHub URL into a clean JSON response with a summary, useful facts, stars, latest version, homepage, and license.

Open Dashboard
Starter

200 requests

Create API keys, test repositories in the playground, and track usage from your dashboard.

GitHub README summaries
Repository metadata
Per-key usage limits

API Demo

Response example

JSON

POST /api/github-summarizer

200 OK
{
  "summary": "Next.js is a powerful framework for building full-stack web applications using React, featuring advanced JavaScript tooling for fast builds.",
  "coolFacts": [
    "Developed by Vercel with a strong focus on performance and developer experience.",
    "Supports server-side rendering, static generation, and modern React features.",
    "Encourages community contributions with good-first-issue workflows."
  ],
  "stars": 139494,
  "latestVersion": "v16.2.6",
  "homepage": "https://nextjs.org",
  "license": "MIT"
}

Structured summaries

Get a concise summary and practical facts from each repository README.

Repository metadata

Include stars, latest release, homepage, and license in the same API response.

API key management

Manage keys, reveal values, and monitor each key with usage / limit counters.