Skip to content

tericcabrel/snipcode

Repository files navigation

Snipcode

Snipcode is an open-source code-sharing platform that makes it easy to create code snippets and sharing it with the world.

Website

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

Project Structure

snipcode
├─ apps
│  ├─ backend
│  ├─ web
├─ packages
│  ├─ database
│  ├─ embed
│  ├─ domain
│  ├─ front
│  ├─ logger
│  ├─ utils
package.json
tsconfig.base.json
tsconfig.json
turbo.json
vercel.json

Contributing

Kindly read our Contributing Guide 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