You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Far caster Bot Platform β Truth Analysis β’ Trend Radar β’ Smart Alerts
π― What is PULO?
PULO is a Far caster bot platform that monitors the network for mentions, truth-checks claims, detects trends, and alerts subscribed users. Built as a monorepo with Fastify API, Next.js dashboard, and background worker.
β οΈ Current Mode: MOCK β Runs locally without real API keys. All features demonstrable with demo data.
Feature
Mock
Live
Mention Bot
β
β Requires Neynar key
Truth Analysis
β
β Requires OpenAI key
Trend Radar
β
β
Alert System
β
β
Bot Replies
β
β Requires signer UUID
β¨ Features
π€ Mention Bot
@PULO is Ethereum going to $10,000 this year?
β
[PULO] Claim detected β Analyzing... β FALSE (Evidence: ...)
Keyword alerts β Get notified when specific words appear
User alerts β Track a specific FID's posts
Cast reply alerts β Get notified of replies to a cast
Truth verdict alerts β Alert when FALSE claims are detected
π‘οΈ Safety First
β οΈ Safety Check Results
ββββββββββββββββββββββ
Risk Level: HIGH
Warnings:
β’ "official" claim without verified source
β’ Link uses non-standard TLD (.xyz)
Recommendation:
NEVER connect your wallet or enter seed phrases
π¨ Admin Dashboard
βββββββββββββββββββββββββββββββββββββββββββ
β SYSTEM HEALTH β All OK β
βββββββββββββββββββββββββββββββββββββββββββ€
β API β OK DB β OK β
β Redis β OK LLM β OK β
β Queue β OK Rate 42/120 β
βββββββββββββββββββββββββββββββββββββββββββ€
β UPTIME: 14d 7h MEMORY: 67MB CPU: 12% β
βββββββββββββββββββββββββββββββββββββββββββ
π Quick Start
Prerequisites
Node.js 20+
Docker & Docker Compose
pnpm 9+
# 1. Install dependencies
pnpm install
# 2. Start full stack (auto-detects free ports)
pnpm dev:local
# 3. Verify health
pnpm doctor
PULO is a Farcaster bot platform that monitors the network for mentions, truth-checks claims, detects trends, and alerts subscribed users. Built as a monorepo with Fastify API, Next.js dashboard, and background worker.