Skip to content

A modern web application that allows you to create, edit, and customize GIFs directly in your browser. Built with Next.js, TypeScript, Tailwind and FFmpeg.

Notifications You must be signed in to change notification settings

buraketmen/make-your-gif

Repository files navigation

Make Your GIF

A modern web application that allows you to create, edit, and customize GIFs directly in your browser. Built with Next.js, TypeScript, Tailwind and FFmpeg.

Features

  • Record videos directly from your webcam
  • Convert videos to GIF format
  • Draw and annotate individual frames
  • Crop and adjust your GIF
  • Frame-by-frame editing capabilities
  • Drag and drop file support
  • Preview your GIF before saving

Getting Started

First, install the dependencies:

npm install
# or
yarn install
# or
pnpm install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to start creating your GIFs!

Tech Stack

  • Next.js - React framework
  • TypeScript - For type safety
  • Modern browser APIs for video/camera handling
  • Canvas-based drawing tools

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License

About

A modern web application that allows you to create, edit, and customize GIFs directly in your browser. Built with Next.js, TypeScript, Tailwind and FFmpeg.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published