This is a modern, responsive web application for scholars to submit and review papers annoymously. Qualified annoynomous reviewers are verified using zero knowledge proofs based off previous work
Peer review is the backbone of academic and technical innovation — yet the current system is outdated, opaque, and exclusionary. Reviews often take months, and are locked behind journal walls. Independent researchers and interdisciplinary thinkers are ignored due to institutional gatekeeping. Reviewers do unpaid work and get no lasting reputation or proof of their contributions. There’s little to no transparency in who reviews what, and no way to match papers to the right experts at scale.
- Dashboard with pending reviews
- Top reviewed papers section
- Paper submission system
- User profile with MetaMask integration
- Responsive design
- Mock data integration
- Clone the repository
- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to the local server URL
src/components: React componentssrc/types: TypeScript type definitionssrc/data: Mock datasrc/hooks: Custom React hooks
- React
- TypeScript
- Tailwind CSS
- Lucide React (icons)
Please refer to backend/README.md
Feel free to submit issues and pull requests.
