Generate polished social cards, README snippets, and press kits for your GitHub repos — in 60 seconds.
Created by LAZYFROG (KZ) — kindware.dev
- Download → Grab the latest installer from Releases
- Paste URL → Enter any public GitHub repo URL
- Export → Click "Export Share Kit" and get everything you need
That's it. No account. No cloud. No tracking.
Clean interface ready to fetch any GitHub repository
Minimal template with light, professional styling
Modern gradient template with customizable colors
- 3 Beautiful Templates — Modern (dark), Minimal (light), Gradient (customizable)
- Social Card Export — SVG + PNG at optimal 1200×630 resolution
- README Snippets — Copy-paste markdown sections
- Release Notes Draft — Auto-generated from recent commits
- Press Kit — Complete folder with all assets organized
RepoCard Studio is a local-first desktop app:
| Promise | Status |
|---|---|
| No telemetry | ✅ |
| No analytics | ✅ |
| No account required | ✅ |
| No data leaves your machine | ✅ |
| Works offline (after initial fetch) | ✅ |
Your repos, your files, your control. See SECURITY.md for details.
Promoting your open source project shouldn't require design skills or expensive tools.
I built RepoCard Studio because every time I released something, I spent more time making social cards than writing code. Now it takes 60 seconds.
Who it's for:
- Solo developers releasing side projects
- Open source maintainers who want better visibility
- Anyone who wants a polished GitHub presence without the hassle
| Platform | Download |
|---|---|
| Windows (NSIS Installer) | Releases Page |
| Windows (MSI Installer) | Releases Page |
macOS and Linux builds coming if there's demand. Open an issue!
share-kit/
├── repo-card.svg # Editable vector
├── repo-card.png # Social-ready (1200×630)
├── README-snippet.md # Copy-paste markdown
├── release-notes-draft.md # From recent commits
└── press-kit/
└── overview.md # Press kit document
- Node.js 18+
- Rust (latest stable)
- Tauri Prerequisites
git clone https://github.com/Brutus1066/Repocard-Studio-KZ.git
cd Repocard-Studio-KZ
npm install
npm run tauri devnpm test # Frontend tests
npm run lint # TypeScript check
cargo test --manifest-path src-tauri/Cargo.toml # Rust testsnpm run tauri build
# Output: src-tauri/target/release/bundle/Made something cool? Share it!
→ Post in GitHub Discussions with the tag #show-your-card
Generated assets include optional attribution:
Generated with RepoCard Studio — LAZYFROG (KZ) — kindware.dev
You can disable this in the UI, but keeping it helps free tools stay visible. 🙏
Contributions welcome! See CONTRIBUTING.md for guidelines.
MIT License — See LICENSE for details.
- Framework: Tauri 2.x
- Frontend: React 19 + TypeScript + Vite
- Backend: Rust
- SVG Rendering: resvg
Built with ❤️ by LAZYFROG (KZ)
Free tools for developers who ship.


