Key Features • Get started • Frequently Asked Questions • Credits • Related • License
- Link management for unlimited links
- Unlimited profiles per account
- Fully customizable profiles with custom CSS/HTML
- Sensitive content warnings for profiles with NSFW content
- Page & link tracking with analytics dashboard (coming soon)
- Custom domain support (coming soon)
- Self-hosted mode (coming soon)
There are a few pre-requisites you need to have before hosting Singlelink, seen below.
- A NodeJS server (ex: $5/mo DigitalOcean Droplet)
- A MongoDB database (ex: Free MongoDB Atlas via GCP)
- A static file host (ex: Netlify GCDN)
Once you have the following established, it's time to begin installing & configuring your local instance.
git clone [email protected]:Neutron-Creative/Singlelink-Client.git
cd Singlelink-Client
npm install
git clone [email protected]:Neutron-Creative/Singlelink-Client.git
cd Singlelink-Client/dist
npm run generate
# Website can now be hosted directly from Singlelink-Client/dist
NOTE: this configuration profile should be the same across all Singlelink installation locations previously detailed.
cd Singlelink-Client
touch config.js
echo "{'database':'','secret':'','port':80}" >> config.js
Coming soon...
Singlelink was built by the following individuals.- Jim Bisenius (@jim_bisenius)
- Andrew Boyle (@fahlomi)
- Navid Kabir (@navidk0)
- Manuhe Abebe (@manuhegabebe)
Singlelink is Neutron Creative product, created and hosted free of charge in the mission of open-source. To learn more about our mission, visit neutroncreative.com
Singlelink is a free & open-source link manager built with NuxtJS, NodeJS, and MongoDB.
Copyright (C) 2020 Neutron Creative Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.