All Projects → rishiosaur → ll

rishiosaur / ll

Licence: MPL-2.0 license
⚡️ A blazing fast link shortener powered by Next.js and DNS magic!

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to ll

Sakura Ui
🌸 梦回樱花飘落的坡道~~
Stars: ✭ 289 (+622.5%)
Mutual labels:  link
Org Link Beautify
Beautify org links with colors and icons.
Stars: ✭ 50 (+25%)
Mutual labels:  link
React Tiny Link
Convert your links into rich previews
Stars: ✭ 193 (+382.5%)
Mutual labels:  link
React Native Hyperlink
A <Hyperlink /> component for react-native that makes urls, fuzzy links, emails etc clickable
Stars: ✭ 572 (+1330%)
Mutual labels:  link
Remark Defsplit
plugin to change links and images to references with separate definitions
Stars: ✭ 7 (-82.5%)
Mutual labels:  link
Recursos Gratuitos
🌈 Uma coleção com links de recursos gratuitos para desenvolvimentos e estudos.
Stars: ✭ 1,353 (+3282.5%)
Mutual labels:  link
Hyperapp Router
Declarative routing for Hyperapp V1 using the History API.
Stars: ✭ 256 (+540%)
Mutual labels:  link
Anydlbot
An Open Source GPLv3 All-In-One Telegram Bot
Stars: ✭ 236 (+490%)
Mutual labels:  link
Remark Reference Links
plugin to transform links and images into references and definitions
Stars: ✭ 8 (-80%)
Mutual labels:  link
Linkit
Multi-purpose link plugin for Craft CMS
Stars: ✭ 155 (+287.5%)
Mutual labels:  link
Ccks baidu entity link
ccks baidu entity link 实体链接 第一名
Stars: ✭ 605 (+1412.5%)
Mutual labels:  link
Umbraco Nexu
Umbraco package that let's you track internal links in Umbraco
Stars: ✭ 18 (-55%)
Mutual labels:  link
Npm Link Shared
links a folder of local modules with inter-dependencies to the target directory
Stars: ✭ 123 (+207.5%)
Mutual labels:  link
Ybattributetexttapaction
一行代码添加文本点击事件/a fast way to implement click event text
Stars: ✭ 430 (+975%)
Mutual labels:  link
Miscord
Facebook Messenger to Discord bridge
Stars: ✭ 225 (+462.5%)
Mutual labels:  link
Zelda
Automatically `npm link` all your packages together!
Stars: ✭ 278 (+595%)
Mutual labels:  link
Dzhtmltext
Delphi and Lazarus HTML Label component
Stars: ✭ 60 (+50%)
Mutual labels:  link
Link Preview Js
Parse and/or extract web links meta information: title, description, images, videos, etc. [via OpenGraph], runs on mobiles and node.
Stars: ✭ 240 (+500%)
Mutual labels:  link
Shaarli Material
Shaarli Material is a theme for Shaarli, the famous personal, minimalist, super-fast, database free, bookmarking service.
Stars: ✭ 228 (+470%)
Mutual labels:  link
Magnetx
资源搜索型软件 macOS OSX magnet
Stars: ✭ 1,819 (+4447.5%)
Mutual labels:  link

LL

lint status format status GitHub GitHub issues GitHub contributors GitHub last commit

A minimal link shortener powered by Next.js and Vercel.

Structure of a route:

{
  url: string
  name: string
  public: boolean
  title?: string
  description?: string
}

url is the end URL that you'd like to redirect to. name is the name of the route that redirects to url. public is a boolean that determines whether or not this redirect shows up in the public directory.

Basic Setup

LL was created to be completely open; it works with any data source that returns an array of objects that conform to the above protocol.

For the most basic setup, you can generate a basic data source by using the ll-basic template. Hit the routes.json file and click "Raw" (the returned JSON implements the above protocol; try parsing it yourself!)

The returned URL will be your API url. Just click the button below, and fill in the appropriate fields.

Deploy with Vercel

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].