Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sincerelyfaust/cordhook

Cordhook is an application for sending webhooks to Discord.
https://github.com/sincerelyfaust/cordhook

desktop-app expo expo-cli mobile-app next nextjs react react-native reactjs rust rust-lang styled-components tauri tauri-app typescript vite web-app web-application

Last synced: 23 days ago
JSON representation

Cordhook is an application for sending webhooks to Discord.

Awesome Lists containing this project

README

        


cordhook logo

# πŸ”ŒπŸͺ Cordhook

> ⚠️ Cordhook is under active development and not all features that are currently available are polished. The UI also might have some tiny bugs that will be squashed in the near future. Currently, there are no binary releases and Cordhook Web is the only version you can try out at the moment.

- πŸ”ŒπŸͺ **Cordhook** is an application for sending webhooks to Discord with ease.
- πŸ›  **Built** with [Tauri](https://tauri.app) for desktop, [Next.js](https://nextjs.org/) for web and [React Native](https://expo.dev) for mobile.
- 🎨 **Styled** with [Styled Components](https://styled-components.com).
- βš™οΈ **Rust** on the back-end and TypeScript on the front-end on desktop.
- 🌐 **Cordhook Web** application can be found [here.](https://cordhook.app/web)
- πŸ–₯️ πŸ“± **Cordhook Desktop and Mobile** applications can be downloaded [here.](https://github.com/SincerelyFaust/cordhook/releases)
- Available for **Windows**, **macOS**, **Linux**, **Android** and **iOS**.

## Features

- πŸ¦€ **Blazing** fast thanks to the Rust backend on desktop.
- 🎨 **Modern** and minimalistic UI with extra attention to UX.
- πŸ–₯️ πŸ“± **Cross-platform** application available on all mainstream operating systems and browsers.

### Planned features

- ⏰ **Schedule** your webhooks.
- πŸ•Έ **Send** multiple embeds at once.
- πŸ’Ύ **Save** and load templates.
- πŸͺž **Preview** of what you're sending.

## Monorepo structure

```
root
β”œβ”€β”€ apps
| β”œβ”€β”€ desktop
| Β Β β”œβ”€β”€ landing
| β”œβ”€β”€ mobile
|   └── web
└── packages
Β Β  β”œβ”€β”€ assets
β”œβ”€β”€ config
β”œβ”€β”€ interface
Β Β  └── ui
```

## License

Copyright @ 2023 - Marin HeΔ‘eΕ‘ | Cordhook is in no way affiliated with Discord | Licensed under the [MIT license](/LICENSE).