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
- Host: GitHub
- URL: https://github.com/stophecom/scrt-link
- Owner: stophecom
- Created: 2023-02-25T10:19:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T08:21:39.000Z (over 1 year ago)
- Last Synced: 2025-02-27T03:49:33.731Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://scrt.link
- Size: 4.41 MB
- Stars: 46
- Watchers: 1
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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)