https://github.com/cosmocrafters/cosmo-converter
Cosmo-Converter is a modern, powerful and user-friendly file conversion tool built with Next.js. It supports multiple file formats and provides seamless, fast, and secure conversions. Currently working in progress.
https://github.com/cosmocrafters/cosmo-converter
converter-tool file-converter file-format image-conversion nextjs pdf-docx
Last synced: about 1 year ago
JSON representation
Cosmo-Converter is a modern, powerful and user-friendly file conversion tool built with Next.js. It supports multiple file formats and provides seamless, fast, and secure conversions. Currently working in progress.
- Host: GitHub
- URL: https://github.com/cosmocrafters/cosmo-converter
- Owner: CosmoCrafters
- License: mit
- Created: 2025-02-04T14:07:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T04:43:24.000Z (over 1 year ago)
- Last Synced: 2025-03-31T03:32:21.802Z (about 1 year ago)
- Topics: converter-tool, file-converter, file-format, image-conversion, nextjs, pdf-docx
- Language: TypeScript
- Homepage: https://cosmo-converter.vercel.app/
- Size: 12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 🌌 Cosmo-Converter
**Cosmo-Converter** is a modern, powerful and user-friendly online file conversion tools built with **Next.js**. It allows users to convert files between multiple formats with speed, security, and ease.
🚀 Developed by **CosmoCrafters**, this tool is designed to handle a variety of file types, including **documents, images, and more**.
## ✨ Features
✅ **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.
## 🔧 Tech Stack
- **Frontend:** Next.js, React, TailwindCSS, shadcn/ui, Radix
- **Backend:** (Node.js, ExpressJS, Supabase)
- **Storage:** (TBD - e.g., Firebase, AWS S3, or Supabase Storage)
- **Deployment:** Vercel
## 🚀 Getting Started
### Prerequisites
Ensure you have the following installed:
- Node.js (Latest LTS version)
- npm or yarn
### Installation
```bash
git clone https://github.com/CosmoCrafters/cosmo-converter.git
cd cosmo-converter
npm install
```
### Running the Project
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