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

https://github.com/stophecom/scrt-link

One-time secrets
https://github.com/stophecom/scrt-link

Last synced: over 1 year ago
JSON representation

One-time secrets

Awesome Lists containing this project

README

          

# scrt.link

> [!WARNING]
> This repo is being archived soon. New version of scrt.link lives here: https://github.com/stophecom/scrt-link-v2

**Scrt.link** lets you share one-time secrets with a link that self-destructs after the first visit.

Live: **[scrt.link](https://scrt.link)**.

## Development

This project is set up as a monorepo. In the `/apps` folder we store the website application, in `packages` the common libraries.

```bash

# Install dependencies
pnpm i

# Serve (Runs the website and watches the libraries)
pnpm dev

```

## Monorepo structure

- `/apps/website`: The scrt.link website
- `/packages/core`: Core that provides all cryptographic helpers and provides API connection helpers. (WIP - The current version is hosted at https://gitlab.com/kingchiller/scrt-link-core)