Free Modern URL Shortener.
Kutt.it is a modern URL shortener that offers support for custom domains. Users can shorten URLs, manage their links, and view click rate statistics. The platform is free and open-source, with the ability to set custom URLs for shortened links and expiration times. It also provides options to set passwords, descriptions, and manage links easily.
npm install.npm run dev.npm run build and start with npm start.docker-compose up -d to run the app on port 3000.Kutt.it is a versatile URL shortener offering various features such as custom domains, password protection, and statistics tracking. Users can easily set up the platform manually or with Docker, with detailed configuration options available for customization. The platform's architecture includes Node.js, PostgreSQL, and React among other technologies, making it a robust solution for link management.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components