Files
yaak/README.md
2024-09-12 07:21:19 -07:00

25 lines
917 B
Markdown

# Yaak API Client
Yaak is a desktop API client for organizing and executing REST, GraphQL, and gRPC
requests. It's built using [Tauri](https://tauri.app), [Rust](https://www.rust-lang.org), and [ReactJS](https://react.dev).
![screenshot](https://github.com/user-attachments/assets/f18e963f-0b68-4ecb-b8b8-cb71aa9aec02)
## Feedback and Bug Reports
Please [Create an Issue](https://github.com/yaakapp/app/issues/new) for bug reports and
submit all other feedback to [feedback.yaak.app](https://feedback.yaak.app).
## Contribution Policy
Yaak was initially closed-source, with no plan of ever becoming open
(see [Blog Post](https://yaak.app/blog/why-not-open-source)). However, Open source does
offer many benefits:
- Full transparency over what is happening
- Code can be audited
- Users can help identify and fix bugs
For these reasons, Yaak is now open source but only accepting contributions for bug fixes.