27 ranked Solana product ideas with partial scaffolds and early implementation work. Built from ecosystem research of 300+ tools across 35 categories. Status: Strategy docs are strong; three apps have active implementation in SolanaIdeasLab-projects • Updated: July 2026
The Solana ecosystem has 300+ tools — but 78 are trading/sniper/telegram bots competing for the same users. The real opportunities lie where nobody else is building:
- AI Agents: 1 competitor (Griffain) → 10/10 gap
- Airdrop Trackers: 2 competitors → 9/10 gap
- Wallet Trackers: 4 competitors → 8/10 gap
- Token Safety: 6+ partial tools → 8/10 gap
- On-Chain Casinos: 13 competitors → 7/10 gap
Don't build the 39th trading bot. Build where nobody else is building.
-
Token Safety Bot — best current implementation target
This is the strongest place to continue turning the strategy into a runnable product.
-
Token Sniper Bot — sibling reference implementation
This is the most complete TypeScript/Node scaffold in the repo and should be treated as a reference while stabilizing the safety stack.
- Review the Master Plan - MASTER-PLAN.md
- Check Market Gaps - GAP-ANALYSIS.md
- Study Competition - MARKET-MAP.md
- Review Tech Stack - tech-stack.md
| Maturity | Meaning |
|---|---|
| Idea | Ranked opportunity with strategy documentation only |
| Scaffold | Folder structure and/or README exist, but core app logic is not wired |
| Partial implementation | Real source files exist, but the app is not yet a stable baseline |
Month 1: Token Sniper Alert Bot + Token Safety Bot → $5K–9K/mo
Month 2: Wallet Tracker Pro + Alpha Community → $15K–20K/mo
Month 3: KOL Tracker + Token Safety Suite API → $30K+/mo
Month 4: On-Chain Casino (launch) → $50K+/mo
Month 5: Casino scaling + white-label program → $75K+/mo
Month 6: AI Agent Platform → $150K+/mo
| File | Tier | Projects | Build Time |
|---|---|---|---|
| tier1-weekend-builds.md | Quick Money | #1–4 | 3 days – 2 weeks |
| tier2-medium-plays.md | SaaS | #5–8 | 2–6 weeks |
| tier3-big-plays.md | Platform | #9–12 | 6–12 weeks |
| tier4-defense-tools.md | Safety | #13–16 | 2–4 weeks |
| tier5-platform-plays.md | Platform | #17–21 | 2–12 weeks |
| tier6-blue-ocean.md | Blue Ocean | #22–27 | 2–12 weeks |
- AI Trading Agent Platform — 1 competitor in 300+ tools. The biggest gap.
- On-Chain Casino — Passive income. House edge = math. Open-source contracts ready.
- Token Safety Suite — B2B API revenue. Every terminal needs safety data.
- Airdrop Tracker — Only 2 competitors. Major drops expected Q1–Q2 2026.
- KOL Tracker — Zero competitors for accountability tracking.
| Status | Projects | Meaning |
|---|---|---|
| 🟢 Partial implementation | 3 | Runnable apps in SolanaIdeasLab-projects (safety, sniper, wallet) |
| 🟡 Scaffold / placeholder | 7 | Strategy and folder structure exist, but implementation is still thin |
| 🔴 Production-ready | 0 | No project is yet in a ship-ready state |
| Project | Tier | Build Time | Revenue | Current State |
|---|---|---|---|---|
| Token Sniper Bot | T1 | 3-5 days | $5K–25K/mo | 🟢 Partial implementation |
| Token Safety Bot | T1 | 3-5 days | $4K–20K/mo | 🟢 Partial implementation |
| Wallet Tracker Pro | T4 | 2-4 weeks | $10K–75K/mo | 🟢 Partial implementation |
| Airdrop Tracker | T6 | 2-3 weeks | $15K–100K/mo | 🟠 Idea only (not in implementation repo) |
| KOL Tracker | T4 | 2-3 weeks | $9K–30K/mo | 🟠 Idea only (not in implementation repo) |
| Token Safety Suite | T4 | 2-3 weeks | $17K–100K/mo | 🟠 Idea only (not in implementation repo) |
| On-Chain Casino | T2 | 4-6 weeks | $45K–450K/mo | 🟠 Idea only (not in implementation repo) |
| AI Agent Platform | T6 | 8-12 weeks | $37K–650K/mo | 🟠 Idea only (not in implementation repo) |
| Copy-Trade Bot | T1 | 1-2 weeks | $5K–40K/mo | 🟠 Idea only (not in implementation repo) |
| Crypto Tax Calculator | T6 | 4-6 weeks | $30K–300K/mo | 🟠 Idea only (not in implementation repo) |
| Project | Tier | Month | Baseline |
|---|---|---|---|
| projects/token-safety-bot/ | T1 | 1 | Continue here first |
| projects/token-sniper-bot/ | T1 | 1 | Use as reference scaffold |
| projects/wallet-tracker-pro/ | T4 | 2 | Next.js dashboard + Telegram billing MVP |
| projects/airdrop-tracker/ | T6 | 2 | Idea doc only |
| projects/kol-tracker/ | T4 | 3 | Idea doc only |
| projects/token-safety-suite/ | T4 | 3 | Idea doc only |
| projects/on-chain-casino/ | T2 | 4–5 | Idea doc only |
| projects/ai-agent-platform/ | T6 | 6 | Idea doc only |
The companion repo includes shared/ as a starter pattern library, but it is not yet a fully wired shared package used consistently across every project.
- Authentication: early wallet-auth scaffolding in
shared/auth/ - API: early middleware scaffolding in
shared/api/ - Reference app patterns:
token-sniper-bot/currently contains the most reusable TypeScript/Node scaffolding - Primary continuation target:
token-safety-bot/is the best place to turn the shared patterns into a stable baseline
- Authentication: wallet-based auth with JWT sessions
- Database: PostgreSQL with Supabase + Row Level Security
- API: reusable middleware for auth, rate limiting, and error handling
- UI: shared React/Tailwind primitives once the web projects move past scaffold stage
- Payments: Stripe-backed subscription plumbing
- Monitoring: structured logging first, full Prometheus/Grafana later
| Document | Purpose | Key Insights |
|---|---|---|
| MASTER-PLAN.md | Top opportunities + 6-month roadmap | AI Agents = biggest gap |
| GAP-ANALYSIS.md | Full 35-category competition matrix | 78/300 tools are trading bots |
| MARKET-MAP.md | Ecosystem snapshot by category | Wallet trackers charge $40-200/mo |
| tech-stack.md | Recommended stack direction | Existing scaffolds lean TS/Node |
Research based on solanabox.tools ecosystem directory (35 categories, 300+ tools) + YouTube channel research (DappUniversity, Handsome Finance, Orangie Web3, EducationalPasha, WarrenGuru, SolPump.io).
Generated: February 2026 — Updated: April 2026
Codex CLI can use the repo root AGENTS.md and the tracked .codex/config.toml defaults in this workspace.