{"id":41082766,"url":"https://github.com/flob95/qrcodly","last_synced_at":"2026-03-04T13:00:53.971Z","repository":{"id":234504875,"uuid":"789032416","full_name":"FloB95/qrcodly","owner":"FloB95","description":"Free and Open Source QR Code Generator","archived":false,"fork":false,"pushed_at":"2026-02-25T00:42:02.000Z","size":6248,"stargazers_count":14,"open_issues_count":9,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-25T04:47:04.941Z","etag":null,"topics":["fastify","fastifyjs","monorepo","nextjs","open-source","qr-code","qrcode","qrcode-generator","typescript"],"latest_commit_sha":null,"homepage":"https://www.qrcodly.de/","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/FloB95.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2024-04-19T15:15:20.000Z","updated_at":"2026-02-25T00:42:07.000Z","dependencies_parsed_at":"2026-01-13T15:06:42.153Z","dependency_job_id":null,"html_url":"https://github.com/FloB95/qrcodly","commit_stats":null,"previous_names":["flob95/qrcodly"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/FloB95/qrcodly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloB95%2Fqrcodly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloB95%2Fqrcodly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloB95%2Fqrcodly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloB95%2Fqrcodly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FloB95","download_url":"https://codeload.github.com/FloB95/qrcodly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloB95%2Fqrcodly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30081045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T12:28:08.313Z","status":"ssl_error","status_checked_at":"2026-03-04T12:27:28.210Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["fastify","fastifyjs","monorepo","nextjs","open-source","qr-code","qrcode","qrcode-generator","typescript"],"created_at":"2026-01-22T13:45:48.728Z","updated_at":"2026-03-04T13:00:53.961Z","avatar_url":"https://github.com/FloB95.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QRcodly\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![Node.js](https://img.shields.io/badge/Node.js-%3E%3D22.11-green)](https://nodejs.org/)\n[![pnpm](https://img.shields.io/badge/pnpm-%3E%3D9.15-orange)](https://pnpm.io/)\n\n**QRcodly** is a free, open-source QR code generator and management platform. Create, customize, and track QR codes for URLs, contact details, Wi-Fi credentials, and more.\n\n## Features\n\n- **Multiple QR code types** — URL, vCard, Wi-Fi, Email, Calendar Event, Location, Plain Text\n- **Full customization** — colors, sizes, backgrounds, and custom icon uploads\n- **Export formats** — PNG, JPEG, SVG\n- **URL shortening \u0026 analytics** — shorten links and track scans\n- **Templates** — save and reuse QR code configurations\n- **Custom domains** — use your own domain for short URLs (Cloudflare integration)\n- **Internationalization** — 8 languages (EN, DE, ES, FR, IT, NL, PL, RU)\n- **Authentication** — powered by Clerk\n- **Browser extension** — generate QR codes from any page\n\n## Monorepo Structure\n\n```\nqrcodly/\n├── apps/\n│   ├── backend/            # Fastify REST API\n│   ├── frontend/           # Next.js web application\n│   └── browser-extension/  # Vite-based browser extension\n├── packages/\n│   ├── shared/             # Zod schemas, DTOs, and shared utilities\n│   ├── eslint-config/      # Shared ESLint configuration\n│   └── typescript-config/  # Shared TypeScript configuration\n├── docker-compose.yaml     # Local development services\n└── turbo.json              # Turborepo pipeline configuration\n```\n\nSee per-app READMEs for architecture details:\n[Backend](apps/backend/README.md) ·\n[Frontend](apps/frontend/README.md) ·\n[Browser Extension](apps/browser-extension/README.md) ·\n[Shared Package](packages/shared/README.md)\n\n## Tech Stack\n\n| Layer          | Technologies                                                                            |\n| -------------- | --------------------------------------------------------------------------------------- |\n| **Frontend**   | Next.js, React, TypeScript, Tailwind CSS, shadcn/ui, Zustand, TanStack Query, next-intl |\n| **Backend**    | Fastify, TypeScript, Drizzle ORM, tsyringe (DI), Zod, Nodemailer, Handlebars            |\n| **Database**   | MySQL, Redis                                                                            |\n| **Storage**    | S3 / MinIO                                                                              |\n| **Auth**       | Clerk                                                                                   |\n| **Billing**    | Stripe                                                                                  |\n| **Analytics**  | Umami, PostHog                                                                          |\n| **Monitoring** | Axiom, Sentry                                                                           |\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/) \u003e= 22.11\n- [pnpm](https://pnpm.io/) \u003e= 9.15\n- [Docker](https://www.docker.com/) (for local development services)\n\n## Quick Start\n\n```bash\n# 1. Clone the repository\ngit clone https://github.com/FloB95/qrcodly.git\ncd qrcodly\n\n# 2. Install dependencies\npnpm install\n\n# 3. Start local services (MySQL, Redis, MinIO, Umami)\ndocker-compose up -d\n\n# 4. Set up environment variables\ncp apps/backend/.env.example apps/backend/.env\ncp apps/frontend/.env.example apps/frontend/.env\n# Edit both .env files with your configuration (Clerk keys, etc.)\n\n# 5. Start development servers\npnpm run start:dev\n# Backend API → http://localhost:5001\n# Frontend   → http://localhost:3000\n```\n\n## Available Scripts\n\n| Script                          | Description                                    |\n| ------------------------------- | ---------------------------------------------- |\n| `pnpm run start:dev`            | Start backend and frontend in development mode |\n| `pnpm run backend:dev`          | Start backend only (runs migrations first)     |\n| `pnpm run frontend:dev`         | Start frontend only                            |\n| `pnpm run build`                | Build all apps via Turborepo                   |\n| `pnpm run build:shared-package` | Build the shared package only                  |\n| `pnpm run lint`                 | Lint all workspaces                            |\n| `pnpm run format`               | Format all files with Prettier                 |\n| `pnpm run clean`                | Clean build artifacts across all apps          |\n\n## Local Services (Docker Compose)\n\n| Service         | Port                       | Details                                           |\n| --------------- | -------------------------- | ------------------------------------------------- |\n| MySQL           | 3306                       | Credentials: `root` / `root`, database: `qrcodly` |\n| Redis           | 6379                       | —                                                 |\n| MinIO (S3)      | 9000 (API), 9001 (Console) | Credentials: `minio` / `testtest`                 |\n| phpMyAdmin      | 8081                       | —                                                 |\n| Umami Analytics | 3001                       | —                                                 |\n\n## Contributing\n\nContributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines and setup instructions.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflob95%2Fqrcodly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflob95%2Fqrcodly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflob95%2Fqrcodly/lists"}