About Avrelium
What it does
Avrelium is a personal idea vault. You send a short voice or text message to a Telegram bot — Avrelium transcribes it, runs research, builds a concept, scores it with an internal arbiter, and produces an implementation plan, ICP, distribution map, and unit-economics breakdown.
The product is in invite-only beta. Access is granted by an invite code (AVR-XXXX-XXXX) plus authentication through the official Telegram Login Widget.
Who runs it
Avrelium is a solo project by Ivan Tereshchenko. There is no company, no investors, no employees. The service is self-hosted on a Hetzner Cloud server in the European Union.
For any question — security report, data deletion request, partnership, complaint — write to 0630039863abc@gmail.com. Replies are usually within 48 hours.
What it is NOT
- ☩Not a financial product. Avrelium does not move money, execute trades, or hold custody of any funds.
- ☩Not a crypto / token / NFT project. There is no token, no airdrop, no presale.
- ☩Not a phishing or impersonation site. The Telegram Login Widget is the official Telegram OAuth flow; we do not ask for passwords, seed phrases, or private keys.
- ☩Not a public marketplace. Idea data belongs to the user who submitted it.
Technology
The interface is a Next.js application. The backend is a Python aiohttp service that talks to a Telegram bot, an internal Postgres 16 database, and external language-model APIs (OpenAI Whisper for transcription, OpenRouter for text generation).
The source-code layout, design decisions, and the full pipeline architecture live in the project repository. The codebase is private during the beta phase.