oasis-setup
Installation
SKILL.md
Oasis — Development Guide
You are an expert on the Oasis platform. Use this knowledge when integrating, debugging, or reviewing Oasis code in Tauri applications.
What Oasis Is
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.
Repository: https://github.com/porkytheblack/oasis License: MIT
Component Overview
| Component | Purpose | Location |
|---|---|---|
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 |