{"id":34810265,"url":"https://github.com/keenmate/fluentui-icons","last_synced_at":"2026-05-16T16:03:23.719Z","repository":{"id":326932921,"uuid":"1107188857","full_name":"KeenMate/fluentui-icons","owner":"KeenMate","description":"Search 6000+ Microsoft FluentUI icons with platform identifiers for iOS, Android, React \u0026 Svelte","archived":false,"fork":false,"pushed_at":"2026-04-05T13:36:41.000Z","size":169,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"prod","last_synced_at":"2026-04-05T15:22:42.694Z","etag":null,"topics":["fluentui","icon","icons"],"latest_commit_sha":null,"homepage":"https://fluentui-icons.keenmate.dev","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KeenMate.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2025-11-30T18:40:28.000Z","updated_at":"2026-04-05T13:36:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/KeenMate/fluentui-icons","commit_stats":null,"previous_names":["keenmate/fluentui-icons"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KeenMate/fluentui-icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeenMate%2Ffluentui-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeenMate%2Ffluentui-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeenMate%2Ffluentui-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeenMate%2Ffluentui-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KeenMate","download_url":"https://codeload.github.com/KeenMate/fluentui-icons/tar.gz/refs/heads/prod","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeenMate%2Ffluentui-icons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33109461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"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":["fluentui","icon","icons"],"created_at":"2025-12-25T12:41:24.283Z","updated_at":"2026-05-16T16:03:23.714Z","avatar_url":"https://github.com/KeenMate.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":" \u003e **⚠️ This project has been replaced by [icons.pureadmin.io](https://icons.pureadmin.io)** — a multi-icon-set search application supporting FluentUI, Lucide, Tabler,\n  Heroicons, Font Awesome, and more.\n\n  A fast, searchable database of 6000+ Microsoft FluentUI System Icons with platform-specific identifiers for iOS, Android, React, and Svelte.\n\n# FluentUI Icon Search =\u003e [icons.pureadmin.io](https://icons.pureadmin.io)\n\nA fast, searchable database of 6000+ Microsoft FluentUI System Icons with platform-specific identifiers for iOS, Android, React, and Svelte.\n## MCP Server for Claude\nSearch FluentUI icons directly from Claude Desktop, Claude Code, or any MCP client:\n\n  ```bash\n  npx @keenmate/fluentui-icons-mcp\n\n  Add to your Claude config:\n  {\n    \"mcpServers\": {\n      \"fluentui-icons\": {\n        \"command\": \"npx\",\n        \"args\": [\"-y\", \"@keenmate/fluentui-icons-mcp\"]\n      }\n    }\n  }\n```\n\nSee [@keenmate/fluentui-icons-mcp](https://www.npmjs.com/package/@keenmate/fluentui-icons-mcp) on npm.\n\n## Features\n\n- **Search 6000+ FluentUI icons** by name with fuzzy matching and 50k+ synonyms (extracted from FluentUI metadata)\n- **Filter** by style (regular, filled, color, light) and size (16, 20, 24, 28, 32, 48)\n- **Grid and list views** with size availability matrix\n- **Platform identifiers** for iOS (Swift), Android (Kotlin/Java), React, and Svelte\n- **Quick copy buttons** - hover over grid cards or list rows to copy platform identifiers\n- **Customizable filename templates** with placeholders ({filename}, {name}, {size}, {style}, etc.)\n- **Color preview** - pick custom colors for icon preview in modal\n- **Platform preferences** - toggle and reorder platforms, persisted in localStorage\n- **Usage tracking** - tracks copy/download stats and platform popularity\n- **Self-hosted SVGs** - icons served locally for performance and offline access\n- **JSON API** for programmatic access\n- **Automatic daily sync** with Microsoft's FluentUI repository (ZIP-based, single source of truth)\n\n## Development\n\n```bash\n# Install dependencies\nmake install\n\n# Setup database\nmake setup-db\n\n# Start dev server\nmake dev\n```\n\nVisit [localhost:4000](http://localhost:4000)\n\n## Mix Tasks\n\n```bash\n# Download icons from FluentUI repository\nmix icons.download\n\n# Clean icons/synonyms from database (for fresh reload)\nmix icons.clean          # icons + synonyms only\nmix icons.clean --all    # also clears metrics\nmix icons.clean --files  # also deletes SVG files\n\n# Refresh metrics cube (run nightly for dashboard stats)\nmix icons.cube\n```\n\n## Deployment\n\n```bash\n# Copy and configure environment\ncp .env.example .env\n\n# Build and push to registry\nmake docker-deploy-registry\n\n# Run migrations\nmake migrate-prod\n```\n\n## Configuration\n\n### Environment Variables\n\n| Variable | Required | Default | Description |\n|----------|----------|---------|-------------|\n| `DB_USERNAME` | Yes | - | PostgreSQL username |\n| `DB_PASSWORD` | Yes | - | PostgreSQL password |\n| `DB_HOSTNAME` | Yes | - | PostgreSQL host |\n| `DB_DATABASE` | Yes | - | PostgreSQL database name |\n| `SECRET_KEY_BASE` | Yes | - | Phoenix secret (generate with `mix phx.gen.secret`) |\n| `PHX_HOST` | Yes | - | Public hostname (e.g., `fluentui-icons.example.com`) |\n| `PORT` | No | `4000` | HTTP port |\n| `ICONS_PATH` | No | - | Directory for SVG storage (e.g., `/app/icons`) |\n| `AUTO_MIGRATE` | No | `true` | Run migrations on startup |\n| `MAINTENANCE_API_KEY` | No | - | API key for maintenance endpoints |\n| `POOL_SIZE` | No | `10` | Database connection pool size |\n\n### Docker Compose Example\n\n```yaml\nservices:\n  fluentui-icons:\n    image: your-registry/fluentui-icons:prod\n    environment:\n      - DB_USERNAME=fluentui_icons\n      - DB_PASSWORD=secret\n      - DB_HOSTNAME=postgres\n      - DB_DATABASE=fluentui_icons\n      - SECRET_KEY_BASE=your-secret-key\n      - PHX_HOST=fluentui-icons.example.com\n      - ICONS_PATH=/app/icons\n      - MAINTENANCE_API_KEY=your-maintenance-key\n    volumes:\n      - ./data:/app/icons\n```\n\n### Performance Note\n\nThe Docker image includes **7zip** (`p7zip-full`) for fast ZIP extraction during icon sync. This is ~10x faster than the Erlang fallback. The sync automatically detects and uses the best available tool (7zip \u003e unzip \u003e Erlang).\n\n## API\n\n### Search Icons\n```\nGET /api/icons/search?q=pen\u0026size=24\u0026style=regular\n```\n\n### Maintenance (requires API key)\n```bash\n# Trigger full sync from GitHub\ncurl -X POST -H \"X-API-Key: your-key\" https://example.com/api/maintenance/sync\n\n# Refresh metrics cube\ncurl -X POST -H \"X-API-Key: your-key\" https://example.com/api/maintenance/cube\n\n# Clean icons from database\ncurl -X POST -H \"X-API-Key: your-key\" https://example.com/api/maintenance/clean\n```\n\n## Built With\n\n- [Phoenix](https://phoenixframework.org/) / [LiveView](https://hexdocs.pm/phoenix_live_view)\n- [PostgreSQL](https://www.postgresql.org/) with trigram search\n- [Tailwind CSS](https://tailwindcss.com/)\n\n## License\n \nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeenmate%2Ffluentui-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeenmate%2Ffluentui-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeenmate%2Ffluentui-icons/lists"}