https://github.com/moeen-mahmud/osmynt
Secure, E2EE, Realtime DM for code snippets ⚡ | Formerly TurboGist (turbogist.dev)
https://github.com/moeen-mahmud/osmynt
code-snippet end-to-end-encryption gist real-time vscode-extension
Last synced: 8 months ago
JSON representation
Secure, E2EE, Realtime DM for code snippets ⚡ | Formerly TurboGist (turbogist.dev)
- Host: GitHub
- URL: https://github.com/moeen-mahmud/osmynt
- Owner: moeen-mahmud
- License: agpl-3.0
- Created: 2025-09-30T09:52:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-17T15:09:00.000Z (8 months ago)
- Last Synced: 2025-10-18T17:54:43.243Z (8 months ago)
- Topics: code-snippet, end-to-end-encryption, gist, real-time, vscode-extension
- Language: TypeScript
- Homepage: https://osmynt.dev
- Size: 778 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Osmynt: Secure, E2EE, Realtime DM for code snippets ⚡
## Tech Stack
- [TypeScript](https://www.typescriptlang.org)
- [Bun](https://bun.sh)
- [Hono](https://hono.dev)
- [Prisma](https://www.prisma.io)
- [Supabase](https://supabase.com)
- [Postgres](https://www.postgresql.org)
- [VSCE](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
- [Docker](https://www.docker.com)
- [Husky](https://typicode.github.io/husky)
- [ESBuild](https://esbuild.github.io)
- [Biome](https://biomejs.dev)
- [Commitlint](https://commitlint.js.org)
- [Changesets](https://changesets.org)
## Project details
This project is a monorepo created with Bun workspace. It has two parts:
1. **apps**: Contains the Backend Engine, Osmynt Extension, Landing Page, and Documentation Page
2. **packages**: Contains the shared code between the apps (e.g. api client, library, database).
## Getting Started
### Prerequisites
Make sure you have node.js and bun installed on your machine. If not, please install them first by following the respective documentation.
To run an individual project, please follow the project's README.md file.
## License
This project is licensed under the AGPL-3.0 - see the [LICENSE](LICENSE) file for details.
## Creator
- [Moeen Mahmud](https://github.com/moeen-mahmud)