Quickstart
Get Lite Claw running on Railway with Telegram access.This guide covers the minimum setup. For production hardening, see Deployment.
Prerequisites
You’ll need accounts on these services (all have free tiers):- Railway — Hosting
- Neon — Postgres database
- Upstash — Redis
- OpenRouter — LLM API ($5-10 credits)
- Telegram — Bot interface
Step 1: Get Your API Keys
Create a Telegram Bot
- Message @BotFather on Telegram
- Send
/newbotand follow the prompts - Copy the bot token (looks like
123456:ABC-DEF...)
Get OpenRouter API Key
- Sign up at openrouter.ai
- Add $5-10 credits
- Create an API key
Create Neon Database
- Create a new project at neon.tech
- Copy the connection string
Create Upstash Redis
- Create a new database at upstash.com
- Copy the REST URL and token
Step 2: Deploy to Railway
Create Railway project
- Go to railway.app and create a new project
- Connect your GitHub repo or use Railway CLI