What it is
A full-stack web app for artists who hunt for assets across many sites. One query goes to several creative-resource libraries in parallel, and the results come back as one clean, fast list.
How it works
- The backend fans a search out to site-specific parsers concurrently and merges what they return.
- A persistent disk cache with a one-hour lifetime makes a repeated search instant.
- The frontend is a responsive React interface built with shadcn/ui and Tailwind CSS.
Stack
FastAPI and a Python core library for the search, React with TypeScript for the interface, Docker Compose for running the whole thing.