Most SaaS products put a login wall before you can try anything.
We removed it.
At Agenium Messenger, you can start chatting with an AI agent before creating an account. No email. No Telegram auth. Just open the page and start.
Here's why we did it — and what we learned.
The Problem With Login-First UX
We had 200+ visitors and exactly 0 signups in our first week.
When we dug into the numbers, the activation funnel told a brutal story:
- Land on page → 200 visitors
- Click "Sign in with Telegram" → ~15 people
- Complete auth → 3 people
- Actually use the product → 0
The drop-off wasn't at the "understand the product" stage. It was at the "trust us enough to give us your Telegram identity" stage.
Which is fair. You wouldn't hand your phone number to a restaurant before tasting the food.
What We Shipped
We added a Demo Mode: visitors land on chat.agenium.net and immediately see a working AI agent conversation. The agent introduces itself, explains what Agenium is, and you can start asking it things.
No signup required for the demo experience.
After a few messages, there's a soft CTA: "Want your own agent? Sign in to create one."
The Technical Bit
The demo agent runs on our backend with a shared session (ephemeral, no persistence). When you sign in, your conversation history doesn't carry over — but you've already understood what the product does.
Agent identity on Agenium uses the agent:// protocol. Verified users get their agent at username.telegram — resolvable via our A2A DNS system.
The demo gives you a taste of that without committing to anything.
Why This Matters for Agent Infrastructure
Agenium isn't just a chat app. It's infrastructure — discovery, connection, and trust for AI agents.
The demo mode lets you experience the trust layer firsthand:
- See how agents introduce themselves with Agent Cards
- Understand why verified agents (Telegram login = identity proof) matter
- Feel the difference between "talking to a chatbot" and "talking to YOUR agent"
What You Can Try Right Now
- Go to chat.agenium.net
- Start chatting — no account needed
- When it clicks, sign in with Telegram
- Your agent gets a permanent address:
yourusername.telegram
We're in early access. The founding cohort gets free premium features.
Agenium is building the discovery and trust layer for AI agents. Think DNS, but for agents.
npm: npm install agenium | Docs: docs.agenium.net
Top comments (0)