abcdan / nxt

A Privacy-First Link Shortener πŸŒπŸ”’

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nxt - A Privacy-First Link Shortener πŸŒπŸ”’

Welcome to nxt, a simple, fast, and secure link shortener written in Go. This open-source project is designed with privacy in mind, ensuring that your data is always protected.

No time to set it all up? Simply deploy on Railway with one click!

Deploy on Railway

Includes a referal code that helps the development of nxt

Stack

  • Golang with GoFiber
  • MongoDB

Features

  • πŸ”’ Privacy-First: We only store necessary data for the functionality of our service. We do not share your data with third parties unless required by law.
  • πŸ“ˆ Simple statistics: Find out how many clicks your links are getting. UI in the making.
  • 🚫 No Accounts: nxt does not require accounts.
  • πŸ“– Open Source: nxt is open-source and licensed under the MIT License. You're free to use, modify, and distribute the software under the terms of this license.

Usage

The main interface of nxt is a web page where you can enter a URL to shorten. After submitting the URL, you will be provided with a shortened link.

Simply install Docker and Docker Compose and run the project by doing

docker-compose up (-d optionally if you want to run it without daemon)

That's it! Or hit the Railway button from above and deploy it with one click over there.

Contributing

Contributions to nxt are welcome! Please feel free to open an issue or submit a pull request.

License

nxt is licensed under the MIT License. For more details, see the LICENSE file.

Contact

If you have any questions or feedback, please feel free to contact the author.

πŸŽ‰ Enjoy using nxt!

About

A Privacy-First Link Shortener πŸŒπŸ”’

License:MIT License


Languages

Language:HTML 41.2%Language:Go 39.4%Language:JavaScript 15.2%Language:CSS 3.8%Language:Dockerfile 0.4%