VectorUI is a modern React component UI website where developers can discover, preview, and use beautifully animated and reusable UI components for their projects.
Built with Next.js, React, Tailwind CSS, Framer Motion, Prism.js, and Node.js, VectorUI delivers smooth animations, elegant design, and developer-friendly usability.
- 🧩 Ready-to-use React UI components
- 💫 Smooth animations powered by Framer Motion
- 🎨 Modern styling with Tailwind CSS
- 🧠 Syntax highlighting with Prism.js
- 📱 Responsive across all devices
- ⚡ Fast and optimized with Next.js
- 🔥 Copy-paste component code instantly
Frontend
- Next.js
- React
- Tailwind CSS
- Framer Motion
- Prism.js
Backend
- Node.js
Follow these steps to run VectorUI locally on your machine.
Make sure you have the following installed:
- Node.js (v18 or later recommended)
- npm or yarn package manager
Check your version by running:
node -v
npm -vClone the repository to your local system:
git clone https://github.com/your-username/vectorui.gitNavigate into the project directory:
cd vectoruiInstall the required dependencies:
npm installIf you’re using yarn, run:
yarn installStart the development environment:
npm run devOnce the server is running, open your browser and navigate to:
http://localhost:3000
You should see the VectorUI homepage live on your local machine 🎉
To create an optimized production build:
npm run buildThen start the production server:
npm startYour production build will be served on:
http://localhost:3000
VectorUI provides animated and styled components using Framer Motion and Tailwind CSS.
Each component page includes an interactive preview along with syntax-highlighted code snippets powered by Prism.js, allowing developers to quickly copy and use components in their own projects.
Contributions are always welcome!
If you’d like to improve VectorUI, here’s how you can get started:
- Fork this repository
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add: new component" - Push your branch:
git push origin feature/your-feature-name
- Open a Pull Request 🚀
This project is licensed under the MIT License
You can freely use and modify it in your own projects.
Author: Rahul Manral
Website: VectorUI
Email: 6rahulmanral9@gmail.com
Made with Next.js, React, Tailwind CSS, Framer Motion, and Prism.js