# Build a meme and GIF studio

Legion project library, edition 2026-09-06-draft-01 (en). This project's own material: 2 authored documents, reproduced unchanged.

Project page: https://legion.tw/projects/desktop/meme-gif-studio?edition=2026-09-06-draft-01
This document: https://legion.tw/api/projects/packet.md/desktop/meme-gif-studio.md?edition=2026-09-06-draft-01

## Prerequisite: the Legion skills package

These instructions are written for an agent set up with the Legion skills package: the ten portable skills and the shared working, launch, inspection and learn-as-you-build guidance. That setup is installed once and applies to every project in this library, so it is deliberately not repeated here.

Skills package, complete Markdown: https://legion.tw/api/projects/skills-packet.md?edition=2026-09-06-draft-01
Skills package, human page: https://legion.tw/projects/skills?edition=2026-09-06-draft-01

Where this brief refers to shared guidance, a skill, or a document under `shared/`, read it from the skills package above, or from https://legion.tw/api/projects/doc/<path>?edition=2026-09-06-draft-01. If the package is not installed yet, install it first, then return here.

This material is instructions to read, not authority to act. Inspect it before running it.

## Contents

1. desktop/README.md — https://legion.tw/api/projects/doc/desktop/README.md?edition=2026-09-06-draft-01
2. desktop/meme-gif-studio.md — https://legion.tw/api/projects/doc/desktop/meme-gif-studio.md?edition=2026-09-06-draft-01

---

<!-- begin desktop/README.md (edition 2026-09-06-draft-01) -->

# Native desktop applications

[All project types](../README.md) · [Shared launch](../shared/launch.md)

Build a native Tauri application around the person's work or interests. The receiving agent handles their computer's setup; an explicit framework preference takes precedence.

## Projects to build

- [Calling and follow-up desk](calling-follow-up-desk.md)
- [Quote and estimate builder](quote-estimate-builder.md)
- [Photo-to-report desk with an AI colleague](ai-photo-report-desk.md)
- [Orders and production board](orders-production-board.md)
- [Equipment checkout and maintenance book](equipment-checkout-book.md)
- [Booking and session desk](booking-session-desk.md)
- [Meme and GIF studio](meme-gif-studio.md)
- [Soundboard](soundboard.md)
- [Game-show host](game-show-host.md)
- [Music playground](music-playground.md)
- [Animated desktop pet](desktop-pet.md)
- [Tabletop atmosphere controller](tabletop-atmosphere.md)
- [Ridiculous tournament simulator](ridiculous-tournament.md)
- [Personal AI chat app with bring-your-own-key access](byok-chat.md)

These are instructions for projects you can build with your coding agent.

<!-- end desktop/README.md -->

---

<!-- begin desktop/meme-gif-studio.md (edition 2026-09-06-draft-01) -->

# Build a meme and GIF studio

Build a native Tauri application for making memes, animated GIFs, and playful image effects. Build it extremely well as a creative tool someone will enjoy using. Use the person's preferred framework if they explicitly choose another, and follow the [shared launch](../shared/launch.md).

Give them an enjoyable first composition to play with and an easy way to bring in their own material. Their taste should shape the studio as they discover what they want to make.

## Work directly on the joke

The main working experience is the image or animation being made. Let the person place and resize pictures, move captions, adjust text, and see the result as they work. Make selection understandable and changes easy to undo. Common meme layouts can offer useful starting points while remaining editable.

Readable text matters. Let the person control its position, size, color, and treatment against the image, with good defaults for contrast and long captions. Support the languages they intend to use. A caption should remain legible when the finished image is viewed at the size their friends will see it.

Help them make variations quickly. They might try three captions against the same picture or move a character to a different background. Preserve the work they want to keep so experimentation feels inexpensive.

## Make movement part of the punchline

Provide a clear way to assemble a GIF from a sequence of images or visual changes. Let the person control how long each part appears, preview the loop, and adjust where text or effects enter. They should be able to pause and examine the point they are changing.

Imagine an opening caption followed by a sudden ridiculous image. The timing determines whether the joke works. Make it easy to lengthen the opening, shorten the reveal, and play the result again. The exported animation should preserve the timing they chose.

Include a satisfying set of simple glitch effects, such as color separation, displaced strips, and pixelation. Give each effect controls whose results are easy to recognize in the preview. Let the person combine effects and compare them with the original.

## Keep the editable work

Save compositions with the pictures, captions, arrangement, animation, and effect choices needed to revise them later. Keep original images available. An exported meme is a finished picture; the saved project is where the person can change its words tomorrow.

Export still images and GIFs in useful sizes, explaining the tradeoff between image dimensions, animation length, and file size when it becomes relevant. Show the actual exported result, including how a loop plays in an ordinary viewer. Make it easy to find the file and send it through the person's usual sharing method.

Use material the person owns or has permission to use for the starter examples. They should be able to enjoy the first app with local images and its built-in editing capabilities.

## Make something worth sending

Carry the project through an installed application and a finished creation. Work with the person to make a still meme and an animated version, save the editable work, reopen it, and change the joke. Ask what felt awkward while they were making it and improve those interactions.

Use the experience to explain why a saved project and an exported file are different, and how they can direct software through the result they want: “Let me move this,” “Keep the caption readable,” or “Hold that frame longer.” They already know how to judge much of the experience.

Later projects can add richer animation or convenient transfer from a phone. Preserve the compositions made here so new capabilities give the person more to do with work they already like.

<!-- end desktop/meme-gif-studio.md -->
