nomoji.dev

Stop AI coding assistants from adding emojis to your code, docs, and logs

AI assistants love adding emojis everywhere. nomoji.dev makes them stop. Simple rules you can apply in seconds to keep your code professional.

Choose Your AI Assistant

Select your tool and follow the quick setup instructions

Cursor

Recommended

Add a single rules file to your project

mkdir -p .cursor/rulescurl https://nomoji.dev/api/cursor-rules/default -o .cursor/rules/nomoji.mdc

Claude Code

New

Proactive emoji detection with AI subagents

mkdir -p .claude/agentscurl https://nomoji.dev/api/claude/default -o .claude/agents/nomoji.mdc

GitHub Copilot

VS Code

Add custom instructions to VS Code settings

curl https://nomoji.dev/api/template/default/copilot

Google Gemini CLI

CLI

Configure system instructions for Gemini

mkdir -p ~/.geminicurl https://nomoji.dev/api/template/default/generic -o ~/.gemini/nomoji-rules.md

OpenAI Codex

New

AI coding agent with system instruction support

npm i -g @openai/codexcurl https://nomoji.dev/api/template/default/openai-codex -o ~/nomoji-codex.md

Why No Emojis?

A11y

Accessibility

Screen readers struggle with emojis

PRO

Professional

Enterprise code needs to look professional

LOG

Clean Logs

Emojis clutter console output and logs

XPL

Cross-Platform

Inconsistent rendering across systems

Additional Tools

Git Hooks

Automatically check commits and messages for emojis

curl -s https://nomoji.dev/examples/scripts/setup-hooks.sh | bash
Learn more about Git Hooks →

API Access

Integrate nomoji rules into your own tools and workflows

GET /api/rules/defaultGET /api/template/default/:assistantPOST /api/analyze
View Full API Documentation