Snip
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
-
Quick save: Just paste your code and hit Ctrl+S
-
Shareable links: Each snippet gets a unique URL
-
Syntax highlighting: Because colorful code is happy code
-
View mode: Read-only goodness for shared snippets
-
Edit mode: Tweak shared snippets with Ctrl+E
How to Use
-
Open the app
-
Paste your code
-
Hit Ctrl+S to save
-
Share the URL
To edit a shared snippet, press Ctrl+E.
Tech Stack
-
Bun
-
TypeScript
-
HTML/CSS/JavaScript
-
Vercel Blob Storage
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.