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.
- 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
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!
- Next.js - React framework
- TypeScript - For type safety
- Modern browser APIs for video/camera handling
- Canvas-based drawing tools
Contributions are welcome! Please feel free to submit a Pull Request.