Dev Forge CDN is a dedicated, GitHub-hosted static asset repository —Documentation Index
Fetch the complete documentation index at: https://mintlify.com/tutosrive/images-projects-srm-trg/llms.txt
Use this file to discover all available pages before exploring further.
tutosrive/images-projects-srm-trg — that stores every logo, screenshot, icon, SVG, and GIF used across the Dev Forge family of open-source developer tools. Instead of scattering images across individual project repositories or paying for external hosting, all visual assets live in one place and are delivered globally through jsDelivr, a free, production-grade CDN that serves files directly from any public GitHub repository. The result is a single source of truth for assets, permanent URLs you can embed in READMEs and docs today, and zero infrastructure to maintain.
Quickstart
Embed your first CDN asset in under 60 seconds.
CDN Usage
URL patterns, versioning strategies, and cache behaviour.
InitVenv Assets
Browse the full InitVenv image and icon catalog.
Adding Assets
Contribute new assets to the repository.
How jsDelivr Powers the CDN
jsDelivr provides a free, globally distributed CDN layer on top of any public GitHub repository. No configuration, no API keys, and no upload step are required — every file committed totutosrive/images-projects-srm-trg is instantly reachable over HTTPS at a predictable URL. Requests are routed to the nearest edge node worldwide, so images load fast whether the visitor is in São Paulo, Singapore, or Stockholm.
The base URL pattern is:
<ref> is either a branch name (e.g. main) or a full Git commit SHA, and <path-to-file> is the repository-relative path to the asset.
URL Formats
Dev Forge assets can be referenced in two ways, each suited to a different scenario.Latest (@main)
main branch. Use it during development or in contexts where you always want the current asset. jsDelivr caches @main responses for approximately 7 days, so updates may take a short time to propagate.
Pinned (@<commit-sha>)
Supported File Formats
| Format | Extension | Typical Use |
|---|---|---|
| Portable Network Graphic | .png | Screenshots, previews, UI walkthroughs |
| WebP | .webp | Logos, thumbnails (smaller file size) |
| Scalable Vector Graphic | .svg | Logos, icons (resolution-independent) |
| Animated GIF | .gif | Demo recordings, usage examples |
| Icon | .ico | Application icons, favicons |
| JPEG | .jpg / .jpeg | Photographs, quote cards |
Projects Covered
The repository organises assets by project under a clear folder hierarchy. The following open-source tools currently have dedicated asset directories:- InitVenv (
dev2forge/InitVenv/) — Python virtual-environment manager; logos, icons, and UI screenshots - BridgeX (
dev2forge/bridgex/) — Cross-platform bridge utility; logos and preview images - PyMD (
dev2forge/pymd/) — Python Markdown renderer; screenshots and logos - ChromoLog / Chrono Logger (
modules/) — Colorised Python logging libraries; logos and GIF demos - SQLazo (
modules/) — Python SQL utility; logo and webpage preview - pdf2wordx / pdf2docx (
img-pdftoword/,pdf2docx/) — PDF-to-Word converter; versioned screenshots - NBAI (
NBAI/) — AI-powered notebook assistant; logo, UI GIFs, and weather card demos - Dev Forge platform (
dev2forge/) — Umbrella brand assets and thumbnails - SVG icons, flags & cursors (
svg-icons-flags-cursor/) — Reusable UI primitives - Misc / others (
others/,esrm/,sites/) — Additional project assets
License
All assets in this repository are released under the MIT License (Copyright © 2025 Tutos Rive). You are free to use, copy, modify, and distribute any asset in personal or commercial projects. Attribution is appreciated but not required.The jsDelivr hit counter badge —
https://img.shields.io/jsdelivr/gh/hy/tutosrive/images-projects-srm-trg — shows the total number of CDN requests the repository has served and is embedded in the project’s own README.