Get started with GitRead
This guide will walk you through creating your first AI-generated README file for any public GitHub repository.Sign up for an account
Navigate to gitread.dev and click Sign In in the top-right corner.You can sign up using:
- Email and password
- GitHub OAuth
- Google OAuth
New users automatically receive 1 free credit to generate their first README.
Enter a GitHub repository URL
Once signed in, you’ll see the main input field. Paste any public GitHub repository URL:Try an example repository:
- Click one of the example buttons below the input field
- Examples include:
vmath20/IsoPath,marktext/marktext,3b1b/manim
Generate your README
Click the Generate ✨ button to start the process.GitRead will:
- Validate your repository URL
- Check your credit balance (1 credit will be deducted)
- Analyze the repository structure and content
- Generate a professional README using AI
A progress indicator will show while your README is being generated. Don’t close the tab during this process.
View and edit your README
Once generated, your README appears with two view modes:Preview mode: See how your README will look when rendered on GitHubMarkdown mode: View and edit the raw markdown contentYou can make any edits directly in the markdown editor.
Managing your credits
GitRead uses a credit-based system:- Initial credit: New users get 1 free credit
- Cost per README: 1 credit per generation
- Viewing credits: Your credit balance appears in the top-right corner
Purchasing credits
When you run out of credits:- A modal will appear with purchase options
- Select your desired credit package (2, 5, or 10 credits)
- Click Add credits to proceed to Stripe checkout
- Complete the payment
- Credits are added to your account immediately
Viewing your README history
All your generated READMEs are automatically saved:- Click Show History below the main interface
- Browse your previously generated READMEs
- Click View README on any item to load it
- The repository URL and timestamp are shown for each entry
Repository limitations
GitRead has the following limits to ensure optimal performance:- Maximum input tokens: 900,000 tokens (~675,000 words)
- Maximum file size: Varies based on configuration
- Maximum files: Repository file count limit
- Maximum depth: Directory nesting limit
Rate limiting
To prevent abuse and ensure fair usage:- Cooldown period: 5 seconds between generations
- Queue system: If the server is busy, you’ll see your position in the queue
- Maximum queue size: 20 concurrent requests
Next steps
How it works
Understand the technical architecture behind GitRead
Features
Explore all of GitRead’s powerful features
Local development
Set up GitRead locally for development
API reference
Explore the API endpoints and integration options