Emoji Mart

A customizable, framework-agnostic emoji picker component for the modern web.

Library
npm
v5.6.0
9,400stars
MIT License

Repository Health

Pre-computed score based on development activity, maintenance, community, maturity, and trend momentum.How we score it →
48/100Fair
Development Activity0
Maintenance32
Community60
Maturity60
Momentum40

Technical Analysis

AI-assessed by reading the actual repository — architecture, code quality, innovation, and documentation.How we score it →
81/100Excellent
Architecture82
Code Quality72
Innovation84
Learning Curve85

Emoji Mart is a customizable emoji picker HTML component built as a framework-agnostic web component, with a thin React wrapper for seamless JSX usage. The emoji dataset is fully decoupled from the library, letting developers control bundle size by bundling data locally or fetching it remotely on demand.

Beyond the picker UI, Emoji Mart ships an inline emoji component, a headless search index, and native-emoji lookup helpers. It supports custom emojis, custom category icons, skin tones, light/dark/auto themes, and localization in over twenty languages, making it a complete toolkit for adding emoji to any web application.

What You Get

  • A themeable <em-emoji-picker> custom element with an optional React wrapper (@emoji-mart/react).
  • A decoupled emoji dataset (@emoji-mart/data) that can be bundled or fetched remotely to control bundle size.
  • An inline <em-emoji> component for rendering individual emojis by id, shortcode, or native character.
  • A headless SearchIndex and getEmojiDataFromNative helpers for building custom emoji UIs.
  • Extensive customization: custom emojis, category icons, skin tones, themes, and 20+ locale translations.

Common Use Cases

  • Adding an emoji picker to a chat, comment, or messaging interface.
  • Rendering emojis consistently across platforms using a chosen emoji set or native glyphs.
  • Implementing emoji search or autocomplete without rendering the full picker UI.
  • Supporting custom or branded emojis (including GIFs and SVGs) alongside standard sets.

Under The Hood

Architecture Emoji Mart is a Yarn-workspaces monorepo (packages/emoji-mart, emoji-mart-data, emoji-mart-react, emoji-mart-website). The core package exposes a small surface in src/index.ts (Picker, Emoji, SearchIndex, Store, init, getEmojiDataFromNative). UI is authored as Preact components (components/Picker/Picker.tsx, components/Emoji/Emoji.tsx) and wrapped as framework-agnostic native custom elements via a shared HTMLElement base (components/HTMLElement/HTMLElement.ts) plus a Shadow-DOM variant, so <em-emoji-picker> and <em-emoji> render the Preact tree inside a web component. config.ts centralizes lazy data loading, promise-gated init(), and prop coercion, keeping the emoji dataset fully decoupled and loadable locally or over fetch.

Tech Stack Written in TypeScript, the picker renders with Preact aliased to react/react-dom at build time (see the alias map in the package manifest), so the shipped component carries no React runtime while the separate @emoji-mart/react wrapper adapts it for React consumers. Parcel builds three targets (CommonJS main, ESM module, and a global browser bundle from src/browser.js); styles are SCSS (PickerStyles.scss). Tests run on Jest with ts-jest and jsdom.

Code Quality The codebase is compact and readable with clear component/helper separation, though several core files opt out of strict typing with // @ts-nocheck (config.ts, search-index.ts, HTMLElement.ts), trading type safety for brevity. There is a real Jest test suite (six *.test.js files) covering config, utils, the search index, frequently-used tracking, store, and native support, exercising the headless logic rather than the rendered UI. Picker.tsx is a large (~1,135-line) single component that concentrates most rendering complexity.

API Design The public API is deliberately small and ergonomic: instantiate new Picker({ data, onEmojiSelect }), drop <em-emoji-picker> into HTML, or render <Picker /> in React with the same props. Behavior is driven by a well-documented, declarative prop table (theme, set, skin, locale, perLine, custom emojis, category icons) with sensible defaults, and headless primitives (SearchIndex.search, getEmojiDataFromNative) are available for custom UIs. The README is thorough with copy-paste examples for every entry point, giving a gentle learning curve.

Used by 18 apps in this directory

TypeScript
72%
AGPL 3.0

APITable

Low Code Platforms · Databases

15,526

API-first collaborative spreadsheet-database platform that auto-generates REST APIs and lets teams build internal tools, CRMs, and dashboards without code.

View details
53
Repo Health
77
Technical
60
Dependency
Built with
TypeScript72%
Java22%
Updated 9 months ago
TypeScript
53%
Other

Chaskiq

CRM · Customer Support

3,560

Self-hosted live chat, video calls, help center, and marketing automation — a full-stack Intercom alternative you run on your own infrastructure.

View details
60
Repo Health
66
Technical
68
Dependency
Built with
TypeScript53%
Ruby36%
Updated 1 months ago
Java
48%
Apache 2.0

ClearFlask

Product Management · Community

448

Open-source feedback management and roadmap tool that lets product teams collect, prioritize, and respond to user input — with AI-powered summarization and full self-hosting control.

View details
83
Repo Health
73
Technical
63
Dependency
Built with
Java48%
TypeScript47%
Updated 2 weeks ago
Go
76%
AGPL 3.0

Coder

Devops · Developer Tools · Code Editors

14,199

Self-hosted cloud development environments and AI coding agents — defined in Terraform, connected via WireGuard, automatically shut down when idle.

View details
93
Repo Health
90
Technical
71
Dependency
Built with
Go76%
TypeScript22%
Updated today
TypeScript
50%
Other

Dify

No Code Platforms · AI Development · Developer Tools

152,883

Visual LLM workflow platform with RAG pipelines, agent capabilities, and model management for building production AI applications.

View details
92
Repo Health
85
Technical
71
Dependency
Built with
TypeScript50%
Python47%
Updated today
Python
51%
MIT

Docs

File Storage · CMS

16,733

Open-source collaborative knowledge platform with real-time editing, AI writing tools, and full self-hosting control — built by the French and German governments.

View details
87
Repo Health
81
Technical
72
Dependency
Built with
Python51%
TypeScript42%
Updated 2 days ago
TypeScript
54%
Other

Focalboard

Productivity · Project Management · Collaboration

26,409

Self-hosted, open source project management with Kanban, table, gallery, and calendar views — a privacy-first alternative to Trello, Notion, and Asana.

View details
58
Repo Health
82
Technical
67
Dependency
Built with
TypeScript54%
Go40%
Updated 3 months ago
JavaScript
51%
MIT

Ghost

CMS · Blogging

54,795

Open source headless Node.js CMS for professional publishing, paid memberships, and newsletters with a fully owned audience.

View details
96
Repo Health
85
Technical
69
Dependency
Built with
JavaScript51%
TypeScript43%
Updated today
TypeScript
83%
Apache 2.0

Grist

Databases · No Code Platforms

11,469

A modern relational spreadsheet that combines Python-powered formulas, drag-and-drop dashboards, and granular access controls in a self-hostable, SQLite-backed data platform.

View details
91
Repo Health
93
Technical
68
Dependency
Built with
TypeScript83%
Python11%
Updated yesterday

Join founders buildingwith open source

Opinionated takes, migration guides, cost-saving tips, and insights from the open source ecosystem.

Subscribe on Substack
Join 750+ subscribers

Search