High Performance
Built with Rust, millisecond-level redirect response, supports high concurrency access
Supports HTTP 307 redirects, built with Rust, easy deployment and fast response
Focus on the core functionality of short link redirection with simple configuration and fast deployment
Native Rust performance guarantee, SQLite provides production-grade database performance, asynchronous concurrent processing
Command line tool management, TOML startup config + DB runtime config, one-click Docker deployment
# Docker quick startup (mount config.toml; ensure container-side server.host=0.0.0.0)
docker run -d \
-p 8080:8080 \
-v $(pwd)/config.toml:/config.toml:ro \
-v $(pwd)/data:/data \
e1saps/shortlinker
# Add short link
./shortlinker add github https://github.com
# Access short link
curl -L http://localhost:8080/github
# Launch TUI interface (if compiled with TUI feature)
./shortlinker tuiReady to go? Check out the Quick Start Guide to begin with Shortlinker More modules: Web Admin Panel | Cloudflare Worker Version.