====== Kutt ===== **Domain:** go.folk.zone\\ **Image:** kutt/kutt:latest\\ **Database:** PostgreSQL\\ **Cache:** Redis ===== What It Does ===== Kutt is a modern URL shortener with features like custom aliases, password protection, and analytics. It allows creating short, memorable links that redirect to longer URLs. ===== Components ===== * **folkzone-go** - Main Kutt application * **folkzone-go-db** - PostgreSQL database for link data and analytics * **folkzone-go-redis** - Redis for caching and rate limiting ===== Features ===== * Custom URL aliases * Password-protected links * Link analytics and click tracking * API for programmatic link creation * Open registration enabled ===== Configuration ===== Uses PostgreSQL for persistent storage and Redis for caching. Default domain is go.folk.zone with JWT-based authentication. ===== See Also ===== * [[folkzone:services:start|folk.zone Services]] * [[https://kutt.it/|Kutt Website]] * [[https://github.com/thedevs-network/kutt|Kutt GitHub]] * [[https://docs.kutt.it/|Kutt Documentation]] * [[folkzone:start|Return to folkzone]]