|
|
vor 6 Jahren | |
|---|---|---|
| client | vor 6 Jahren | |
| server | vor 6 Jahren | |
| static | vor 7 Jahren | |
| .babelrc | vor 6 Jahren | |
| .dockerignore | vor 6 Jahren | |
| .eslintignore | vor 6 Jahren | |
| .eslintrc | vor 6 Jahren | |
| .example.env | vor 6 Jahren | |
| .gitignore | vor 6 Jahren | |
| .prettierrc | vor 6 Jahren | |
| .template.env | vor 6 Jahren | |
| .travis.yml | vor 6 Jahren | |
| Dockerfile | vor 6 Jahren | |
| LICENSE | vor 6 Jahren | |
| MIGRATION.md | vor 6 Jahren | |
| README.md | vor 6 Jahren | |
| docker-compose.yml | vor 6 Jahren | |
| global.d.ts | vor 6 Jahren | |
| knexfile.ts | vor 6 Jahren | |
| next.config.js | vor 6 Jahren | |
| nodemon.json | vor 6 Jahren | |
| package-lock.json | vor 6 Jahren | |
| package.json | vor 6 Jahren | |
| tsconfig.json | vor 6 Jahren |
Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics.
Contributions and bug reports are welcome.
The new version of Kutt is here. In version 2, we used TypeScript and we moved from Neo4j to PostgreSQL database in favor of performance and we're working on adding new features.
If you're coming from v1, refer to MIGRATION.md to migrate data from Neo4j to PostgreSQL.
You can still find the stable version (v1) in the v1 branch.
You need to have Node.js, PostgreSQL and Redis installed.
.example.env to .env and fill it properly.npm install.npm run dev.npm run build then npm start.You can use Docker to start the app. The simplest way is to just run docker-compose up command and then the app should be ready on port "3000".
Download Kutt's extension for web browsers via below links. You can also find the source code on kutt-extension.
Visit API v2 documentation on Swagger
You can use Kutt as your default URL shortener in ShareX. If you host your custom instance of Kutt, refer to ShareX wiki on how to setup.
Download Kutt's official workflow for Alfred app from alfred-kutt repository.
| Language | Link | Description |
|---|---|---|
| C# (.NET) | KuttSharp | .NET package for Kutt.it url shortener |
| Python | kutt-cli | Command-line client for Kutt written in Python |
| Ruby | kutt.rb | Kutt library written in Ruby |
| Rust | urlshortener | URL shortener library written in Rust |
| Rust | kutt-rs | Command line tool written in Rust |
| Node.js | node-kutt | Node.js client for Kutt.it url shortener |
| Bash | kutt-bash | Simple command line program for Kutt |
| JavaScript | kutt-vscode | Visual Studio Code extention for Kutt |
| Java | kutt-desktop | A Cross platform Java desktop application for Kutt |
| Go | kutt-go | Go client for Kutt.it url shortener |
Pull requests are welcome. You'll probably find lots of improvements to be made.
Open issues for feedback, requesting features, reporting bugs or discussing ideas.