https://github.com/haaarshsingh/snip
Fast pastebin written in Rust
https://github.com/haaarshsingh/snip
actix-web nextjs pastebin rust typescript
Last synced: 7 months ago
JSON representation
Fast pastebin written in Rust
- Host: GitHub
- URL: https://github.com/haaarshsingh/snip
- Owner: haaarshsingh
- License: gpl-3.0
- Created: 2022-08-14T06:29:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T05:13:51.000Z (12 months ago)
- Last Synced: 2025-07-19T02:47:19.191Z (7 months ago)
- Topics: actix-web, nextjs, pastebin, rust, typescript
- Language: Rust
- Homepage: https://snip.tf
- Size: 2.58 MB
- Stars: 66
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE.md
Awesome Lists containing this project
README

Modern Pastebin written in Rust.
Live
·
API Docs
·
Discord Bot
·
CLI
·
License
## Features
- Multi-file snippets
- Snip Expiry
- Accessible and beautiful interface
- CodeMirror Editor
- 98 languages supported
- Forking snippets
- Fast and free API
- Downloading files (.zip)
- Discord Bot
- CLI
## What's inside?
Welcome to the snip monorepo. It consists of the following:
### Apps
- [`client`](https://github.com/haaarshsingh/snip/tree/main/client) — the frontend client built with Next.
### Packages
- [`server`](https://github.com/haaarshsingh/snip/tree/main/server) — the backend server built with Actix Web.
- [`bot`](https://github.com/haaarshsingh/snip/tree/main/bot) — the Discord bot built with Serenity.
- [`cli`](https://github.com/haaarshsingh/snip/tree/main/cli) — the CLI written in plain ol' Rust.
Refer to the README within each individual project on how to build and run the project.