This bot allows users to create and retrieve VPN configurations (VlessGrpc, VlessXtls, Vmess, Wireguard, etc.) via interactive commands and inline buttons. It communicates with a backend API server that manages users, nodes, and connections.
cp .env.example .env
docker-compose up -d
prisma db push
npm run dev
ngrok http 3000Node.js LTS and pnpm. IDE with TypeScript and Biome support.