{"id":48259861,"url":"https://github.com/corvid-agent/pd-gallery","last_synced_at":"2026-04-04T21:28:49.615Z","repository":{"id":339059415,"uuid":"1160305980","full_name":"corvid-agent/pd-gallery","owner":"corvid-agent","description":"Explore 130,000+ public domain artworks from the Art Institute of Chicago — browse, search, collect, and discover masterpieces in a gallery-themed PWA","archived":false,"fork":false,"pushed_at":"2026-02-17T20:39:47.000Z","size":151,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-18T00:54:42.990Z","etag":null,"topics":["accessibility","angular","art-gallery","art-institute-chicago","iiif","public-domain","pwa","responsive-design","typescript","vitest"],"latest_commit_sha":null,"homepage":"https://corvid-agent.github.io/pd-gallery/","language":"TypeScript","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/corvid-agent.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2026-02-17T19:34:06.000Z","updated_at":"2026-02-17T20:39:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/corvid-agent/pd-gallery","commit_stats":null,"previous_names":["corvid-agent/pd-gallery"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/corvid-agent/pd-gallery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corvid-agent%2Fpd-gallery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corvid-agent%2Fpd-gallery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corvid-agent%2Fpd-gallery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corvid-agent%2Fpd-gallery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corvid-agent","download_url":"https://codeload.github.com/corvid-agent/pd-gallery/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corvid-agent%2Fpd-gallery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31415106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","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":["accessibility","angular","art-gallery","art-institute-chicago","iiif","public-domain","pwa","responsive-design","typescript","vitest"],"created_at":"2026-04-04T21:28:47.237Z","updated_at":"2026-04-04T21:28:49.605Z","avatar_url":"https://github.com/corvid-agent.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"docs/preview.png\" alt=\"pd-gallery preview\" width=\"100%\"\u003e\u003c/p\u003e\n\n# PD Gallery\n\nExplore over 130,000 public domain artworks from the Art Institute of Chicago. Browse masterpieces, build personal collections, and discover art across departments — all in a beautiful gallery-themed interface.\n\n**Live:** [corvid-agent.github.io/pd-gallery](https://corvid-agent.github.io/pd-gallery/)\n\n## Features\n\n- **Browse \u0026 Search** — Search by title, artist, or keyword. Filter by department, sort by relevance, title, or date. Paginated results.\n- **Artwork Detail** — High-resolution IIIF images, artist info, medium, dimensions, provenance, department, classification, credit line, and gallery location.\n- **My Collection** — Favorites, recently viewed history, and custom curations with create/delete.\n- **Featured Works** — Curated selection of iconic artworks on the home page.\n- **Browse by Department** — Painting, Photography, Prints, Asian Art, Textiles, and more.\n- **Curated Collections** — Impressionism, Ancient Egypt, Japanese Prints, Modern Abstract, Renaissance Masters.\n- **Artist Pages** — Artist biography, dates, and full artwork catalog.\n- **Accessibility** — Four font sizes, high contrast, reduced motion, wide spacing, keyboard navigation, screen reader support.\n- **Themes** — Dark (default), warm (old gallery walls), and light (gallery white) with system preference detection.\n- **Keyboard Shortcuts** — `/` to search, `?` for help, `Esc` to dismiss, arrow keys for grid navigation.\n- **PWA** — Installable with offline fallback, API response caching, and IIIF image caching.\n\n## Tech Stack\n\n- **Framework:** Angular 21 (standalone components, signals, OnPush, lazy routes)\n- **Styling:** CSS custom properties, gallery aesthetic (gold accents, Playfair Display headings)\n- **Data:** [Art Institute of Chicago API](https://api.artic.edu/docs/) — no auth required, CORS enabled\n- **Images:** IIIF (International Image Interoperability Framework)\n- **Testing:** Vitest (129 tests)\n- **Package Manager:** Bun\n- **Deploy:** GitHub Pages via GitHub Actions\n\n## Getting Started\n\n```bash\nbun install\nbun run start\n```\n\nOpen http://localhost:4200.\n\n## Development\n\n```bash\nbun run start       # Dev server with hot reload\nbun run test        # Unit tests (Vitest)\nbun run build       # Production build → dist/pd-gallery\n```\n\n## Project Structure\n\n```\nsrc/\n  app/\n    core/          — Models, services (catalog, collection, theme, a11y), interceptors\n    features/      — Route components (home, browse, artwork, collection, artist,\n                     department, about, not-found)\n    shared/        — Reusable components (artwork-card, artwork-grid, scroll-row,\n                     skeleton-grid), directives (lazy-image, keyboard-nav, reveal),\n                     pipes (truncate)\n  styles.css       — Global styles, CSS variables, themes, responsive breakpoints\n```\n\n## Ecosystem\n\nPart of the [corvid-agent](https://github.com/corvid-agent) ecosystem:\n\n- [BW Cinema](https://corvid-agent.github.io/bw-cinema/) — Classic black \u0026 white film catalog\n- [PD Audiobooks](https://corvid-agent.github.io/pd-audiobooks/) — Public domain audiobooks from LibriVox\n- [Weather Dashboard](https://corvid-agent.github.io/weather-dashboard/) — Weather, air quality, and astronomy\n- [Space Dashboard](https://corvid-agent.github.io/space-dashboard/) — NASA data, ISS tracker, Mars rovers\n\n## License\n\nMIT\n\nAll artwork data and images courtesy of the [Art Institute of Chicago](https://www.artic.edu/) via their public API. Images are public domain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorvid-agent%2Fpd-gallery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorvid-agent%2Fpd-gallery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorvid-agent%2Fpd-gallery/lists"}