Hackathon Apps
Last updated: 2026-06-28
Hackathon apps show how Cortensor can be used from normal product surfaces: web apps, dashboards, Telegram bots, model playgrounds, and validation tools. They are examples, not limits.
App Map
flowchart LR
Web["Web app or bot"]
API["Cortensor API / router"]
Runs["Inference runs"]
Check["Consensus, validation, or explanation"]
User["User-facing result"]
Web --> API
API --> Runs
Runs --> Check
Check --> User
Web Apps
Telegram Bots
| Bot |
What it does |
Public URL |
| Watcher Bot |
Streams developer updates from Discord and summarizes them into Telegram. |
Cortensor_Watcher_Bot |
| Health Advisor |
Basic wellness Q&A through decentralized inference; not a diagnostic medical service. |
Health_Advisors_Cortensor_Bot |
| AnalystAI Bot |
Market commentary, portfolio-support, and DCA-style helper flows. |
the_analyst_cor_bot |
| Prompting Helper Bot |
Helps users refine prompts and create reusable prompt patterns. |
prompt_helpers_cortensor_bot |
| Tweet-Gen Bot |
Generates tweets, short threads, and reply drafts. |
corxgenbot |
| EurekaBuddyBot |
Kid-friendly educational chatbot surface. |
eureka_kids_bot |
| MotivationTg Bot |
Daily or on-demand motivation-style content. |
CeveningsBot |
| RecapTGBot |
Produces dev update and recap summaries from an X account and posts them to Telegram. |
cortgrecapbot |
What Builders Should Copy
| Pattern |
Why it matters |
| Thin product UI, clear Cortensor call |
Makes it obvious which part is the app and which part is decentralized inference. |
| Multi-run or validation option |
Shows why Cortensor is more than a single hosted LLM call. |
| Public demo link or reproducible video |
Lets the community test and compare real outputs. |
| Clear safety framing |
Especially important for health, finance, market, and claim-verification apps. |
| Evidence or logs |
Helps judges and users understand what happened when a result was generated. |