Url Shorter

screenshot of Url Shorter
nextjs
react
chakra-ui
prisma

Url shortener, collect visit info, project link is https://dlj.sh/nqYXaOL \n 短链接生成, 访客信息收集,项目链接: https://dlj.sh/nqYXaOL

Overview

URL Shorter is a simple URL shortening tool built with Next.js, Postgres, and Redis. It provides a convenient way to shorten long URLs to make them easier to share. The tool includes features such as tracking visits, a responsive user interface, support for multiple languages, dark mode, and the ability to view visit information on a dashboard.

Features

  • Short URL: Generates short codes for long URLs.
  • Visit Tracking: Tracks the number of visits to each shortened URL.
  • Dashboard: Provides a dashboard to view visit information and statistics.
  • Responsive UI: User interface is designed to work well on all devices and screen sizes.
  • i18n: Supports both English and Chinese languages.
  • Dark Mode: Offers a dark mode theme for better readability in low-light settings.
  • Screenshot: Provides screenshot previews for shortened URLs.
  • Track Info: Records specific information about each visit, such as timestamp, IP address, region, country, city, latitude, longitude, user agent, browser name, browser version, OS name, OS version, CPU, device model, device vendor, engine name, and engine version.

Summary

URL Shorter is a useful tool for creating and managing shortened URLs. It offers essential features such as tracking visits, a responsive interface, and a dashboard for monitoring visit statistics. With support for different languages and dark mode, it provides a customizable experience for users. The installation process is straightforward, and developers can easily set up the application with the provided guide.

nextjs
Next.js

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
React

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

chakra-ui
Chakra UI

Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

dashboard
Dashboard

A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

framer-motion
Framer Motion

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.