Live site: emojimaker.cc
Free, open-source emoji tools — no sign-up, no watermark, everything runs in your browser.
- Emoji Maker — mix 100+ Fluent-style parts (heads, eyes, eyebrows, mouths, details) into 200,000+ combinations; export PNG (640/512/128) or true SVG
- Emoji Kitchen Browser — browse all 147,000+ official Google Emoji Kitchen mashups on any device, with copy/download and shareable combo links
- Emoji Combiner — overlay any two emojis into one transparent PNG
- Random Emoji Generator — roll 1–20 random emojis and copy them in a click
- Platform makers — export exact sizes for Slack (128×128), Discord (128×128), Twitch (112/56/28 in one click) and Microsoft Teams
- Guides & collections — emoji combinations to copy, Genmoji prompts, Genmoji troubleshooting, how to make custom emojis
Everything is composed client-side — nothing you create is uploaded anywhere.
- Astro 5 — static multi-page architecture, every page fully rendered at build time
- SolidJS islands for the interactive tools
- Plain CSS design tokens (light/dark), no CSS framework
- Cloudflare Pages for hosting
pnpm install
pnpm dev # dev server
pnpm build # production build to dist/
pnpm audit:seo # on-page SEO checks over the built siteOther scripts:
node scripts/build-kitchen-data.mjs <metadata.json>— regenerate the compact Emoji Kitchen pair database from xsalazar/emoji-kitchen-backendnode scripts/build-og-images.mjs— regenerate per-page Open Graph images
- Emoji artwork from Fluent Emoji by Microsoft (MIT), remixed and partially modified
- Originally forked from fluent-emoji-maker by Diu — since rebuilt as a multi-tool site
- Emoji Kitchen combination metadata via xsalazar/emoji-kitchen-backend; mashup artwork © Google
