Quantum Security as a Service (Q-SaaS)
Enterprise-grade quantum-safe AI infrastructure for financial services. NIST PQC compliant, EU AI Act ready, CNSA 2.0 certified.
Built by Taurus AI Corp | Ontario, Canada | q-grid.net
Q-GRID Comply | comply.q-grid.net
Enterprise PQC migration platform with cryptographic agility, AI-powered vulnerability detection, and immutable compliance verification.
- EU AI Act compliance assessment wizard
- Quantum Readiness Score (QRS) dashboard
- ML-DSA/ML-KEM cryptographic operations
- Blockchain-anchored audit trails via Hedera HCS
- SaaS billing ($500-$2,000/mo via Stripe)
AI-powered lending platform for MSMEs and NBFCs with credit scoring, document verification, and portfolio analytics.
Autonomous financial research CLI with 16+ data integrations, LangChain orchestration, and multi-provider LLM support.
taurus-ai-saas/
├── packages/
│ ├── core/ # Shared SDK wrapper, auth, types
│ ├── api/ # Fastify backend (sessions, SSE, auth)
│ ├── web/ # Next.js 15 chat interface
│ ├── cli/ # Command-line interface
│ ├── mcp-servers/ # Hedera blockchain MCP server (17 tools)
│ ├── dexter/ # Autonomous research agent (Bun)
│ └── orchestrator/ # LangChain agent workflows
├── products/
│ ├── gridera/ # Q-GRID Comply (MVP shipping)
│ │ ├── web/ # Next.js 15 SaaS (Prisma, Stripe, NextAuth)
│ │ └── src/ # Core crypto & Hedera integration
│ └── lendgrid/ # Q-GRID Lend (v1.2 planned)
├── DOCS/
│ └── IP-PROTECTION/ # IP protection automation, patents & notices
├── .github/
│ ├── workflows/ # CI, Security, Release, IP-Protection-Bot
│ └── ISSUE_TEMPLATE/ # Bug report & feature request templates
└── docker-compose.yml # Container deployment
| Layer | Technology |
|---|---|
| Frontend | Next.js 15, React 19, Tailwind CSS, shadcn/ui |
| Backend | Fastify, Server-Sent Events, Prisma ORM |
| Blockchain | Hedera Hashgraph SDK (HTS, HCS, HSCS) |
| AI/ML | Claude (Anthropic), LangChain, Ollama |
| Cryptography | ML-DSA (FIPS 204), ML-KEM (FIPS 203) |
| Auth | NextAuth.js v5 |
| Billing | Stripe Subscriptions |
| Runtime | Node.js 20+ (platform), Bun (Dexter) |
| Infrastructure | Vercel, Docker, npm workspaces |
- Node.js 20+
- npm 9+
git clone https://github.com/Taurus-Ai-Corp/Comply.Q-Grid.git
cd taurus-ai-saas
npm install
cp .env.example .env# All packages
npm run dev
# Q-GRID Comply only (port 3002)
npm run dev --workspace=products/gridera/web
# API server (port 3001)
npm run dev --workspace=packages/api
# Type-check everything
npm run typecheck
# Build everything
npm run build17 blockchain tools via Model Context Protocol:
| Category | Tools | Count |
|---|---|---|
| Accounts | Balance queries, account creation, info | 3 |
| Tokens | Create, transfer, associate (HTS) | 3 |
| Smart Contracts | Deploy, call, query (HSCS) | 3 |
| Consensus | Topic create, submit message, get messages (HCS) | 3 |
| Files | Create, read, append | 3 |
| Network | HBAR transfer, network info | 2 |
| Standard | Status | Deadline |
|---|---|---|
| NIST PQC (FIPS 203/204/205) | Implemented | Active |
| EU AI Act | Assessment Ready | August 2, 2026 |
| CNSA 2.0 | Compliant | January 2027 |
| G7 PQC Roadmap | Tracking | 2030 |
25 patent claims across 2 provisional patents. See IP-NOTICE.md for full details.
| Patent | Claims | Filed | Innovation |
|---|---|---|---|
| 001 | 10 (3+7) | 2026-02-06 | Quantum-Resistant Payment Processing on DAG DLT |
| 002 | 15 (7+8) | 2026-02-07 | Cryptographic Agility & Q-GRID Comply Platform |
Defensive publications across 11 channels:
| Channel | Legal Weight | Status |
|---|---|---|
| TDCommons | Highest | Disclosure ready |
| arXiv (cs.CR) | Very High | 3 papers ready |
| IP.com PAD | High | Disclosure ready |
| Zenodo | High | DOI pending (via GitHub Release) |
| SSRN | Medium-High | 2 papers ready |
| Hedera HCS | Medium-High | Blockchain timestamp ready |
| HuggingFace | Medium | 4 model cards ready |
| Internet Archive | Medium | Wayback snapshots ready |
| GitHub | High | Published |
See PUBLICATION-GUIDE.md for submission instructions.
See CONTRIBUTING.md for guidelines. All contributions require agreement to our CLA.
Report vulnerabilities privately via SECURITY.md or GitHub Security Advisory.
| Tier | Benefits |
|---|---|
| Supporter ($5/mo) | Name in SPONSORS.md |
| Bronze ($100/mo) | Logo + Priority support |
| Gold ($2,000/mo) | Feature priority + Dedicated support |
- Website: taurusai.io
- Platform: q-grid.net
- Email: admin@taurusai.io
- Twitter: @TaurusAI_
- Location: Ontario, Canada
MIT License with trademark restrictions - see LICENSE and LICENSE-TRADEMARK.
Patent-pending innovations documented in DOCS/IP-PROTECTION/IP-NOTICE.md.
Built by Taurus AI Corp - Orchestrated Agentic Intelligence