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

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)

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)