qingchencloud
Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.
Software by qingchencloud
clawapp
ClawApp is a mobile chat client for OpenClaw AI Agent that runs as a Progressive Web App and can also be packaged as an Android APK. It solves the problem of OpenClaw's Gateway only listening on localhost by providing a proxy server that bridges mobile browsers to the Gateway via WebSocket with Ed25519 device signature authentication, compatible with OpenClaw 2.13+. Key features include real-time streaming chat with typewriter effect, image sending and receiving (camera and gallery), Markdown rendering with syntax highlighting and XSS protection, voice input over HTTPS, multi-agent session support, conversation management, light and dark themes, bilingual interface in Chinese and English, smart auto-reconnection with message deduplication, and offline message caching via IndexedDB. Security is handled through Token or Password authentication with Ed25519 signing, and it supports Tailscale Funnel password mode. Deployment is straightforward with one-click install scripts for Mac, Linux, and Windows PowerShell,
cftunnel
cftunnel is a command-line tool for exposing local services to the public internet through tunnel-based NAT traversal. It bundles two independent engines into one binary. Cloud mode wraps Cloudflare Tunnel, providing free HTTP and WebSocket exposure without needing a public server. A single command like cftunnel quick 3000 produces a temporary .trycloudflare.com URL. Optional features include password-based access protection, automatic DNS CNAME management, and support for custom domains linked to a Cloudflare account. Relay mode wraps frp (fast reverse proxy), enabling TCP and UDP tunneling through a self-hosted public server. This supports protocols beyond HTTP, including game servers (Minecraft and others on port 25565), databases, SSH, and remote desktop. The relay server can be deployed with a one-line installer script or Docker Compose, and clients connect with minimal configuration. Both modes run side by side without interference. The tool automatically downloads and manages the underlying engine bina