{"id":49543030,"url":"https://github.com/codama-dev/svg-to-png","last_synced_at":"2026-05-02T16:05:54.217Z","repository":{"id":346606198,"uuid":"1190757439","full_name":"codama-dev/svg-to-png","owner":"codama-dev","description":"Free online SVG to PNG converter by Codama","archived":false,"fork":false,"pushed_at":"2026-03-24T15:36:15.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-25T20:17:42.473Z","etag":null,"topics":["codama","free-tool","open-source"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codama-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-24T15:35:40.000Z","updated_at":"2026-03-24T15:36:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/codama-dev/svg-to-png","commit_stats":null,"previous_names":["codama-dev/svg-to-png"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/codama-dev/svg-to-png","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codama-dev%2Fsvg-to-png","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codama-dev%2Fsvg-to-png/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codama-dev%2Fsvg-to-png/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codama-dev%2Fsvg-to-png/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codama-dev","download_url":"https://codeload.github.com/codama-dev/svg-to-png/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codama-dev%2Fsvg-to-png/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32540147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T12:25:33.646Z","status":"ssl_error","status_checked_at":"2026-05-02T12:24:51.733Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codama","free-tool","open-source"],"created_at":"2026-05-02T16:05:53.344Z","updated_at":"2026-05-02T16:05:54.212Z","avatar_url":"https://github.com/codama-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codama Free Tool Template\n\nBoilerplate for creating free online tools under `codama.dev` subdomains. Each tool gets Codama branding, SEO, i18n, social sharing, and analytics out of the box.\n\n## What's Included\n\n- **React 19 + Vite 7 + Tailwind CSS 4** - Modern, fast stack\n- **shadcn/ui** - Polished UI components (Radix primitives)\n- **i18n** - 4 languages (English, German, Spanish, Hebrew with RTL)\n- **Dark/Light mode** - System-aware theme toggle\n- **Codama branding** - Logo in footer, \"Get a Quote\" CTA, About page with services\n- **Share modal** - WhatsApp, Facebook, X, LinkedIn, Email, copy link\n- **Cross-tool footer** - \"More Free Tools by Codama\" linking between all tools\n- **SEO** - JSON-LD, Open Graph, Twitter Cards, canonical URL, robots.txt, sitemap\n- **Google Analytics** - Ready to plug in measurement ID\n- **Cloudflare Pages** - `_headers`, `_redirects` for optimal caching and SPA routing\n- **Biome** - Linting and formatting\n- **Husky** - Git hooks\n\n## Quick Start\n\n```bash\n# 1. Clone this template\ngh repo clone codama-dev/free-tool-template /tmp/my-new-tool\ncd /tmp/my-new-tool \u0026\u0026 rm -rf .git\n\n# 2. Update configuration\n# - src/lib/tool-config.ts (name, tagline, URL)\n# - index.html (replace TOOL_* placeholders)\n# - public/robots.txt (update subdomain)\n# - package.json (change name)\n# - src/locales/*.json (tool-specific translations)\n\n# 3. Build your tool UI\n# Replace src/pages/ToolPage.tsx with your tool's components\n\n# 4. Test\npnpm install \u0026\u0026 pnpm dev\n\n# 5. Deploy (see full playbook below)\n```\n\n## Full Deployment Playbook\n\nSee the complete step-by-step process including GA4 setup, Cloudflare Pages deployment, Search Console, and cross-tool linking in the [Free Tool Playbook](https://github.com/codama-dev/codama-ceo/blob/main/operations/processes/free-tool-playbook.md) (private).\n\n## Live Tools Built from This Template\n\n| Tool | URL |\n|---|---|\n| QR Code Generator | [free-qr-code.codama.dev](https://free-qr-code.codama.dev/) |\n| JSON Formatter | [free-json-formatter.codama.dev](https://free-json-formatter.codama.dev/) |\n\n## Built by Codama\n\n[Codama](https://codama.dev) is a software agency that builds web apps, mobile apps, automation, AI integrations, and data solutions.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodama-dev%2Fsvg-to-png","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodama-dev%2Fsvg-to-png","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodama-dev%2Fsvg-to-png/lists"}