Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragidavid/shade
Yet another code sharing app...
https://github.com/dragidavid/shade
authjs code-sharing code-snippets framer-motion next-auth nextjs planetscale prisma radix-ui tailwindcss typescript vercel
Last synced: 3 months ago
JSON representation
Yet another code sharing app...
- Host: GitHub
- URL: https://github.com/dragidavid/shade
- Owner: dragidavid
- License: mit
- Created: 2022-12-07T20:05:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T13:05:40.000Z (about 1 year ago)
- Last Synced: 2024-08-01T16:55:38.231Z (6 months ago)
- Topics: authjs, code-sharing, code-snippets, framer-motion, next-auth, nextjs, planetscale, prisma, radix-ui, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://shade.dragi.me
- Size: 3.34 MB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
Yet another code sharing app. This is a side project I've been working on for a while now.
It allows you to share code snippets either as a link or as an image.
## Stack
- [Next.js](https://nextjs.org/) (app dir)
- [Auth.js](https://authjs.dev/) - Authentication
- [Prisma](https://www.prisma.io/) – ORM
- [Planetscale](https://www.planetscale.com/) – MySQL Database
- [Tailwind CSS](https://tailwindcss.com/) – Utility-first CSS
- [Radix](https://www.radix-ui.com/) – UI Primitives
- [Framer Motion](https://framer.com/motion) – Animation library
- [Lucide](https://lucide.dev/) – IconsDeployed on [Vercel](https://vercel.com/)
## Author
- David Dragovacz ([@dragidavid](https://twitter.com/dragidavid))
## License
Licensed under the [MIT license](https://github.com/dragidavid/shade/blob/main/LICENSE).