https://github.com/hqasmei/site-muse
An open-source tool for developers and designers to manage bookmarks and streamline research and inspiration.
https://github.com/hqasmei/site-muse
Last synced: 4 days ago
JSON representation
An open-source tool for developers and designers to manage bookmarks and streamline research and inspiration.
- Host: GitHub
- URL: https://github.com/hqasmei/site-muse
- Owner: hqasmei
- License: gpl-3.0
- Created: 2023-09-10T07:58:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T05:32:28.000Z (over 1 year ago)
- Last Synced: 2025-04-12T01:56:15.699Z (4 days ago)
- Language: TypeScript
- Homepage: https://sitemuse.co
- Size: 873 KB
- Stars: 47
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - hqasmei/site-muse - An open-source tool for developers and designers to manage bookmarks and streamline research and inspiration. (TypeScript)
README
An open-source tool for developers and designers to manage bookmarks and streamline research and inspiration.
Introduction ·
Local Development ·
Tech Stack ·
Contributing
## Introduction
SiteMuse is an open-source link management tool for modern marketing teams to create, share, and track short links. Built with [Next.js 13](https://nextjs.org/), [PlanetScale MySQL](https://planetscale.com/) and [Screenly](https://3.screeenly.com/).
## Local Development
To develop SiteMuse locally, you will need to clone this repository and set up all the env vars outlined in the [`.env.template` file](https://github.com/hqasmei/site-muse/blob/main/.env.template).
Once that's done, you can use the following commands to run the app locally:
```
npm install
npm run build
npm run dev
```## Tech Stack
- [Next.js](https://nextjs.org/) – framework
- [Typescript](https://www.typescriptlang.org/) – language
- [Tailwind](https://tailwindcss.com/) – CSS
- [Vercel Analytics](https://vercel.com/) – analytics
- [PlanetScale](https://planetscale.com/) – database
- [UploadThing](https://uploadthing.com/) – database
- [Clerk](https://clerk.com/) – auth
- [Screenly](https://3.screeenly.com/) - screenshots
- [Vercel](https://vercel.com/) – hosting## Contributing
We love our contributors! Here's how you can contribute:
- [Open an issue](https://github.com/hqasmei/site-muse/issues) if you believe you've encountered a bug.
- Make a [pull request](https://github.com/hqasmei/site-muse/pull) to add new features/make quality-of-life improvements/fix bugs.## Repo Activity

## License
SiteMuse is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version.