Salamander GitHub Profile ReadMe Maker is a React/Next.js app that helps developers generate polished GitHub profile README content with badges, social links, GitHub stats, donation support, and profile sections.
This app helps open-source contributors and community members create a strong GitHub profile README quickly, without needing Markdown expertise.
- Guided multi-step README generation flow
- GitHub stats blocks and summary cards
- Social links support (GitHub, X, LinkedIn, Discord, and more)
- Tech stack badge generation
- Profile extras like donation links and visitor counters
- Built using Next.js, Tailwind CSS, and Firebase
- Node.js LTS v18+
pnpmpackage manager- Git
This repository uses
pnpmandpnpm-lock.yaml. Preferpnpmfor installs and scripts. Do not mixnpm installwith this lockfile.
git clone https://github.com/Salamander-Tech-Hub/github-profile-readme-maker.git
cd github-profile-readme-maker
pnpm installpnpm devThen open: http://localhost:3000
pnpm build
pnpm startpnpm lint # run ESLint
pnpm dev # development server
pnpm build # production build
pnpm start # serve built appIf pnpm dev shows warnings like There are multiple modules with names that only differ in casing, it means the project path is being referenced with different uppercase/lowercase paths.
How to fix:
- Use one consistent path everywhere (terminal, editor, shortcuts).
- Prefer the lowercase path used by the current workspace.
- From that path, run:
rm -rf .next node_modules
pnpm install
pnpm dev- Re-open the project in your editor with the same path casing.
To help improve this project, please read this README and then follow the guidance in CONTRIBUTING.md for setup, workflow, and PR process.
- GitHub: https://github.com/Salamander-Tech-Hub/
- X: https://x.com/Salamander_hub
- LinkedIn: https://www.linkedin.com/company/salamander-tech-hub/posts/?feedView=all
This project is licensed under MIT.
