An open-source tool for developers and designers to manage bookmarks and streamline research and inspiration.
Introduction · Local Development · Tech Stack · Contributing
SiteMuse is an open-source link management tool for modern marketing teams to create, share, and track short links. Built with Next.js 13, PlanetScale MySQL and Screenly.
To develop SiteMuse locally, you will need to clone this repository and set up all the env vars outlined in the .env.template
file.
Once that's done, you can use the following commands to run the app locally:
npm install
npm run build
npm run dev
- Next.js – framework
- Typescript – language
- Tailwind – CSS
- Vercel Analytics – analytics
- PlanetScale – database
- UploadThing – database
- Clerk – auth
- Screenly - screenshots
- Vercel – hosting
We love our contributors! Here's how you can contribute:
- Open an issue if you believe you've encountered a bug.
- Make a pull request to add new features/make quality-of-life improvements/fix bugs.
SiteMuse is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version.