No-login demo

See what MakeMyReadme would generate before connecting GitHub.

This demo uses a sample SaaS repo to show the difference between a thin README and a practical handoff README grounded in repository signals.

Sample input

github/acme-billing-portal

A realistic Next.js SaaS repo with auth, billing, database migrations, API routes, and deployment configuration.

Output style

Reviewable README Pull Request

MakeMyReadme is built to generate a README draft that can be reviewed in GitHub instead of pasted into the default branch.

Before

Thin README

# Billing Portal

Next.js app.

Run:

```bash
npm install
npm run dev
```
After

Generated handoff README

# Billing Portal

Client billing dashboard built with Next.js App Router, Prisma, Stripe Checkout, and GitHub OAuth.

## Quick Start

```bash
npm install
npm run db:migrate
npm run dev
```

## Environment Variables

DATABASE_URL=
NEXTAUTH_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=

## Stripe Webhooks

```bash
stripe listen --forward-to localhost:3000/api/webhooks/stripe
```

## Deployment

Deploy the app with the production database URL, Stripe webhook secret, and GitHub OAuth callback configured.

Ready to test your own repository?

Connect GitHub, choose a repo, review the estimate, and generate a README draft you can publish through a Pull Request.

Try on your GitHub repo
MakeMyReadme Demo | MakeMyReadme