Lightweight alternative to Linktree and others. https://fascinated.cc
Go to file
2023-07-02 15:13:41 +01:00
.vscode remove docker debug task 2023-07-01 21:46:54 +01:00
src/app remove debug 2023-07-02 15:11:27 +01:00
.dockerignore Initial commit 2023-07-01 20:43:53 +00:00
.eslintrc.json Initial commit 2023-07-01 20:43:53 +00:00
.gitignore Initial commit 2023-07-01 20:43:53 +00:00
config.json revert ae03ff059bad90c6ab220c26442a2c15799e36e7 2023-07-02 13:55:18 +00:00
docker-compose.yml revert ae03ff059bad90c6ab220c26442a2c15799e36e7 2023-07-02 13:55:18 +00:00
Dockerfile fix config? 2023-07-02 15:09:25 +01:00
LICENSE Initial commit 2023-07-01 20:43:53 +00:00
next-env.d.ts Initial commit 2023-07-01 20:43:53 +00:00
next.config.js add avatar 2023-07-02 12:02:11 +01:00
package-lock.json rename package 2023-07-02 15:04:28 +01:00
package.json fix config? 2023-07-02 15:09:25 +01:00
postcss.config.js Initial commit 2023-07-01 20:43:53 +00:00
README.md add more info to the todo 2023-07-02 15:13:41 +01:00
tailwind.config.js add config to tailwind parser 2023-07-01 22:30:14 +01:00
tsconfig.json Initial commit 2023-07-01 20:43:53 +00:00
yarn.lock yarn stuff 2023-07-01 21:47:10 +01:00

Simple Links

Simple Links is a lightweight alternative to Linktree and others.

Features

  • Simple and lightweight
  • Easy to use
  • Customizable
  • Open source

Installation

Visit the wiki page for installation instructions.

Todo

  • Figure out how to get the config in the build step less hacky. Currently it just builds the server on boot to get around it not being the user provided config, which is not ideal.