CALIGO is a free browser-based manager that gives Telegram and Discord bots a streaming AI that remembers conversations, understands images, supports slash commands, and syncs encrypted across devices.
Built on Perchance's free ai-text-plugin. No subscriptions. No credit card. No API keys. Wait for it, unlimited.
Open CALIGO on PerchanceEverything you need to run an AI-powered Telegram or Discord bot, for free.
Every bot gets a free streaming AI that remembers conversations and understands photos. No API keys or credit card required.
Full support: groups + moderation, inline mode, Mini Apps, per-language profiles, and multi-device poller leases with no 409 conflicts.
Technical jargon to bypass Discord's 40333 block. Basically means it works with (actual - not self... for now, anyway) bots.
Your bots follow you across devices through a sync file encrypted with your own passphrase (AES-256-GCM). No one sees any of your tokens. Not even our servers.
Full JavaScript per bot with library helpers for Telegram, Discord, OpenAI, GitHub, and more. Optional key exposure for trusted code only.
Three skins (aero, mono, terminal) and four shell layouts, all with a motion toggle and per-session persistence.
A note on the one honest thing you need to know before you run a bot.
The 40333 edge block and what to do about it.
Discord's edge WAF refuses requests carrying Authorization: Bot <token> headers that also target /channels/* or /guilds/* write routes when they arrive via Perchance's CORS proxy - it answers 403 {"message":"internal network error","code":40333} before the API ever sees them. Every alternative spelling (Bearer, bot, etc.) clears the edge but is rejected by Discord's auth parser with 401. The manager's Test send path flow finds which form Discord accepts - but if it's the canonical Bot form, you need a self-hosted relay.
CALIGO runs on Perchance. Opening the app below loads it directly in the editor - no install needed.