Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 2.86 KB

File metadata and controls

52 lines (37 loc) · 2.86 KB

EmojiMaker — Free Custom Emoji Tools

EmojiMaker preview

Live site: emojimaker.cc
Free, open-source emoji tools — no sign-up, no watermark, everything runs in your browser.

Tools

Everything is composed client-side — nothing you create is uploaded anywhere.

Tech stack

  • 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

Development

pnpm install
pnpm dev        # dev server
pnpm build      # production build to dist/
pnpm audit:seo  # on-page SEO checks over the built site

Other scripts:

  • node scripts/build-kitchen-data.mjs <metadata.json> — regenerate the compact Emoji Kitchen pair database from xsalazar/emoji-kitchen-backend
  • node scripts/build-og-images.mjs — regenerate per-page Open Graph images

Credits

License

MIT