Live Demo: https://short-cut-ten.vercel.app/
ShortCut is the ultimate productivity tool for your browser. With just one click, access a wide variety of actions and shortcuts, including creating a meeting on Google Meet, editing photos, creating new projects with popular frameworks, or taking notes. The extension includes 88 shortcuts, 29 customizable themes, and a clean, minimalist UI. Plus, it's open-source and free of ads. ShortCut is available as a web app. Upgrade your browsing experience with ShortCut today!
- One-click navigation to frequently used actions on websites.
- Convenient shortcuts for creating new documents, presentations, notes, and more.
- Mark and quickly access frequently used shortcuts in a separate "favorites" section.
- Time-saving solution for managing and organizing links.
- Integrations with popular online services, such as Google, Bitly, Medium, Hashnode, SurveyMonkey, GitHub, Figma, CodePen, and more.
- React (JSX)
- Vite
- Tailwind CSS
- PostCSS & Autoprefixer
- JavaScript (ES Modules)
- Node.js & npm
- Browser Extension Manifests (Chrome/Firefox)
- Clone the repository
git clone git@github.com:GitCoderAditya/ShortCut.git
cd ShortCut
- Install dependencies
npm install
- Start the development server
npm run dev
- Build for production (web app)
npm run build
- Preview the production build locally
npm run preview