Editorial standards & curation policy
License verification
Every source in our catalog passes scripts/verify-license.mjs before it's enabled.
The check fetches the repository's LICENSE file, regex-matches it against known permissive
license headers, and caches the result by repo + commit SHA. Non-permissive sources (GPL family)
are refused at ingestion time.
Six approved licenses:
- CC-BY-4.0 — Creative Commons Attribution 4.0
- CC-BY-SA-4.0 — Creative Commons Attribution-ShareAlike 4.0
- CC0 — Creative Commons Zero (public domain)
- MIT License
- Apache License 2.0
- Public domain
Curation policy & hard rules
The following rules are enforced at validation time and are documented in our public CLAUDE.md:
- Never re-host video files on R2 unless permission is explicit AND license is permissive. For YouTube/X/Reddit sources, we use embeds.
- Never re-host preview images from CC-BY-licensed compilation repos. Image rights and compilation rights are separate. We use placeholder thumbnails until real example media is sourced from official vendor showcases or self-generated.
- Every prompt must have full attribution including license URL. Incomplete entries are rejected.
- Only models from the allow-list with status
currentordeprecating. - No NSFW. No real-person likenesses without explicit permission. No copyrighted IP character names.
- 24-hour takedown SLA. Every takedown logged in
data/takedowns.jsonwith date, source URL, slug, reason. - After September 24, 2026, all Sora 2 entries auto-flag as legacy and are excluded from default listings.
- Build output stays static — no SSR, no edge functions, no Node runtime in production.
- Never ingest from a source not listed in
data/sources.json. - Never enable a source without
verify-license.mjsconfirming a permissive license first.
Source allow-list (currently enabled)
The following sources are currently enabled and ingested (rendered from data/sources.json at build time):
- YouMind Awesome Nano Banana Pro Prompts — YouMind OpenLab Community (license: verified, source_id:
youmind-nano-banana-pro) - YouMind Awesome GPT Image 2 — YouMind OpenLab Community (license: verified, source_id:
youmind-gpt-image-2) - YouMind Awesome Seedream 4.5 — YouMind OpenLab Community (license: verified, source_id:
youmind-seedream-4-5) - YouMind Awesome Seedance 2 Prompts — YouMind OpenLab Community (license: verified, source_id:
youmind-seedance-2) - YouMind Awesome Gemini 3 Prompts — YouMind OpenLab Community (license: verified, source_id:
youmind-gemini-3)
Takedown procedure
Anyone with a copyright, attribution, or licensing concern can submit a request via our takedown form. We commit to action within 24 hours. Every action is logged in our public takedowns audit (linked from the form).