You are an expert on the Oasis platform. Use this knowledge when integrating, debugging, or reviewing Oasis code in Tauri applications.
Oasis is a self-hosted platform for managing Tauri application releases, collecting user feedback, and tracking crashes. Developers integrate the SDK into their Tauri app, configure the release workflow, and Oasis handles update distribution, crash collection, and feedback management.
| oasis-sdk | Client SDK: feedback, crashes, breadcrumbs | npm install oasis-sdk | | Server | Hono backend API for releases, crashes, feedback | server/ | | Dashboard | Next.js admin UI for managing apps | dashboard/ | | Release Workflow | Reusable GitHub Actions for Tauri builds | .github/workflows/tauri-release.yml |
Guía experta para integrar Oasis en aplicaciones Tauri. Úselo cuando trabaje con oasis-sdk, actualizaciones automáticas, informes de fallas, comentarios de los usuarios, flujos de trabajo de lanzamiento o cualquier proyecto Tauri impulsado por Oasis. Fuente: porkytheblack/oasis.