Convertey is a modern, powerful, and user-friendly online file conversion tool built with Next.js. It allows users to convert files between multiple formats with speed, security, and ease.
🚀 Developed by Minxfy, this tool is designed to handle a variety of file types, including documents, images, and more.
✅ Fast & Secure: Convert files efficiently while keeping them safe.
✅ Multi-Format Support: Supports popular formats like PDF, DOCX, PNG, JPG, and more.
✅ Modern UI: Sleek and user-friendly interface with Next.js.
✅ Open Source: Built by the community for the community.
- Frontend: Next.js, React, TailwindCSS, shadcn/ui, Radix
- Backend: Node.js, ExpressJS, Supabase
- Storage: (TBD - e.g., Supabase Storage, AWS S3, or Firebase)
- Deployment: Vercel
Ensure you have the following installed:
- Node.js (Latest LTS version)
- npm or yarn
git clone https://github.com/Minxfy/convertey.git
cd convertey
npm install
bash Copy Edit npm run dev The app will be available at http://localhost:3000
🛠️ Contributing We welcome contributions! Please follow these steps:
Fork the repository Create a new branch (feature/your-feature) Commit your changes (git commit -m "Add new feature") Push to your branch (git push origin feature/your-feature) Open a Pull Request