georgianastasov/eye-of-mordor
A Lord of the Rings-inspired command dashboard built with Ignite UI for React, and Ignite UI MCP-driven development.
Platform-specific configuration:
{
"mcpServers": {
"eye-of-mordor": {
"command": "npx",
"args": [
"-y",
"eye-of-mordor"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> The all-seeing command dashboard for running Mordor like an empire, not a campfire rumor. 👁️
Eye of Mordor is a React and Ignite UI application themed as Sauron's all-seeing control center. It brings together military readiness, chain of command, food logistics, armory production, and spy intelligence into one interactive interface designed to feel dramatic, readable, and fast to scan.
This is not a generic admin panel with a fantasy coat of paint. The app is built around the idea of a living command surface: something a Dark Lord would actually use to monitor battalions, puppet states, supplier health, critical alerts, and every whisper connected to the One Ring.
And every line of it was generated through chat prompts — no manual scaffolding, no boilerplate hunting, no documentation spelunking. This project is a showcase of what Ignite UI CLI MCP makes possible.
---
The entire project was created from a single command:
ig newThat is it. Ignite UI CLI walked through the options — framework, template, theme — and produced a fully configured React + TypeScript + Vite project. But more importantly, it did not just generate source code. It set up the complete AI-assisted development environment automatically:
.claude/skills/ that teach the AI assistant how to use Ignite UI components correctly, apply theming, and optimize bundle size for this exact projectNo manual MCP setup. No copying JSON configuration from documentation pages. No hunting for the right import paths or component APIs. The project opened in VS C
Loading reviews...