Dashboard
Registered Users
--
USER# records in DynamoDB
Paid Subscribers
--
Starter / Pro / Enterprise
Total Sessions
--
Web / LINE / Telegram
Today's Requests
--
Tool calls today
Credits Used (Total)
--
-- credits remaining
Monthly Cost (est.)
--
AWS + Fly.io + CF Workers
今日 Web
--
chatweb.ai
今日 LINE
--
LINE Bot
今日 Telegram
--
Telegram Bot
今日 API
--
Direct API calls
週間合計
--
7日間
リクエスト数 / 時間
チャンネル別・積み上げ
日次リクエスト数
チャンネル別・日次合計
ユニークユーザー(日次)
-- total requests
Subscription Breakdown
Plan Users % MRR (est.)
Free -- -- $0
Starter ($9/mo) -- -- --
Pro ($29/mo) -- -- --
Enterprise -- -- --
Total MRR -- --
LLM Provider Health (Circuit Breaker)
# Model Status Failures
Loading...
Endpoint Health
Endpoint URL Status Latency
Service Channels
Channel Status Sessions AI Model (Default)
Web Chat (chatweb.ai) Active -- Normal tier (MiniMax M2.5)
LINE Bot (@619jcqqh) Active -- Economy tier (fast)
Telegram (@chatweb_ai_bot) Active -- Economy tier (fast)
Total Users
--
Paid Users
--
Active (used credits)
--
Total Credits Used
--
Users
Loading...
Conversations
Select a user
Messages
Select a conversation
Open Tickets
--
Resolved
--
Priority
--
Total
--
Loading...
Total Feedback
--
Positive
--
Negative
--
Positive Rate
--
Overall satisfaction
Time range:
Recent Feedback
Loading...

Request Flow

Client
Browser / LINE / TG
DNS
Route53 / Cloudflare
chatweb.ai / teai.io
Edge
CF Workers
Load balance + failover
Primary
AWS Lambda
ap-northeast-1 (Tokyo)
LLM
OpenAI API
GPT-4o
Fallback
Fly.io
nrt (Tokyo)
Deployed Services
Service Provider Region Language Runtime URL Status
nanobot Lambda AWS Lambda ap-northeast-1 (Tokyo) Rust ARM64, provided.al2023, 1024MB api.chatweb.ai Live (v13)
nanobot Fly Fly.io nrt (Tokyo) Rust Docker, shared-cpu-1x, 256MB nanobot-ai.fly.dev Live
teai-edge Worker Cloudflare Workers Edge (global) JavaScript V8 Isolate, 10ms CPU / req teai-edge.*.workers.dev Live
API Gateway AWS API Gateway v2 ap-northeast-1 Managed HTTP API, auto-scale chatweb.ai, teai.io Live
DynamoDB Sessions AWS DynamoDB ap-northeast-1 Managed On-demand (PAY_PER_REQUEST) nanobot-sessions Active
Domain Routing
Domain DNS Destination Purpose
chatweb.ai Cloudflare API Gateway → Lambda Main web UI + API
api.chatweb.ai Cloudflare API Gateway → Lambda API endpoint
teai.io Route53 API Gateway → Lambda Alternate domain
api.teai.io Route53 API Gateway → Lambda API endpoint
teai-edge.*.workers.dev Cloudflare CF Worker → Lambda / Fly.io Edge proxy with failover
nanobot-ai.fly.dev Fly.io Fly.io container Fallback backend
Tech Stack Details
Component Technology Version Notes
Core Engine Rust stable (2024) nanobot-core crate, async with Tokio
HTTP Framework Axum 0.7+ Async web framework built on Tokio
Lambda Runtime lambda_http latest AWS Lambda custom runtime (provided.al2023)
Edge Proxy JavaScript ES2024 Cloudflare Workers V8 isolate
AI Provider OpenAI GPT-4o Via OpenAI-compatible API
Session Store DynamoDB On-demand TTL-enabled, tenant-partitioned
IaC AWS SAM latest Infrastructure as Code (template.yaml)
CI/CD GitHub Actions -- test → build → canary 10% → prod 100%
Cross-compile cargo-zigbuild +zig macOS → aarch64-linux (ARM64 Lambda)
Web Sessions
--
LINE Sessions
--
Telegram Sessions
--
Total Sessions
--
Active Sessions
Loading...
Date: Limit:
Audit Logs
Time Action User Details
Loading...
Total Providers
--
Registered key slots
Configured
--
Keys set (DynamoDB/env)
Not Set
--
Missing API keys
LLM Providers
--
Active LLM backends
AWS Monthly (est.)
--
Lambda + API GW + DynamoDB
Fly.io Monthly
$0
Free tier (shared-cpu-1x)
CF Workers Monthly
$0
Free tier (100K req/day)
OpenAI API Monthly (est.)
--
GPT-4o usage
Cost Breakdown (Monthly Estimate)
AWS Lambda (1024MB, ARM64)~$0.50
API Gateway HTTP API~$0.10
DynamoDB (on-demand, sessions + memory)~$0.25
Route53 (2 hosted zones)$1.00
ACM Certificates$0.00
CloudWatch Logs~$0.10
AWS Subtotal~$1.95
Fly.io (shared-cpu-1x, 256MB)$0.00 (free tier)
Cloudflare Workers (free plan)$0.00 (free tier)
Cloudflare DNS (chatweb.ai)$0.00 (free)
OpenAI API (GPT-4o, ~1000 req/mo)~$5.00
Domain: chatweb.ai~$1.00/mo
Domain: teai.io~$3.00/mo
Total Monthly Estimate~$10.95
Cost per Request Estimate
Lambda invocation (1024MB, ~2s avg)$0.0000333
API Gateway per request$0.0000012
DynamoDB read (session load)$0.0000013
DynamoDB write (session save)$0.0000065
OpenAI GPT-4o (~500 tokens)~$0.005
Total per AI chat request~$0.005
Latency Breakdown per Request
DNS resolution~5ms
TLS handshake~20ms
API Gateway routing~10ms
Lambda cold start (Rust ARM64)~120ms (first req only)
Lambda warm execution~2ms
DynamoDB session load~5ms
OpenAI GPT-4o API call~1000-5000ms
DynamoDB session save~5ms
Total (warm, with AI)~1-5 seconds
Total (health check, no AI)~50ms