A cross-platform desktop application of tools for developers
? Online Web
Echoo.app provides online version of the same tools echoo.app
? Offline Client / Download
Client version of Echoo.app provides full offline
features, download them from
the release page.
Examples
? Features / Todos
Click link to check screenshots
Formatters
- JSON Formatter Validator
- Base64 (Image) encoder and decoder
- URL encoder and decoder
- URL Parser
- JWT Debugger
- RegExp Tester
- SQL Formatter
- Cron Job Parser
Generators
- UUID/ULID Generator/Decoder
- Hash Generator
Converters
- Number Base Converter
- Unix Time Converter
- JSON <- -> YAML
?? Development
Architecture / Workspace
/api
gRPC API for both client and https://echoo.app
/src-tauri
tauri
source directory for offline clients
/web-src
React
+ Typescript
source for frontend UI
Build bundle
- MacOS / Linux
git clone [email protected]:echoo-app/echoo-app.git && \
cd echoo-app && \
make build-bundle
- Windows
git clone https://github.com/echoo-app/echoo-app.git && \
cd echoo-app && \
yarn install && cd web-src && yarn build && cd .. && yarn tauri build
Check bundle file in target/release
directory