Website untuk upload file ZIP langsung ke GitHub repository baru. Cocok buat yang sering deploy ke Vercel, Netlify, dll.
- ✅ Buat repository GitHub baru (public/private)
- ✅ Upload file ZIP → otomatis ekstrak
- ✅ Push semua file ke GitHub via API
- ✅ Real-time progress log terminal
- ✅ Strip root folder otomatis (misal:
project-main/) - ✅ Rate limiting friendly (upload batch)
npm install
npm run dev
# Buka http://localhost:3000npm i -g vercel
vercelAtau connect repo di vercel.com.
- Buka website
- Masukkan GitHub Personal Access Token (butuh scope:
repo) - Isi nama repository & deskripsi
- Upload file
.zipproject kamu - Klik DEPLOY — selesai! 🎉
- Buka https://github.com/settings/tokens/new
- Centang scope:
repo(full control) - Generate & copy token
- Backend: Express.js + Multer + AdmZip
- Frontend: Vanilla HTML/CSS/JS (dark terminal aesthetic)
- Deploy: Vercel Serverless Functions