https://github.com/tophercully/snippp
Manage your code snippets and build toolkits
https://github.com/tophercully/snippp
code code-snippets list manage management manager organization organizer snippet tool toolkit
Last synced: 3 months ago
JSON representation
Manage your code snippets and build toolkits
- Host: GitHub
- URL: https://github.com/tophercully/snippp
- Owner: tophercully
- Created: 2024-07-02T14:16:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-29T15:04:49.000Z (7 months ago)
- Last Synced: 2025-05-29T15:55:12.429Z (7 months ago)
- Topics: code, code-snippets, list, manage, management, manager, organization, organizer, snippet, tool, toolkit
- Language: TypeScript
- Homepage: https://snippp.io
- Size: 11.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snippp - [snippp.io](https://snippp.io)
### 1: Code toolkits -- instead of libraries
There is a sweet spot between memorizing a function and keeping it in a library. Snippp is designed to give you fast access to the snippets you need, without the bloat.
#### Ideals:
- Tools should be accessible to everyone
- One should have as little friction between needing something and finding what they need, like an extension of memory
- Tools saved on Snippp can be anything in the programming umbrella
- With a wide range of programmers sharing toolkits in a variety of areas, Snippp can become a rich educational resource
Need a function to convert polar to cartesian coordinates?
Have a killer ESLint config you want to share?
Need a bunch of UI components written specifically with Preact signals?
This is all what Snippp is built for
### 2: Basics
Snippp has a few main features:
- Dashboard
- Snippet Browser
- Curated Toolkits
- Toolkit Browser (Coming soon!)
The Dashboard is where most users will spend most of their time (ideally only a few seconds) when they need to access a toolkit.
It provides a top-level view of all toolkits, and is navigable with keyboard shortcuts. You can enter a toolkit and look through any snippet inside. Copy, favorite, share, or fork the snippet for yourself.
The Snippet Browser is similar, giving you access to all public snippets, filterable by category. Categories can be manually assigned on creation or automatically assigned by a language and framework detection algorithm.
Curated Toolkits are currently curated by me (Chris McCully), looking through public toolkits and presenting the most useful, flexible, and quality toolkits on the featured page. My hope is that this incentivizes high effort toolkits here for others to find.
The Toolkit Browser opens up all public toolkits to everyone, where this can be a completely open database of published code toolkits useful to programmers looking to find clever tools to solve problems. (in development)

#### If you have improvements you'd like to make, feel free to contribute. Snippp is open-source and free to use. I'm working to set up a dev branch of the database for contributors that syncs with the main branch regularly. Contact me if you'd like the details :)