Skip to main content
Glama
astatineRS
by astatineRS

Nexoraa

Die offene KI-Arbeitskräfte-Plattform. Kartiere die 137 KI-Jobs, die in deinem Unternehmen über 7 Abteilungen hinweg versteckt sind, stelle sie als ausführbare Skills in Abhängigkeitsreihenfolge bereit und besitze alles.

Ein vollwertiges, verkaufbares SaaS — Premium-Marketing-Website, eine animierte interaktive Nexus-Karte, eine geschützte Skill-Bibliothek (36 ausführbare Skills, die alle 137 Jobs abdecken), Preise mit Stripe-Checkout, Auth und ein persönliches Rollout-Dashboard — plus die offene Engine (Skills + Audit-CLI + MCP-Server), auf der es aufbaut.

Live-Oberflächen: / Landing · /explore interaktive Karte · /skills + /skills/[...] geschützte Bibliothek · /pricing · /signin /signup · /dashboard.

Stack

  • Next.js 16 (App Router, RSC) · React 19 · TypeScript (streng)

  • Tailwind CSS v4-Design-Tokens · Framer Motion (motion) für alle Animationen

  • Stripe-Abonnements (schlüsselgeschützt) · jose-JWT-Sessions · PBKDF2-Passwort-Hashing

  • Content-getrieben: liest content/skilltree.json (die Taxonomie) und content/skills/*.md (die Skill-Dateien) bei jeder Anfrage. Die offene Engine befindet sich in content/engine/.

Related MCP server: skills-mcp-server

Schnellstart

pnpm install
pnpm dev            # http://localhost:3000  (Turbopack)
pnpm build && pnpm start

Konfiguration (alle optional — die App läuft ohne diese offen)

Env-Variable

Aktiviert

STRIPE_SECRET_KEY

Live-Checkout auf /pricing (andernfalls ein klarer „nicht konfiguriert“-Hinweis; der offene Kern bleibt kostenlos)

AUTH_SECRET

Signaturschlüssel für Session-JWTs (andernfalls wird ein Dev-Standard verwendet)

Auth ist Demo-Qualität (dateibasierter Benutzerspeicher unter content/.users.json, git-ignoriert). Tausche src/lib/users.ts in der Produktion gegen eine echte Datenbank aus.

Architektur

src/app/            routes (landing, explore, skills, pricing, dashboard, auth, /api/*)
src/components/      map (Nexus + explore), marketing, skills, pricing, dashboard, auth, ui, site
src/lib/            data + skills loaders, session, entitlement, stripe, map model
content/
  skilltree.json    7 departments · 34 functions · 137 jobs (tools + autonomy level)
  skills/           36 SKILL.md files (Foundation + 34 function skills), MIT
  engine/           the Python engine: audit CLI, KB scaffolder, LLM runner, MCP server

Zugriffsbeschränkung

Kostenlos wird jeder Skill (~40 % der Datei) und die gesamte Karte als Vorschau angezeigt. Pro/Team schalten die vollständigen Skill-Dateien frei. Die Berechtigung ist eine einzige Quelle der Wahrheit in src/lib/entitlement.ts, gesteuert durch ein signiertes Session-Cookie; der Stripe-Checkout aktualisiert den Plan bei Erfolg.

Die Nexus-Karte

src/components/map/nexus.tsx — ein animiertes radiales SVG: ein zentraler Company-Brain-Hub mit den 7 umkreisenden Abteilungen; die Auswahl einer Abteilung fächert ihre Funktionen mit gestaffelter, federnder Bewegung auf. Treibt sowohl den Hero (automatischer Zyklus) als auch /explore (interaktiv mit Live-Detailpanel, Suche, Deep-Links und Autonomie-Legende) an.

Die offene Engine (content/engine)

Gleiche Taxonomie, ausführbar aus einem Terminal oder jedem MCP-Client:

cd content            # the engine package sits alongside skilltree.json + skills/
python3 -m engine stats                   # 137 jobs · 36 skills
python3 -m engine audit --out tree.json   # inspect your stack; import into /dashboard
python3 -m engine mcp                     # stdio MCP server exposing all skills

Lizenz

MIT. Alles, was du baust, gehört dir.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides comprehensive AI model metadata through MCP, enabling search and filtering of 100+ AI models by capabilities, pricing, context length, and provider specifications.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A high-performance MCP server that provides BM25-ranked search and structured access to over 1,300 AI skills, enabling context-efficient discovery and usage of AI capabilities while minimizing token consumption.
    20
    ISC
  • A
    license
    A
    quality
    C
    maintenance
    MCP server exposing 40 best-practice product management skills plus workflows and lifecycle tools, instantly accessible to any AI via Model Context Protocol.
    19
    66
    18
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Provides 634+ curated production-ready AI skills for any MCP-compatible client, covering areas like security, frontend, backend, infrastructure, AI/ML, and architecture. Enables AI agents to access best practices, patterns, and solutions across multiple domains.
    6
    8
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/astatineRS/Nexoraa-tree'

If you have feedback or need assistance with the MCP directory API, please join our Discord server