https://github.com/tericcabrel/snipcode
Create, manage and share your code snippets with the world
https://github.com/tericcabrel/snipcode
code-snippets gist nodejs snippets snippets-manager typescript
Last synced: 7 months ago
JSON representation
Create, manage and share your code snippets with the world
- Host: GitHub
- URL: https://github.com/tericcabrel/snipcode
- Owner: tericcabrel
- License: agpl-3.0
- Created: 2022-03-16T23:04:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T16:28:51.000Z (about 1 year ago)
- Last Synced: 2025-04-20T18:03:04.105Z (8 months ago)
- Topics: code-snippets, gist, nodejs, snippets, snippets-manager, typescript
- Language: TypeScript
- Homepage: https://www.snipcode.dev
- Size: 4.42 MB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Snipcode
Snipcode is an open-source code-sharing platform that makes it easy to create code snippets and sharing it with the world.
[](https://snipcode.dev)
## Key Features
* Create private or public code snippets with tags
* Browse and search into public code snippets
* Create folder to group your code snippets by category
* Generate a link to share a code snippet
* Import code snippet from GitHub Gist
* Add comments to a code snippet
## Tech Stack
* [Node.js](https://nodejs.org/en/)
* [TypeScript](https://www.typescriptlang.org/)
* [GraphQL](https://graphql.org/)
* [MySQL 8.0](https://dev.mysql.com/doc/refman/8.0/en/)
* [Prisma](https://www.prisma.io/)
* [Tailwind CSS](https://tailwindcss.com/)
* [AWS](https://aws.amazon.com)
## Project Structure
```text
snipcode
├─ apps
│ ├─ backend
│ ├─ web
├─ packages
│ ├─ embed
│ ├─ domain
│ ├─ front
│ ├─ utils
package.json
tsconfig.base.json
tsconfig.json
turbo.json
vercel.json
```
## Contributing
Kindly read our [Contributing Guide](./CONTRIBUTING.md) to learn and understand about our development process, how to propose bug fixes and improvements, and how to build and test your changes to Snipcode.
## License
This project is developed under the [MIT License](/LICENSE)