{"id":48127465,"url":"https://github.com/zenprocess/aigrija","last_synced_at":"2026-04-04T16:27:54.270Z","repository":{"id":341588578,"uuid":"1168826386","full_name":"zenprocess/aigrija","owner":"zenprocess","description":"Verifică. Raportează. Protejează. — Platforma românească anti-phishing powered by AI","archived":false,"fork":false,"pushed_at":"2026-03-22T03:14:34.000Z","size":480477,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-22T18:40:37.478Z","etag":null,"topics":["ai","anti-phishing","civic-tech","cloudflare-workers","code4romania","hono","romania","typescript"],"latest_commit_sha":null,"homepage":"https://ai-grija.ro","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zenprocess.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-27T21:00:08.000Z","updated_at":"2026-03-19T21:22:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zenprocess/aigrija","commit_stats":null,"previous_names":["zenprocess/aigrija"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zenprocess/aigrija","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenprocess%2Faigrija","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenprocess%2Faigrija/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenprocess%2Faigrija/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenprocess%2Faigrija/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zenprocess","download_url":"https://codeload.github.com/zenprocess/aigrija/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenprocess%2Faigrija/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31405701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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":["ai","anti-phishing","civic-tech","cloudflare-workers","code4romania","hono","romania","typescript"],"created_at":"2026-04-04T16:27:54.195Z","updated_at":"2026-04-04T16:27:54.255Z","avatar_url":"https://github.com/zenprocess.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ai-grija.ro\n\n**Verifică. Raportează. Protejează.**\n\nPlatforma românească anti-phishing powered by AI. / The Romanian anti-phishing civic tool powered by AI.\n\n---\n\n## What is ai-grija.ro?\n\nA **civic action tool** — not just \"is this a scam?\" but \"it's a scam — now do this.\" Built for Romania, open-source from day one.\n\nThe name is a pun: \"ai grijă\" means \"be careful / take care\" in Romanian, and it literally contains \"AI.\"\n\n| | Traditional tools | ai-grija.ro |\n|---|---|---|\n| Output | Conversational verdict | Verdict + Report packet + Share card |\n| Reporting | None | One-click DNSC 1911 / Police / Bank |\n| Local context | None | Active RO campaigns, per-bank playbooks |\n| Friction | Account required, daily limits | No account, unlimited |\n| Viral loop | None | Branded share card on WhatsApp/FB |\n| Post-verdict | \"Be careful\" | Pre-filled legal complaint, bank fraud hotline |\n\n## Origin Story\n\nThe founder received a phishing call spoofing ING Romania. The callers had his full name, old ID card number, and an email address provided exclusively to TAROM — indicating a data breach. A LinkedIn post about the experience went viral, demonstrating massive demand for tools that help ordinary Romanians respond to fraud.\n\n## Tech Stack\n\n| Layer | Technology |\n|-------|-----------|\n| Runtime | Cloudflare Workers (V8 isolates, global edge) |\n| Framework | Hono (TypeScript) |\n| AI | Workers AI (Llama 3.1 8B) |\n| Frontend | React SPA |\n| Storage | KV (cache), R2 (share cards), D1 (admin) |\n| Messaging | Telegram Bot, WhatsApp Business API |\n| Infrastructure | Pulumi (IaC) |\n| CI/CD | GitHub Actions |\n\n**Privacy by design:** ai-grija.ro stores no user-submitted text, no classification results, no personal data. The only persistent state is operational (rate-limit counters, cached HTML, share card images).\n\n## Quick Start\n\n```bash\n# Clone\ngit clone https://github.com/zenprocess/aigrija.git\ncd aigrija\n\n# Install dependencies\nnpm ci\n\n# Local development\ncp .dev.vars.example .dev.vars  # Add your API keys\nnpx wrangler dev                # http://localhost:8787\n\n# Run tests\nnpx vitest run                  # Unit tests\nnpx playwright test             # E2E tests\nnpx tsc --noEmit                # Type check\n```\n\n## Project Structure\n\n```\nsrc/\n├── worker/           # Cloudflare Worker (Hono API)\n│   ├── routes/       # API endpoints\n│   ├── admin/        # Admin panel (CF Access protected)\n│   └── lib/          # Shared utilities, AI, cron\n├── ui/               # React SPA frontend\n│   └── src/\n│       ├── components/\n│       └── i18n/     # Romanian, English, Hungarian\ninfra/                # Pulumi infrastructure-as-code\ne2e/                  # Playwright E2E tests + BDD stories\nscripts/              # Setup and utility scripts\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. We welcome contributions from the Code4Romania community and beyond.\n\n## Sustainability\n\nai-grija.ro is a free civic tool with no revenue model. Future sustainability through EU cybersecurity grants, Code4Romania partnership, and voluntary donations.\n\n## License\n\n[European Union Public License 1.2](LICENSE) (EUPL-1.2)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenprocess%2Faigrija","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenprocess%2Faigrija","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenprocess%2Faigrija/lists"}