Snip

GitHubSource

snip 📎

A dead-simple code snippet saver. Because sometimes, you just need to stash that code somewhere.

What's this?

snip is a no-frills web app that lets you save and share code snippets. It's like a sticky note for your code, but cooler.

Features

How to Use

  1. Open the app

  2. Paste your code

  3. Hit Ctrl+S to save

  4. Share the URL

To edit a shared snippet, press Ctrl+E.

Tech Stack

Running Locally

To install dependencies:


bun install

To run:


bun run index.ts

This project was created using bun init in bun v1.1.21. Bun is a fast all-in-one JavaScript runtime.