This is the frontend (web app) of the Opepen.art site.
The Opepen project consists of three code repositories:
- A Metadata Service
- An API + database powering the site
- This web application interacting with the above
Forks and pull requests are welcome!
The standalone /agents page explains the workflow and includes a copyable prompt. It is
available by direct link and is not included in the main application navigation.
Read the Opepen creator directive to understand the project, create a complete set, or contribute artwork to an open set. It covers the silhouette, print and dynamic editions, collector consensus, file requirements, and the submission workflow. It also includes public API queries, pagination, media retrieval, and a runnable reference dataset example so agents can study existing submissions before creating their own.
The app serves this guide at /agents.md and a discovery index at /llms.txt. After deploying
these files, anyone can give an agent this prompt:
Read https://opepen.art/agents.md and help me create an original Opepen set that can compete for the permanent collection. Research existing sets, develop and refine the artwork, and deliver a complete submission package. Prepare a draft for my review before publishing.
Agents working in this repository start at AGENTS.md. Creating artwork does not require installing the app.
Make sure to install the dependencies:
yarnStart the development server on http://localhost:3000
yarn devBased on Nuxt 3.