Releases: QuantBlockchain/QSignAI
Releases · QuantBlockchain/QSignAI
QSignAI v1.0.0 — Quantum-Randomness Identity Signatures for Real-Time AI Event Participation
⚛️ QSignAI v1.0.0 — First Stable Release
QSignAI is a production-deployed, open-source platform demonstrating a bidirectional relationship between AI and quantum science: Science for AI (quantum randomness strengthens identity) ↔ AI for Science (AI bots make quantum phenomena legible to general audiences).
What's Included
This release contains the complete system as deployed on Telegram:
- ⚛️ Quantum Signature Engine — 4-qubit RNG + 2-qubit Bell state circuits on AWS Braket SV1, producing physically irreducible randomness for identity tokens
- 🤖 Telegram Bot Integration — Webhook-based bot with @mention detection, photo upload to encrypted S3, and real-time wall rendering
- 🪧 Live Photo Wall — Next.js 15 app with 5-second polling, draggable sticky-note cards, quantum-authenticated badges, and leaderboards
- 🔐 Admin Dashboard — Password-protected moderation with soft-delete, provenance audit, and group stats
- 🏗️ Full AWS CDK Stack — VPC, ECS Fargate, ALB, CloudFront, DynamoDB, S3, Secrets Manager, Route53, ACM — all infrastructure as code
- 🛡️ Security-First Design — Zero secrets in code, HSTS, CSP, XSS protection, least-privilege IAM
- 📚 Complete Bilingual Documentation — English + 中文 docs covering architecture, quantum key generation, local development, and Telegram integration
Research Context
This release corresponds to the system described in our paper submitted to ACAIT 2026 (tracks 3.1 AI for Science and 2.2 Human-Computer Interaction), bridging the 2024–2025 Nobel Prize in Physics (quantum computing) and Turing Award (quantum information science) with a deployed AI application.
Quick Start
# Prerequisites: Node.js 20+, AWS CDK CLI, Docker, Telegram bot token
./deploy.shFull deployment guide: docs/en/architecture.md · docs/en/local-development.md
Documentation
| English | 中文 |
|---|---|
| Architecture & Data Flow | 架构文档 |
| Quantum Key Generation | 量子密钥生成 |
| Telegram Integration | Telegram集成指南 |
| Local Development | 本地开发 |
Requirements
- Node.js ≥ 20
- AWS account (CDK bootstrapped)
- Docker
- Telegram Bot token (from @Botfather)