saveto.co alternatives and similar software solutions
Based on the "Firefox Accounts Server" category.
Alternatively, view saveto.co alternatives based on common mentions on social networks and blogs.
-
Pinry
Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. It's open-source and self-hosted. -
Scuttle
Web-based social bookmarking system. Allows multiple users to store, share and tag their favourite links online.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of saveto.co or a related project?
README
saveto
Support
Saveto.co - Home for the best links on the web.
Build with Koajs
Release: https://saveto.co or https://ahihi.club
[](.github/screencapture-saveto-co-1472220247447.png)
[](.github/screencapture-saveto-co-me-1472219333280.png)
[](.github/screencapture-saveto-co-trend-1472219732376.png)
[](.github/screencapture-saveto-view-1472220400244.png)
[](.github/screencapture-saveto-co-note-1472219805542.png)
Coming soon
- [x] using without login.
- [x] youtube review
- [x] file-quick: save file and hightlight
- [x] TIL
- [x] Improve login (cookie or localStorage)
- [x] /trend
- [ ] /note template
- [x] /url can be show as screenshot, og:image
- [x] note card
- [ ] todo checklist
- [ ] Socket.io
- [ ] report flag
- [ ] admin dashboard
Installation
Clone the source
git clone https://github.com/saveto-co/saveto cd saveto
Install Nodejs (or skip to step 3)
Run as root or insert
sudo -E
beforebash
:wget -qO- http://saveto.co/node_5x | bash - sudo apt-get install nodejs
Install
npm
,bower
,mongodb
,redis
packagenpm install npm install -g bower # install bower bower install sudo apt-get install mongodb redis-server chmod +x ./watch.sh
Change database config in
app/config.js
Start server (support watch and reload)
npm start
Visit http://localhost:6969
Dockerizing
- Install Docker and start Docker deamon
Build Docker image
docker build --tag duyetdev/saveto.co .
Deploy and run
docker run -p 6969:6969 --name saveto-app -d duyetdev/saveto.co
Visit http://localhost:6969
Production
See how to deploy in production wiki.
How to contribute
- Fork the project on Github
- Create a topic branch for your changes
- Ensure that you provide documentation and test coverage for your changes (patches won’t be accepted without)
- Create a pull request on Github (these are also a great place to start a conversation around a patch as early as possible)
License
MIT License
Copyright (c) 2016 Van-Duyet Le
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*Note that all licence references and agreements mentioned in the saveto.co README section above
are relevant to that project's source code only.