Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

AIX-Format/axiomid-project

Repository files navigation

The AIX Sovereign Stack. Echo369. L0 Root Authority. L1 Protocol. L2 Runtime. L3 Marketplace. L4-L6 Satellites

AIX Stack Spec Layer Version License

Root Authority  .  👑 L0 . axiomid-project . YOU ARE HERE  .  Sovereign Core: L1 aix-format  .  L2 iqra  .  L3 aix-agent-skills

Satellites: L4 AlphaAxiom  .  L5 PiWorker-OS  .  L6 GemClaw  .  identity flows: L0 -> all (every agent carries did:axiom:axiomid.app:*)


AxiomID Banner

AxiomID: The Human Authorization Protocol

Built by Mohamed Abdelaziz

"Identity is an Asset, not a Biometric."

Status Stack Aesthetic

Sovereign AI Stack · 1 Human + 12 AI Agents across 5 projects

🧬 Philosophy📐 Architecture🗺️ Roadmap🚀 Quick Start


🧬 Philosophy

AxiomID rejects the dystopian future of iris scans and hardware dependencies. We believe your identity is defined by your history, your actions, and your reputation—not your biology.

We are building the "Quantum Command Center" for digital identity:

  • Software-First: No Orbs, no hardware.
  • Privacy-Preserving: Zero-knowledge proofs of humanity.
  • Asset-Based: Your reputation is an asset you build, own, and stake.

The "Sophisticated Engineering" Aesthetic

Our UI reflects our code: dark, precise, and data-dense. We use an OLED Black foundation with Neon Emerald (Verified) and Electric Blue (Data) accents. It feels like jacking into a secure mainframe, not browsing a marketing site.


📐 Architecture & Tiers

AxiomID uses a progressive trust model. You don't just "have" an ID; you level up your clearance.

Tier XP Status Description
GHOST 0 🌑 Locked Unverified. Lurker status. Limited access.
SPARK 100 🟢 Verified Basic "Proof of Humanity". Social accounts connected.
PULSE 500 🔵 Active Proven history. Active wallet, transaction history.
AXIOM 1000 🟣 Elite High reputation. Financial stake locked. Vouching power.

🛠️ Tech Stack

  • Frontend: Next.js 15 (App Router), Tailwind CSS, Framer Motion (Bento Grids, Floating Elements).
  • Backend: Next.js API Routes (Serverless).
  • Database: SQLite (via Prisma ORM) for rapid MVP execution. Ready for migration to PostgreSQL/Supabase.
  • Auth: Web3 First (Wallet Connect).

📂 Project Structure

axiomid/
├── src/
│   ├── app/
│   │   ├── page.tsx              # 🖥️ The Command Center (Bento Grid)
│   │   ├── globals.css           # 🎨 Dark Engineering Theme
│   │   ├── api/                  # ⚡ Backend Logic
│   │   │   ├── auth/connect/     # Wallet Authentication
│   │   │   ├── action/claim/     # XP & Tier Logic
│   │   │   └── user/status/      # Data Fetching
│   │   └── context/
│   │       └── wallet-context.tsx # 🧠 Global State Management
│   └── lib/
│       ├── prisma.ts             # Database Client
│       ├── actions.ts            # "Proof of Work" Definitions
│       └── tiers.ts              # Gamification Logic
├── prisma/
│   ├── schema.prisma             # Database Schema
│   └── dev.db                    # Local SQLite DB
└── STRATEGY.md                   # 📜 Competitive Analysis & Future Roadmap

🤝 The Consortium: 1 Human + 4 AI Agents

AxiomID is the Root Authority of the Sovereign AI Stack: 5 sovereign projects engineered by 1 human and 12 AI agents in total. AxiomID alone carries the fingerprints of 4 of those 12 agents, derived from commit history (direct authors, Co-authored-by trailers, and review attributions).



Mohamed Abdelaziz
🏛️ Founder & Lead Architect
Vision · First Principles · Final Authority


Jules
🔁 Autonomous Agent
Code generation · Refactoring · Security


Codesmith
🔨 Forge & CI Steward
Blacksmith · Autofix · PRs


Gemini
🧠 Strategic AI Model
Systems thinking · Logic core · Roadmap
 

Mission Control, Cross-Surface Orchestration & Vibe-Coding Environment

Built in the Agent-First Era using Google Antigravity.


🗺️ Roadmap & Strategy

We have conducted a deep Competitive Analysis of World Network, Gitcoin Passport, and others.

Upcoming "Moonshot" Features:

  1. The Meta-Aggregator: Ingest scores from Gitcoin/WorldID to boost Axiom XP.
  2. Proof of Time-Stake ("The Vault"): Lock USDC to prove long-term human intent.
  3. Axiom Vouch: High-stakes peer-to-peer verification.

🚀 Quick Start

Prerequisites

  • Node.js 20+
  • npm

Installation

# 1. Clone the repository
git clone https://github.com/Moeabdelaziz007/axiomid-project.git
cd axiomid-project

# 2. Install dependencies
npm install

# 3. Initialize Database (SQLite)
npx prisma db push

# 4. Run development server
npm run dev

Open http://localhost:3000. Click "INITIALIZE SEQUENCE" to connect your wallet (simulated or real).


📄 License

Proprietary — All Rights Reserved © 2026 Mohamed Abdelaziz.

See LICENSE for full terms. This repository is private (package.json declares private: true); the source, documentation, and configuration may not be copied, redistributed, sublicensed, or used to train any model without prior written permission.




AxiomID: بروتوكول التفويض البشري

「الهوية هي أصل تمتلكه، وليست بصمة بيولوجية.」


🌍 الرؤية والفلسفة

نحن نرفض المستقبل الديستوبي الذي يعتمد على مسح قزحية العين والأجهزة المعقدة. AxiomID هو "مركز القيادة" للهوية الرقمية:

  • برمجيات أولاً (Software-First): لا حاجة لأجهزة "Orbs".
  • الخصوصية: إثبات الإنسانية دون كشف هويت الشخصية.
  • الأصول: سمعتك هي أصل تبنيه وتمتلكه.

📐 الهيكلة والمستويات

المستوى XP الحالة الوصف
GHOST 0 🌑 شبح غير موثق. صلاحيات محدودة.
SPARK 100 🟢 شرارة إثبات إنسانية أساسي (حسابات اجتماعية).
PULSE 500 🔵 نبض تاريخ موثق. نشاط محفظة ومعاملات.
AXIOM 1000 🟣 بدهية سمعة عالية. رهان مالي (Stake). قوة التزكية.

🚀 البدء السريع

# 1. استنساخ المستودع
git clone https://github.com/Moeabdelaziz007/axiomid-project.git
cd axiomid-project

# 2. تثبيت التبعيات
npm install

# 3. تهيئة قاعدة البيانات
npx prisma db push

# 4. تشغيل النظام
npm run dev

👑 L0 . ROOT AUTHORITY . axiomid-project . YOU ARE HERE  .  Sovereign Core: L1 aix-format  .  L2 iqra  .  L3 aix-agent-skills

Satellites: L4 AlphaAxiom  .  L5 PiWorker-OS  .  L6 GemClaw

AIX Stack. Echo369. King is not Born, he is Made.

About

The Human Authorization Protocol for the Agentic Era. A Sybil-resistant identity layer proving human intent behind AI actions. Built with First Principles using Google Antigravity & Gemini.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors