Dynamic SVG Card

GitHub Live Stats Card Widget Docs

Render dynamic SVG stats cards for your GitHub profile README. Automatically displays total commits, stars earned, pull requests merged, issues closed, and total contributions.

Markdown Embed Code

<!-- GitHub Live Stats Card -->
![GitHub Stats](https://git-ascii.vercel.app/api/YOUR_USERNAME?theme=terminal)
Open in Visual Editor

Query Parameters Reference

ParameterTypeDefaultDescription
themestringterminalPreset theme style (terminal, minimal, dracula, nord, etc.)
show_iconsbooleantrueDisplay vector icons next to stat labels
hide_borderbooleanfalseRemove outer SVG boundary lines

Best Practices

  • Use theme presets matching your GitHub profile aesthetic.
  • Combine with HTML <picture> tags for automatic light/dark mode switching.