AI-powered decentralized science platform for genomic research with permanent blockchain storage
Helixai is a Decentralized Science (DeSci) platform that democratizes and brings transparency to scientific research.
Core Problems We Solve: Traditional scientific research relies on centralized institutions, facing issues with data reproducibility and transparency. Additionally, general researchers struggle to access expensive analytical tools.
Our Solution:
AI-Powered Research Tools: By integrating Stanford's Biomni AI Agent, anyone can perform gene analysis, drug repurposing, and biomedical research using natural language queries.
Permanent Blockchain Storage: All research results are stored on the Base Sepolia blockchain, creating verifiable and tamper-proof scientific records.
Real-time AI Interaction: Through Server-Sent Events (SSE), users can engage in real-time conversations with AI while conducting research, transparently viewing the reasoning process.
Open Ecosystem: Anyone can participate by simply connecting their wallet, and all research results are verifiable on the Base Sepolia block explorer.
Use Cases:
Vision: We aim to transform scientific research from an activity controlled by a few institutions into an open ecosystem where anyone worldwide can participate and contribute, ultimately advancing human health and welfare.
Architecture Overview: Helixai is built on a 3-tier architecture: Frontend (Next.js), Backend (FastAPI + Biomni AI), and Blockchain (Base Sepolia).
Frontend (Next.js 15.2.4):
Backend (Python FastAPI):
Blockchain (Base Sepolia + Hardhat 3):
Notable Implementation Highlights (Hacky but Notable):
SSE-based Real-time AI Streaming: We combined FastAPI's StreamingResponse with Next.js's ReadableStream to deliver the AI's reasoning process to users in real-time. We manage states granularly with various event types like event: message, event: blockchain, event: done. This provides a much richer user experience than typical REST APIs.
Biomni AI Multi-stage Reasoning Visualization: We show users everything about what tools the AI uses internally and what thought processes it goes through. Implemented with Collapsible UI so detailed logs can be checked only when needed. This is a key feature ensuring reproducibility and transparency in scientific research.
Automated Blockchain Storage Pipeline: When AI research completes, the backend automatically stores results on the blockchain via Web3.py. Users can permanently preserve results without additional wallet signatures. We display transaction hash, block number, and gas usage in real-time on the frontend.
Scaffold-ETH 2 Custom Hooks Utilization: We implemented type-safe and automated contract interactions using hooks like useScaffoldReadContract and useScaffoldWriteContract. ABI and addresses automatically synchronize, significantly improving frontend development speed.
Technology Stack Summary:
This project is not just a combination of technologies, but a platform that organically integrates three innovative fields - AI, blockchain, and bioinformatics - to present the future of scientific research.

