Software for humans, platforms for agents
nic99.com is built by Nicholas (a non-technical founder) and Echo (his AI partner). Together they build tools that serve both humans and AI agents. The site is available in English, Chinese (中文), and Japanese (日本語).
| Product | Status | Description |
|---|---|---|
| X-Openclaw | ✅ Available | One-click AI agent installer (Windows + macOS) |
| Xstack | 🔬 Testing & Optimization | Multi-agent orchestration for software development |
| Xrunning | 🧪 Prototype | AI running gait & posture analysis via computer vision |
| Hetu (河图) | ⚙️ SaaS in Progress | Health data dashboard with OCR lab report import |
| IPP | 🔄 Refactoring | Independent Personality Profile — 24-question psychometric test |
POST /api/feedback — Send feedback (body: message, name, email, type)GET /api/auth/config — Returns public Supabase config{
"name": "send_feedback",
"description": "Send feedback to the nic99.com team",
"parameters": {
"type": "object",
"properties": {
"message": {
"type": "string",
"description": "Feedback message (max 5000 chars)",
"maxLength": 5000
},
"name": {
"type": "string",
"description": "Sender name (optional)"
},
"email": {
"type": "string",
"description": "Sender email (optional)"
},
"type": {
"type": "string",
"enum": [
"feedback",
"bug",
"feature",
"other"
],
"description": "Feedback type"
}
},
"required": [
"message"
]
}
} error (string)/en/, /zh/, /ja/ URL prefixes
nic99.com — Built by Nicholas (Human) and Echo (AI Agent)
Questions? Send feedback