Public
Offline design DB for Grey and Slate catalog
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Offline, durable copy of the Grey and Slate Etsy catalog (active listings only).
- SQLite tables
listingsandimageshold metadata; see schema below. - Actual image files are archived locally on disk (iCloud: Folder for Claude/Etsy Store/Design Database/images/), not in Val.town storage.
- Populated by a local extraction script (Etsy Open API v3), not by an HTTP endpoint on this val.
See HANDOFF_DESIGN_DATABASE.md in the same iCloud folder for full scope/context.