Pakistan's first open-source incubator. Building high-impact, community-driven, and transparent platforms to empower developers and accelerate innovation across Pakistan.
Prime Innovators is dedicated to open-sourcing the startup incubation ecosystem in Pakistan. We bridge the gap between talented developers, recruiters, and mentors by creating tools that measure contributions transparently, visualize development artifacts, and verify developer skills in public.
Our main platform (this repository) serves as the landing hub, onboarding point, and contributor directory.
This project is built using a modern, performant, and fully type-safe frontend and serverless backend architecture:
- Framework: React 18
- Build System: Vite 5
- Static Site Generation (SSG): Vite React SSG (For lightning-fast SEO and initial load times)
- Styling: Tailwind CSS v3
- SEO Optimization: React Helmet Async & automated sitemap generation
- Serverless Runtime: Cloudflare Workers & Pages (using Wrangler CLI)
- Linter & Formatter: Biome v2 (Sub-millisecond Rust-powered linting and formatting)
Follow these steps to run the landing page locally on your system.
Make sure you have the following installed on your machine:
- Node.js (v18.x or higher recommended)
- npm (v8.x or higher) or your preferred package manager (pnpm, yarn)
git clone https://github.com/Prime-Innovators/primeinnovators.org.git
cd primeinnovators.orgnpm installCreate a local .env file in the root directory:
cp .env.example .env(Optionally adjust variables like VITE_GA_ID for local tracking if needed).
npm run devOpen http://localhost:3000 in your browser. The page will hot-reload as you make changes.
To test a production-ready Static Site Generated (SSG) bundle:
npm run buildThis generates optimized HTML, CSS, and JS assets in the dist/ directory.
We love contributions! Prime Innovators is entirely community-funded and open-source. Whether you want to fix a bug, improve UI styles, write documentation, or propose a new feature, you are welcome.
- Review the Contributing Guidelines to understand our Git workflow and code styling rules.
- Read the Code of Conduct to align with community standards.
- Check out the open Issues for topics labeled
good first issueorhelp wanted.
This project is licensed under the Apache License 2.0. See the LICENSE file for details.