02 / Telegram bot, Mini App & order automation
PasarGuard — Telegram commerce & operations
A personal product that brings ordering, wallet balance, service delivery and reseller operations into one Telegram bot and Mini App flow.
Users enter through the bot or Mini App, review balance and available services, then place an order. FastAPI stores users, transactions and orders in PostgreSQL; Redis handles queues and short-lived state, while provisioning runs through the PasarGuard panel API. The operations panel is being completed for users, resellers, orders, failures and transactions. Services run through Docker and Nginx on an overseas VPS.
Build a traceable path from payment to delivery so an external API or provisioning failure does not lose the order, while retries remain idempotent.
Build a traceable path from payment to delivery so an external API or provisioning failure does not lose the order, while retries remain idempotent.
A sound system is designed around real constraints.
GOALS
- Bot and Mini App flows
- User, reseller and order management
- Wallet and transaction ledger
CONSTRAINTS
- Build a traceable path from payment to delivery so an external API or provisioning failure does not lose the order, while retries remain idempotent.
Users enter through the bot or Mini App, review balance and available services, then place an order. FastAPI stores users, transactions and orders in PostgreSQL; Redis handles queues and short-lived state, while provisioning runs through the PasarGuard panel API. The operations panel is being completed for users, resellers, orders, failures and transactions. Services run through Docker and Nginx on an overseas VPS.
- Bot and Mini App flows
- User, reseller and order management
- Wallet and transaction ledger
- PasarGuard panel API integration
- Redis queues, retry and failure state
- Docker, Nginx and Telegram webhook
Users enter through the bot or Mini App, review balance and available services, then place an order. FastAPI stores users, transactions and orders in PostgreSQL; Redis handles queues and short-lived state, while provisioning runs through the PasarGuard panel API. The operations panel is being completed for users, resellers, orders, failures and transactions. Services run through Docker and Nginx on an overseas VPS.
- Bot and Mini App flows
- User, reseller and order management
- Wallet and transaction ledger
- PasarGuard panel API integration
- Redis queues, retry and failure state
- Docker, Nginx and Telegram webhook
Interaction followed the workflow and content model—not a prefabricated template.
Code, data, and deployment are one deliverable.
- Bot and Mini App flows
- User, reseller and order management
- Wallet and transaction ledger
- PasarGuard panel API integration
- Redis queues, retry and failure state
- Docker, Nginx and Telegram webhook
A personal product that brings ordering, wallet balance, service delivery and reseller operations into one Telegram bot and Mini App flow.
No approved numerical metric has been published. The outcome is stated only through observable delivery and the project’s real status.
The next phase is defined from operational evidence and real use.
No roadmap or result is presented as fact without project-owner approval.
Working through something similar?