const adarsh: Developer = {
name : "Adarsh A S",
alias : "Adarsh-codesOP",
role : "Full-Stack Developer · AI/ML Builder · Blockchain Engineer",
education : "B.E. Computer Science Engineering — 4th Year 🎓",
location : "Bengaluru, India 🇮🇳",
currentlyBuilding: [
"ContriBlock — Blockchain platform that rewards knowledge contributions",
"Klein — Terminal-native TUI IDE for keyboard-driven developers",
"ACE — Persistent memory & context engine for AI assistants",
"AskDB — Query any database with plain English + AI",
],
stack : ["React", "TypeScript", "FastAPI", "Python", "PostgreSQL",
"Redis", "Docker", "IPFS", "Solidity", "Node.js", "Flask"],
interests : ["System Design", "Distributed Systems", "Blockchain",
"AI/ML", "Developer Tools", "Real-Time Architectures"],
funFact : "I build developer tools because I'm tired of bad ones 😤",
motto : "⚡ Build. Learn. Improve. Repeat.",
};📖 More About Me — click to expand
- 🔭 I architect systems that are scalable, transparent, and actually solve real problems
- 🧠 Obsessed with AI/ML — from NLP pipelines to context-aware persistent AI assistants
- ⛓️ Exploring how blockchain creates fairer, ownership-first digital economies
- 🖥️ I build developer tools for developers — Klein is my love letter to the terminal
- 🗣️ Believe your database should speak your language — hence AskDB
- 🎵 Even built a fair music voting system so no one's playlist gets steamrolled
- 🤝 Always open to collabs — DM me anytime
"Every project here solves a real problem. No toy apps."
┌─────────────────────────────────────────────────────────────────┐
│ │
│ USER ──► CONTRIBUTE ──► VERIFY ──► EARN ContriTokens 🪙 │
│ │ │
│ Smart Contract Layer │
│ IPFS Decentralized Storage │
│ PostgreSQL + Redis Cache │
│ │
└─────────────────────────────────────────────────────────────────┘
A blockchain-based platform where your research, knowledge, and creative work is verified on-chain and rewarded with ContriTokens — real currency for real contributions. Your work, your ownership.
| Layer | Tech |
|---|---|
| 🖥️ Backend | FastAPI · PostgreSQL · Redis |
| ⛓️ Blockchain | Solidity · Smart Contracts · Ethereum |
| 📦 Storage | IPFS (decentralized & permanent) |
| 🔐 Auth | Wallet-based authentication |
Highlights:
- ✅ On-chain contribution verification pipeline
- ✅ ContriToken minting, trading & exchange
- ✅ Decentralized file ownership via IPFS
- ✅ Transparent reward distribution via smart contracts
┌──────────────────────────────────────────────────────────────────┐
│ klein ● [main.py] [app.ts] [README.md] ✕ [1/3] │
├─────────────────────────────────┬────────────────────────────────┤
│ 1 import fastapi │ 📁 Project Explorer │
│ 2 from fastapi import FastAPI │ ├── 📁 src/ │
│ 3 │ │ ├── 📄 main.py │
│ 4 app = FastAPI() │ │ ├── 📄 models.py │
│ 5 │ │ └── 📄 routes.py │
│ 6 @app.get("/") │ ├── 📁 tests/ │
│ 7 def root(): │ └── 📄 README.md │
│ 8 return {"ok": True} │ │
│ 9 │ │
├─────────────────────────────────┴────────────────────────────────┤
│ $ uvicorn main:app --reload [NORMAL] [UTF-8] [Ln 8] │
└──────────────────────────────────────────────────────────────────┘
A full IDE that lives in your terminal. Multi-tab editing, integrated terminal, file explorer — all keyboard-driven. Zero mouse required, zero compromise.
| Feature | Description |
|---|---|
| 📑 Multi-Tab Editing | Work across multiple files simultaneously |
| ⌨️ Keyboard-First | Every action mapped — no mouse, ever |
| 🖥️ Integrated Terminal | Run, test, and debug without leaving the editor |
| 🌳 File Tree | Full project navigation like a real IDE |
| ⚡ Lightweight | Minimal memory footprint, maximum speed |
Past Conversations ──┐
Project Files ────────┼──► [ ACE Engine ] ──► Context-Aware AI 🧠
Code Snippets ────────┘ │
Vector DB
Persistent Memory
Semantic Retrieval
Automatic Context Injection
Gives AI assistants what they've always lacked — persistent memory. ACE stores context from your conversations, files, and projects, and automatically retrieves what's relevant so your AI actually remembers you.
| Component | Details |
|---|---|
| 🧠 Memory Store | Vector Database + Embeddings |
| 🔍 Retrieval | Semantic search over stored context |
| 📁 Ingestion | Files · Conversations · Projects |
| 🤖 Integration | Pluggable into any AI assistant |
Highlights:
- ✅ Persistent memory that survives across sessions
- ✅ Semantic context retrieval — finds what matters
- ✅ Auto-injects relevant context during interactions
- ✅ Makes AI behave like a real assistant, not a goldfish
You: "Show me top 10 users by revenue last month"
│
▼
[ Google Gemini AI ]
│
▼
SELECT u.name, SUM(o.amount) AS revenue
FROM users u JOIN orders o ON u.id = o.user_id
WHERE o.created_at >= NOW() - INTERVAL '1 month'
GROUP BY u.name ORDER BY revenue DESC LIMIT 10;
│
▼
┌──────────────────────────────────┐
│ 📊 Bar Chart │ 📋 Data Table │
│ 🥧 Pie Chart │ 📈 Line Graph │
└──────────────────────────────────┘
Natural language → SQL → beautiful visualizations. Supports PostgreSQL, MySQL, MongoDB, SQLite. Analysts, developers, and non-technical users can finally talk to their data.
| Layer | Tech |
|---|---|
| 🤖 AI Engine | Google Gemini AI |
| 🖥️ Frontend | React · Chart.js |
| ⚙️ Backend | Flask · SQLAlchemy |
| 🐳 Infra | Docker |
| 🗄️ Databases | PostgreSQL · MySQL · MongoDB · SQLite |
Highlights:
- ✅ Natural language → SQL auto-generation via Gemini
- ✅ Multi-database support out of the box
- ✅ Interactive charts: bar, pie, line, table
- ✅ Schema explorer + ER diagram viewer
- ✅ Conversational analytics with follow-up questions
- ✅ Intelligent query suggestions
Always open to interesting projects, collabs, and conversations.
💬 "The best tools are the ones you build because you're tired of the existing ones."


