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
⚠️ v0.3.x Version Notice
The current version (v0.3.x) is undergoing significant feature adjustments and refactoring with frequent updates, which may include API changes or functionality modifications.
Recommendations:
v0.2.x)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, environment variable configuration, one-click Docker deployment
# One-click Docker startup
docker run -d -p 8080:8080 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.