AS WELL

Documentation — everything you need to get started

✦ Custom Bots ✦ Local Storage ✦ Encrypted ✦ Cross-Platform
Introduction

As Well is a platform that lets you connect your own Telegram and Discord bots and chat across both platforms in real time. You bring your bots — we handle the bridge.

Messages, images, and videos sync instantly between Telegram and Discord. All conversation data is stored locally on your device — nothing is kept on our servers except your encrypted credentials.

Quick start: Sign in at web.aswella.com, add your bots, and start chatting in minutes.

Key Features

Your Own Bots

Connect your custom Telegram and Discord bots — full control, no shared infrastructure.

Real-Time Sync

Messages appear instantly on both platforms with minimal latency.

Media Support

Share images, videos, and text seamlessly between Telegram and Discord.

Local Storage

All messages live on your device. Clear cache or switch devices — messages are gone for privacy.

Encrypted Tokens

Your bot tokens and password are stored in encrypted form. We never see them in plain text.

PWA Support

Install As Well as a web app on any device for a native-like experience.

How to Get Started
01
Create an Account Go to web.aswella.com and sign up. Your password is stored encrypted — we never see it in plain text.
02
Create Your Telegram Bot Open Telegram, message @BotFather, use /newbot and follow the steps. Copy the token you receive.
03
Create Your Discord Bot Go to discord.com/developers, create a new application, add a bot, and copy the token. Enable the necessary intents (Message Content, Server Members).
04
Add Bots in As Well In your As Well dashboard, navigate to web.aswella.com/a and enter your Telegram and Discord bot tokens. They are encrypted before storage.
05
Start Chatting Once connected, messages, images, and videos sync between your Telegram and Discord in real time.

⚠️ Important: Your bot must be added to the Telegram group or Discord server it will monitor, with sufficient permissions to read and send messages.

Accessing Your Bots

Once signed in, you manage your bots through the As Well web interface:

web.aswella.com/a webz.aswella.com/a

Both links lead to the same bot management interface — use whichever works best for your region or network.

Privacy & Data Storage
Messages — stored locally on your device only. Never on our servers.
Password — stored on server in encrypted form only.
Bot Tokens — stored encrypted. We never access them in plain text.
Clear cache or change device — your message history is gone. This is by design.

Zero server-side message storage. Your conversations belong to you and live only on your device. As Well cannot access or recover them.

Required Bot Permissions

Telegram Bot — needs these permissions in your group or channel:

  • Read Messages
  • Send Messages
  • Send Media (photos, videos)

Discord Bot — needs these permissions and intents:

  • Read Messages / View Channels
  • Send Messages
  • Attach Files
  • Message Content Intent (enabled in Developer Portal)
  • Server Members Intent (enabled in Developer Portal)

⚠️ Without Message Content Intent enabled in the Discord Developer Portal, your bot will not be able to read message content from other users.

Support & Troubleshooting

Messages not syncing?

  • Check that your bot tokens are entered correctly
  • Make sure the bot is added to the correct group/server
  • Verify bot permissions on both platforms
  • Confirm Message Content Intent is enabled for Discord

Media not sending?

  • Check file size — Telegram max 50MB, Discord max 10MB
  • Ensure the bot has permission to attach files on Discord

Need help?

External Resources

Official documentation for the platforms As Well connects:

Telegram Bot API Discord Developer Docs