Portfolio workspace: UIArchives upstream + Figma/portfolio scaffold
All Your Frontend Necessities β in one place.
A curated collection of tools, frameworks, fonts, and inspiration for modern frontend developers.
π Live Site: uiarchives.com
Portfolio workspace: This clone adds
/portfolio,components/screens,components/branding, Cursor agents/skills, anddocs/playbooks. Git remoteupstreamβ Malay146/UIArchives. Add your repo asoriginβ see docs/GIT_SETUP.md. Deploy notes: docs/deployment/vercel.md.
UI Archives is a sleek, responsive web app built with Next.js that helps developers discover and explore the best frontend resources β from component libraries to design inspiration β all in one organized interface.
Itβs designed for speed, simplicity, and a clean user experience powered by Vercelβs edge network.
To run UI Archives locally:
# Clone the repository
git clone https://github.com/Malay146/UIArchives.git
cd UIArchives
# Install dependencies
npm install
# Run the development server
npm run dev