Skip to content

Repository files navigation

Vialytics Logo

Vialytics

Personal Analytics & Business Intelligence for Everyone

Live DemoPitch VideoTwitter

Solana Rust React FastAPI


Pitch Deck && Demo Links


The Problem

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.


The Solution

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.


Key Features

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

Screenshots

image

Tech Stack

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

Future Iteration

Phase 1: SDK Release

Integrate Vialytics into your own app:

import { Vialytics } from '@vialytics/sdk';
const insights = await Vialytics.analyze('wallet-address');

Phase 2: Founder Mode

  • Monitor program accounts and token treasuries
  • Set up alerts for unusual activity
  • Generate reports for stakeholders

Quick Start

Setup Instructions

Prerequisites

Backend

cd vialytics-api
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
PYTHONPATH=src python -m vialytics_api.api_server

Frontend

cd app
cp .env.example .env
bun install
bun run dev

Visit http://localhost:3000


Project Structure

vialytics/
├── app/                    # Frontend (React + Bun)
├── vialytics-api/          # Backend API (FastAPI)
└── vialytics-core/         # Transaction indexer (Rust)

Team

Emmanuel Adebayo Abimbola
Solana Turbin3 Q4 Builder

Built with 😘❤️ for Everyone.

This project aims to become the go-to analytics infrastructure for the Solana ecosystem.


License

MIT

About

Personal Analytics || Business Intelligence for everyone

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages