A lightweight clip sharing service written in Svelte and using Pocketbase. Clipshare does not have many features, as it is more of a proof-of-concept, but it still meets its intended target goal.
I needed a self-hostable service that could easily upload and share clips with my friends, and other services weren't doing it for me, so I decided that it would be a learning experience, and started working on Clipshare.
npm i
to install dependenciesbin
src/lib/config.js
POCKETBASE_URL
to the URL that your Pocketbase is being hosted onnpm run build
build/index.js
using node index.js
, pm2 start index.js
, nodemon index.js
, etc