This README.md serves as a basic badge catalog for your GitHub READMEs, personal sites, and project documentation.
Copy and paste them wherever you need.
If you want to change the style, you can use:
style=flat → minimal & classic
style=flat-square → modern & compact
style=for-the-badge → bold & eye-catching (great for 4–8 hero badges at the top of your README)
style=plastic → 3D & glossy
style=social → social media style
These badges share the same format, but differ in style. For more variations, check badges.md
If you are looking for a more complete, and extensive collection of Markdown badges , I highly recommend checking out the following repository:
Visit markdown-badges repository
Contributions, issues and feature requests are welcome.
Feel free to check the issues page.
Name
Badge
Markdown
Go
[](https://go.dev/)
C
[](https://en.wikipedia.org/wiki/C_(programming_language))
C++
[](https://isocpp.org/)
Python
[](https://www.python.org/)
JavaScript
[](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
TypeScript
[](https://www.typescriptlang.org/)
Rust
[](https://www.rust-lang.org/)
Java
[](https://www.java.com/)
PHP
[](https://www.php.net/)
Ruby
[](https://www.ruby-lang.org/)
Swift
[](https://swift.org/)
Kotlin
[](https://kotlinlang.org/)
Dart
[](https://dart.dev/)
Scala
[](https://www.scala-lang.org/)
Elixir
[](https://elixir-lang.org/)
Haskell
[](https://www.haskell.org/)
↑ Back to top
Name
Badge
Markdown
MSVC
[](https://learn.microsoft.com/en-us/cpp/)
GCC
[](https://gcc.gnu.org/)
Clang
[](https://clang.llvm.org/)
ICC (Intel)
[](https://software.intel.com/)
Emscripten
[](https://emscripten.org/)
↑ Back to top
Name
Badge
Markdown
Make
[](https://www.gnu.org/software/make/)
CMake
[](https://cmake.org/)
Gradle
[](https://gradle.org/)
Maven
[](https://maven.apache.org/)
Yarn
[](https://yarnpkg.com/)
pnpm
[](https://pnpm.io/)
Bazel
[](https://bazel.build/)
↑ Back to top
📦 Runtime & Package Managers
Name
Badge
Markdown
Node.js
[](https://nodejs.org/)
npm
[](https://www.npmjs.com/)
PyPI
[](https://pypi.org/)
Cargo
[](https://crates.io/)
Yarn
[](https://yarnpkg.com/)
pnpm
[](https://pnpm.io/)
Bun
[](https://bun.sh/)
Poetry
[](https://python-poetry.org/)
pipenv
[](https://pipenv.pypa.io/)
↑ Back to top
Name
Badge
Markdown
Unity
[](https://unity.com/)
Unreal Engine
[](https://www.unrealengine.com/)
Godot
[](https://godotengine.org/)
Blender
[](https://www.blender.org/)
React
[](https://reactjs.org/)
Angular
[](https://angular.io/)
Vue.js
[](https://vuejs.org/)
Next.js
[](https://nextjs.org/)
Tailwind CSS
[](https://tailwindcss.com/)
Vercel
[](https://vercel.com/)
Svelte
[](https://svelte.dev/)
SvelteKit
[](https://kit.svelte.dev/)
Remix
[](https://remix.run/)
Nuxt.js
[](https://nuxt.com/)
Astro
[](https://astro.build/)
Django
[](https://www.djangoproject.com/)
Flask
[](https://flask.palletsprojects.com/)
FastAPI
[](https://fastapi.tiangolo.com/)
Express
[](https://expressjs.com/)
Eleventy
[](https://www.11ty.dev/)
↑ Back to top
Name
Badge
Markdown
VS Code
[](https://code.visualstudio.com/)
Visual Studio
[](https://visualstudio.microsoft.com/)
JetBrains
[](https://www.jetbrains.com/)
Sublime Text
[](https://www.sublimetext.com/)
IntelliJ IDEA
[](https://www.jetbrains.com/idea/)
Vim
[](https://www.vim.org/)
Atom
[](https://atom.io/)
↑ Back to top
Name
Badge
Markdown
OpenGL
[](https://www.opengl.org/)
Vulkan
[](https://www.khronos.org/vulkan/)
DirectX
[](https://learn.microsoft.com/en-us/windows/win32/directx)
Metal
[](https://developer.apple.com/metal/)
WebGPU
[](https://gpuweb.github.io/gpuweb/)
↑ Back to top
🧰 Version Control / GitHub
Name
Badge
Markdown
Git
[](https://git-scm.com/)
GitHub
[](https://github.com/)
GitLab
[](https://gitlab.com/)
Bitbucket
[](https://bitbucket.org/)
↑ Back to top
Name
Badge
Markdown
Early Development

In Development

Stable

Deprecated

Experimental

Alpha

Maintenance

Archived

↑ Back to top
Name
Badge
Markdown
Windows

Linux

macOS

Android

iOS

Web

Windows | Linux

Windows | Linux | macOS

↑ Back to top
Name
Badge
Markdown
MIT
[](LICENSE)
GPLv3
[](https://www.gnu.org/licenses/gpl-3.0)
Apache 2.0
[](https://www.apache.org/licenses/LICENSE-2.0)
BSD-3-Clause
[](https://opensource.org/licenses/BSD-3-Clause)
MPL-2.0
[](https://www.mozilla.org/en/MPL/)
↑ Back to top
Name
Badge
Markdown
Game

Engine

Library

Framework

Web

CLI

Service

↑ Back to top
📌 Dynamic Badges Overview
Dynamic badges are small visual indicators generated in real time using services like Shields.io .
They automatically reflect the current status of a project, such as package versions, build status, or release information.
Choose the badge type you need (npm, PyPI, Crates.io, CI status, etc.).
Replace the placeholder values (e.g. your-package-name, your-user, your-repo) with your actual project data.
Copy the Markdown snippet and paste it directly into your README.md.
The badge will update automatically whenever the source data changes.
Show the latest published version of a package
Display CI / build status
Indicate project activity or stability
Provide quick visual metadata for repositories
Name
Badge
Markdown
npm
[](https://www.npmjs.com/)
PyPI
[](https://pypi.org/)
Crates.io
[](https://crates.io/)
GitHub Actions
[](https://github.com/your-user/your-repo/actions)
Codecov
[](https://codecov.io/)
Docker Pulls
[](https://hub.docker.com/)
GitHub Release
[](https://github.com/your-user/your-repo/releases)
↑ Back to top