Back to projects
Sep 25, 2024
2 min read

GitIssuefy

A web app that lets you track issues in your favorite open-source projects based on your selected labels, and receive notifications through Discord.

Test Relative Image

Tech Stack

I chose a modern and efficient tech stack:

  • Next.js: For building a fast, SEO-friendly React application
  • Appwrite: As a backend-as-a-service platform for rapid development
  • Tailwind CSS: For utility-first styling
  • Shadcn UI: For consistent and customizable UI components
  • Framer Motion: To add smooth animations and enhance user experience

Key Features

  1. User-friendly Interface: An intuitive dashboard that allows easy management of tracked projects and labels.
  2. Customizable Label Tracking: Users can select specific labels and combine multiple label combinations they’re interested in across various repositories.
  3. Real-time Discord Notifications: Receive instant notifications on Discord when new issues matching your selected labels are created or labeled later.
  4. Cross-project Issue Discovery: Find opportunities across various open-source projects in one place.

Getting Started Locally

Clone the repository and install dependencies using npm i and then run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.