Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
You can easily and quickly create a readme file for your github profile or git hub repository.
Awesome Github Readme Generator is an open-source web tool that creates ready-to-use README.md files for GitHub profiles and repositories through a template-based form.
This open-source web application generates README.md files for GitHub profiles and repositories from user-filled forms. It runs in the browser via a Next.js front end and produces a markdown file that the user can copy or download. The project is developed by Sashen Jayathilaka and is available on GitHub with a live demo at git-readme-generator.vercel.app.
The generator walks through a three-step flow: click Get Started, select a README template, fill in the desired fields, and press the Generate button. The app then produces a README.md file, which the user can save or paste into their GitHub profile or repository. To run it locally, set the required environment variables, clone the repository, run npm install, and start the server.
Yes, it is an open-source project distributed without a license file (as stated in the README), so the source code is publicly available on GitHub.
To run the project locally you need GITHUB_ID, GITHUB_SECRET, GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, NEXT_PUBLIC_SECRET, and NEXT_PUBLIC_SKILL_API_KEY in a .env file.
The profile README generator is implemented and completed; the repository README generator is still on the roadmap and not yet fully functional.
Yes, because it is a Next.js application. After setting environment variables and running npm install, you can start it locally with npm run start, and it can be deployed to any platform that supports Next.js, such as Vercel.