百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
R

ristek-link

> 前端框架
开源

RISTEK.Link - 世界上最简单易用、无需登录、可自定义的 URL 缩短工具。已缩短 100 万个链接!

796 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

RISTEK.Link - 世界上最简单易用、无需登录、可自定义的 URL 缩短工具。已缩短 100 万个链接!

RISTEK.Link

No config, no log-ins, open-source, customizable url shortener. Paste-shorten-copy, that's it.

Installation (both front-end and back-end)

  1. Use yarn or npm to install the dependency
yarn \\ npm install
  1. Start the development server
yarn dev \\ npm run dev
  1. Open http://localhost:3000 on your browser.

Architecture

The architecture of this product is consisted of 2 parts:

frontend is the folder containing the front end part of the app. It's a React app that has a serverless function that communicates with the server to do the actual storage and retrieval process of the shorten url. It is then

Stacks

- Next.JS (main React app framework)
- Typescript (language used)
- Tailwind CSS (utility css classes used to style and theme the app)
- Chakra-UI (UI components used at various places, including toasts and some entrance animation)

server is the folder containing the serverless function running on Cloudflare Workers to execute the shortening and retrieval process, Cloudflare K/V is then used as a distributed edge database to store every single urls.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Issues· 10 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScripthacktoberfesthacktoberfest-acceptedreactuniversitas-indonesia

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架