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
- User-friendly Interface: An intuitive dashboard that allows easy management of tracked projects and labels.
- Customizable Label Tracking: Users can select specific labels and combine multiple label combinations they’re interested in across various repositories.
- Real-time Discord Notifications: Receive instant notifications on Discord when new issues matching your selected labels are created or labeled later.
- 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.