Need code that works? Grab a snippet. Made something cool? Share it back. Simple as that.
- Working Snippets: Code that's tested and ready to use
- Many Languages: Pick your favorite - JavaScript, Python, and more
- Built Together: Made by developers, for developers
Head over to snipnest.dev and start exploring.
# Clone the repository
git clone https://github.com/itsbrunodev/snipnest.git
# Install dependencies
pnpm install
# Start development server
pnpm dev
Integration with your favorite tools to make SnipNest available when you need it most.
- SnipNest for Visual Studio Code (repository)
- Is your favorite extension missing? Open an issue
- Node.js 18+
- pnpm (recommended) or npm/yarn
For rate limiting in production, you'll need Upstash Redis:
- Copy
.env.example
to.env.local
- Add your Upstash details (Get them here)
Note: Don't worry about rate limiting on localhost or in development mode - it's off by default.
pnpm build
pnpm start
Check out our Contributing Guidelines. You can:
- Add snippets
- Fix bugs
- Add new features
Want to build something with our API? Check the docs
SnipNest is under the MIT license.