Built by Mohamed Abdelaziz
"Identity is an Asset, not a Biometric."
🧬 Philosophy • 📐 Architecture • 🗺️ Roadmap • 🚀 Quick Start
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.
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.
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. |
- 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).
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
| Entity | Classification | Primary Function |
|---|---|---|
| Mohamed Abdelaziz | Founder & Lead Architect | Vision, First Principles & Final Authority |
| Gemini (Google) | Strategic AI Model | Systems Thinking, Logic Core & Roadmap Strategy |
| Jules (Google) | Autonomous Agent | Code Generation, Refactoring & Security |
| Google Antigravity | Agentic IDE Platform | Mission Control, Cross-Surface Orchestration & Vibe-Coding Environment |
Built in the Agent-First Era using Google Antigravity.
We have conducted a deep Competitive Analysis of World Network, Gitcoin Passport, and others.
Upcoming "Moonshot" Features:
- The Meta-Aggregator: Ingest scores from Gitcoin/WorldID to boost Axiom XP.
- Proof of Time-Stake ("The Vault"): Lock USDC to prove long-term human intent.
- Axiom Vouch: High-stakes peer-to-peer verification.
- Node.js 20+
- npm
# 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 devOpen http://localhost:3000. Click "INITIALIZE SEQUENCE" to connect your wallet (simulated or real).
MIT License © 2026 Mohamed Abdelaziz
「الهوية هي أصل تمتلكه، وليست بصمة بيولوجية.」
نحن نرفض المستقبل الديستوبي الذي يعتمد على مسح قزحية العين والأجهزة المعقدة. 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