Beautiful coding quotes for your GitHub README

CodeQuote renders a random programming quote as a self-contained SVG card on every request. Drop one image tag into your README and it just works β€” no JavaScript, no database, no account.

🌐 Live Website

✨ Features

πŸ”€ Random on every request A fresh quote is selected from a curated set each time the endpoint is hit.
🧩 Self-contained SVG No external images or fonts, so the card renders identically anywhere it's embedded.
πŸ“„ README-ready Built specifically to sit inside a Markdown image tag on GitHub, GitLab, or npm.
🎨 Themeable Switch between dark, light, or an auto-adapting GitHub-aware theme via a query parameter.
πŸ›‘οΈ No account, no database Nothing to sign up for and nothing about you gets stored.
πŸ™ Open source MIT licensed. Read the code, self-host it, or send a pull request.

πŸš€ Usage

Paste the snippet below anywhere in your README.md. GitHub re-fetches the image on every view, so the quote changes over time.

![Coding Quote](/uploads/posts/inline-8e0d8bb0de.svg)

That's it β€” no setup, no API key, no build step.


πŸ”Œ API

A single, predictable endpoint. No API key, no rate-limit headers to manage, no request body β€” one GET request returns one SVG.

Endpoint

GET /api/quote.svg

Example request

curl -i "/uploads/posts/inline-8e0d8bb0de.svg?theme=github"

Response headers

Content-Type: image/svg+xml
Cache-Control: no-cache

Query parameters

Parameter Values Default
theme dark, light, github, dracula, nord, monokai, solarized, gruvbox, onedark, tokyonight, catppuccin, synthwave, ayu, rosepine dark
author substring match, e.g. Torvalds any
font sans, serif, mono sans
width 380–900 (px) 600

πŸ› οΈ Built in the open

CodeQuote is a small, MIT-licensed project. Browse the source, open an issue, or contribute a new quote.


πŸ‘©β€πŸ’» Creators



πœœΙ΄αƒ§κ«γ…€π“†©πŸ’—π“†ͺ

  </td>
  <td align="center" width="50%">
    <img src="https://itz-murali-images.vercel.app/api" width="260"><br><br>
    <b>𝐌 𝐔 𝐑 𝚨 𝐋 𝐈 𓂃ִָ֢⋆.˚</b><br><br>

  </td>
</tr>

πŸ“„ License

Released under the MIT License. See LICENSE for details.

Made with πŸ’— by the CodeQuote contributors