Skip to content

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

App What it demonstrates Public URL
Research Summarizer Long-form paper/document summarization into structured insights. cortensor-research-summarizer.eureka7.online
Price Analyzer Multi-asset market views with AI-generated narrative analysis. cortensor-price-analyzer.eureka7.online
Showcase App Model/configuration playground for previewing Cortensor outputs. cortensor-showcase.eureka7.online
Decentralized Truth Machine Market/insight app using multi-miner consensus-style output checking. cortensor-aioracle.eureka7.online
EurekaAI Multi-model chat with memory and streaming on Cortensor-backed infrastructure. cortensor-devnet.eureka7.online
Claim Check Oracle Claim verification with discovery, multi-miner evaluation, verdicts, confidence, reasoning, and sources. cortensor-claimcheck.eureka7.online

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.