Free Telegram bot hosting, 24/7.
Put your bot online without renting a server. Deploy once and NxCreate keeps it running, registers the webhook for you, and gives you a free plan to start on.
Host your bot freeSee how NxCreate works
What the free plan includes
The Starter plan is free with no credit card. If a bot outgrows it, Pro is $5 a month and lifts the limits, and Business is $15 a month.
- 10 bot deployments per day
- 5 web projects (mini apps)
- A 4 second execution timeout per message
- Basic analytics
- Community support
Free hosting compared with running your own VPS
| NxCreate | Your own VPS | |
|---|---|---|
| Setup | Paste your bot token and code | Provision a server, install a runtime, set up a process manager |
| Webhook | Registered for you on deploy | You configure HTTPS, a domain and the webhook |
| Staying online | Managed for you | You restart it when it crashes and patch the server |
| Cost to start | Free | A monthly server bill |
JavaScript or Python
NxCreate runs both. A JavaScript bot is a single Telegraf file. A Python bot is a set of small command scripts, one for each trigger.
- Python: see how Python bots work on NxCreate in the Python bot hosting guide.
- Coming from pyTelegramBotAPI? The telebot hosting guide shows how to port your handlers.
Start with a ready-made bot
Not ready to write code? The bot store has bots you can clone into your account and deploy in a tap, including an AI chat bot, a file storage bot and a background remover. Edit the code afterwards if you want to change anything.
Get a bot online in three steps
- 1
Create the bot with BotFather
Ask @BotFather for a new bot and copy the token it gives you.
- 2
Add it to NxCreate
Create a JavaScript or Python bot, paste the token, and write or paste your code.
- 3
Deploy
Deploy. NxCreate registers the webhook and starts your bot.
Questions and answers
Is Telegram bot hosting on NxCreate really free?
Yes. The Starter plan is free, with no credit card. It includes 10 bot deployments a day, 5 web projects, a 4 second execution timeout per message and basic analytics.
Will my bot stay online 24/7?
Yes. Your bot runs on managed infrastructure and receives updates through a webhook that NxCreate registers, so there is no process on your side to keep alive.
Do I need a VPS or my own domain?
No. You do not need a server, a domain or an SSL certificate. NxCreate provides the webhook endpoint.
What happens when I hit the free limits?
You can keep using the free plan within its limits, or move to Pro ($5 a month) for higher limits and a longer execution timeout.
Which languages can I use?
JavaScript with Telegraf, and Python. Both run on the same managed hosting.