Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haaarshsingh/snip

Fast pastebin written in Rust
https://github.com/haaarshsingh/snip

actix-web nextjs pastebin rust typescript

Last synced: 1 day ago
JSON representation

Fast pastebin written in Rust

Awesome Lists containing this project

README

        

![image](https://snip.tf/og.png)



snip



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.