Dynamic SVG widgets for your GitHub README, profile bio, and documentation. Stylish Readme generates real-time, customizable badges for your profile without requiring complex setups, API keys, or client-side scripts.
Stylish Readme renders widgets as standalone SVGs. Because GitHub natively supports SVGs in markdown image tags, these widgets update automatically whenever your profile is loaded.
|
Profile Cards Developer identity |
Now Playing Music status |
Live Time Real-time clocks |
Streaks Activity tracking |
Copy the markdown snippets below and paste them into your README. You can change the parameters in the URL to customize the data, layout, and colors.
Combines your avatar, role, bio, and skills into a clean header block.
Theme: Paper
Theme: Terminal | Platform: YouTube Music
Theme: Ink | Platform: SoundCloud
Theme: Classic | 24h format with seconds
Theme: Retro | 12h format, compact
Theme: Crimson | Platform: LeetCode
Theme: Ocean | Category: Programming
Theme: Forest | Country: Japan
Theme: Ink | Timezone Banner
Customize your URLs by modifying these query strings. Always replace spaces in your text with + or %20.
theme: classic, paper, terminal, retro, ocean, crimson, forest, inklabel: Custom text displayed on the widget header or side tab.
avatar: Direct URL to an image.name: Display name.role: Job title or primary focus.bio: Short description.skills: Comma-separated list (e.g., HTML,CSS,JS).handle: Username (excluding the @ symbol).
musicSong: Track name.musicArtist: Artist name.musicPlatform: spotify, ytmusic, applemusic, soundcloud.musicListen: Status text (e.g., Now Playing, On Repeat).
timezone: Standard IANA timezone (e.g., Asia/Kolkata, Europe/London).timeFormat: 12h or 24h.showSeconds: 1 (true) or 0 (false).showDate: 1 (true) or 0 (false).showDay: 1 (true) or 0 (false).
startDate: Format as YYYY-MM-DD.unit: days or weeks.platform: leetcode, gfg, hackerrank, codeforces, codechef, atcoder, hackerearth, github, none.
If you want to add new themes, create custom widgets, or self-host the API, you can run the generator locally.
- Clone the repository:
git clone https://github.com/cu-sanjay/stylish-readme.git
cd stylish-readme- Install dependencies:
npm install- Start the local server:
npm startThe UI workshop will be available at http://localhost:5000.