IssueFlow Svelte Themes

Issueflow

Find unassigned GitHub issues without PRs - built with Astro, Svelte, UnoCSS & GraphQL

IssueFlow Logo

IssueFlow

Find unassigned GitHub issues without pull requests
Streamline your path to open source contribution

CI License: MIT Hacktoberfest

Live App | Report Bug | Request Feature


What is IssueFlow?

IssueFlow helps developers discover contribution-ready GitHub issues by filtering for:

  • Open issues with no assignee
  • Issues without linked pull requests (with token)
  • Easy-to-start issues with zero comments

Quick Start

git clone https://github.com/VibeTensor/IssueFlow.git
cd IssueFlow
npm install
npm run dev

Open http://localhost:4321

Usage

  1. Paste any GitHub repo URL
  2. Click "Find Issues"
  3. Browse unassigned issues

Rate limit: 60 requests/hour

  1. Generate a token with public_repo scope
  2. Paste token in the app
  3. Get full PR filtering + 5000 requests/hour

Tokens are stored locally in your browser only, never sent to any server except GitHub's API.

Features

Feature Without Token With Token
Open issues Yes Yes
Unassigned filter Yes Yes
PR detection No Yes
Rate limit 60/hr 5000/hr
API REST GraphQL

Additional features:

  • Filter by zero-comment "easy" issues
  • Sort by comment count
  • Export to Markdown, CSV, or plain text
  • Real-time rate limit display
  • Mobile-responsive design

Tech Stack

  • Framework: Astro 5.x
  • UI Components: Svelte 5
  • Styling: UnoCSS
  • API: GitHub GraphQL + REST fallback
  • Language: TypeScript
  • Hosting: Cloudflare Pages

Contributing

Contributions welcome! This is a Hacktoberfest-friendly project.

  1. Fork the repository
  2. Create your branch (git checkout -b feature/awesome)
  3. Commit changes (git commit -m 'Add awesome feature')
  4. Push to branch (git push origin feature/awesome)
  5. Open a Pull Request

PRs get automatic preview deployments via Cloudflare Pages. Once merged to master, changes are automatically deployed to production.

See CONTRIBUTING.md for detailed guidelines.

Good First Issues

Privacy

  • No analytics or tracking
  • No server-side data collection
  • Tokens stored in browser localStorage only
  • Open source and auditable

License

MIT

About

IssueFlow is an open source project by VibeTensor Private Limited.


If you find this helpful, please star the repo!

Top categories

Loading Svelte Themes