Personal Analytics & Business Intelligence for Everyone
Live Demo • Pitch Video • Twitter
- Click to see the Pitch Deck here
- Click here to watch the pitch video
- Alternative link: https://www.loom.com/share/4e215977cbb54d6e8efb6dd411f772f1
Solana founders and individuals are drowning in Big data:
- Dune Analytics requires SQL knowledge and custom dashboard setup
- Alchemy and similar tools provide raw data overload
- Block explorers show transaction hashes, not insights
- No simple way to understand "where is my money going or how my program is functioning?"
Result: Hours wasted making sense of on-chain activity instead of building.
Vialytics turns your Solana wallet data into plain insights enhanced by AI.
Just paste your wallet address and ask Via — our AI assistant — anything:
"Where did I spend the most this month?"
"What tokens am I most active in?"
"Summarize my wallet activity"
No dashboards to configure. No SQL to write. Just answers.
| Feature | Description |
|---|---|
| Via AI Chat | Natural language Q&A about your wallet activity |
| Activity Dashboard | Total balance, money in/out, net flow at a glance |
| Activity Charts | Visual timeline of your on-chain activity |
| Smart Labels | Friendly names for known protocols (Jupiter, Raydium, etc.) |
| Rust Indexer | High-performance transaction processing |
| Helius Integration | Real-time data enrichment from Helius/Orb |
| Layer | Technology |
|---|---|
| Frontend | React + TypeScript + Bun + Tailwind |
| Backend | FastAPI (Python) |
| Indexer | Rust (yellowstone-vixen) |
| AI | Groq API (llama-3.3-70b) |
| Data Enrichment | Helius / Orb API |
| Database | SQLite + Supabase |
Integrate Vialytics into your own app:
import { Vialytics } from '@vialytics/sdk';
const insights = await Vialytics.analyze('wallet-address');- Monitor program accounts and token treasuries
- Set up alerts for unusual activity
- Generate reports for stakeholders
Setup Instructions
- Bun runtime
- Python 3.8+
- Groq API key (free at console.groq.com)
cd vialytics-api
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
PYTHONPATH=src python -m vialytics_api.api_servercd app
cp .env.example .env
bun install
bun run devVisit http://localhost:3000
vialytics/
├── app/ # Frontend (React + Bun)
├── vialytics-api/ # Backend API (FastAPI)
└── vialytics-core/ # Transaction indexer (Rust)
Emmanuel Adebayo Abimbola
Solana Turbin3 Q4 Builder
- GitHub: @neocryptoquant
- X/Twitter: @eaabimbola
Built with 😘❤️ for Everyone.
This project aims to become the go-to analytics infrastructure for the Solana ecosystem.
MIT
