Hello,

Submit

Share a remix, an asset, a clip, a model, a meme.

Option 1: The Git Way

For the coders
This website is open source. The best way to submit is to add yourself to the database.
  1. Fork the repository on GitHub.
  2. Edit data/remixes.yaml.
  3. Add your entry (title, image, date, link/author optional).
  4. Open a Pull Request.

Anonymous is totally fine:

  • No author? Leave author blank (it will show as "Anonymous").
  • No link? You can omit link.
  • Local image? Use /images/remixes/your-image.png and add the file under static/images/remixes/.
GitHub Fork & PR

Option 2: The Easy Way

For everyone else
Drop a link to your work (Twitter, Itch, ArtStation, etc.) and I'll add it.
  • No link? Use the note to describe what you made.
  • Need to send a file? Tell me how to get it (email, Discord, temporary download link).

Examples (Option 1)

Copy/paste templates for Git submissions.

These are for the Git Way only (editing data/remixes.yaml).

YAML example (Git Way)
remixes:
  # Anonymous + no link + local image
  - title: "Hand-drawn sticker sheet"
    author: ""            # blank = Anonymous
    link: ""              # optional
    license: "CC0"         # optional (when "CC0", shows the CC0 stamp)
    image: "/images/remixes/sticker-sheet.png"  # add file under static/images/remixes/
    note: "Scanned from paper, cleaned up in Krita."
    type: "Art"
    date: "2026-01-11"

  # Named + link + external image
  - title: "Marmalade fan animation"
    author: "@yourhandle"
    link: "https://example.com/post"
    license: ""            # optional
    image: "https://example.com/preview.png"
    note: "10-second loop."
    type: "Animation"
    date: "2026-01-11"

Moderation

Please follow these guidelines.
  • No hate/harassment.
  • No stolen copyrighted work (remixes of CC0/Marmalade are fine!).
  • No malware or dangerous files.
  • Tool Agnostic: AI, traditional, digital, code, music. All welcome.