https://github.com/sanlinhtik3/sitku
စိတ်ကူး app က note taking app ပါ။ အဓိက ကိုယ်ရဲ့ လျှပ်တပျက်ပေါ်လာတဲ့ အစွမ်းထက်တဲ့ စိတ်ကူးတွေကို ကွန်ပျူတာထဲမှာ "ဖတ်"ကနဲ offline သိမ်းဆည်းတာ နေ့စဉ် ဝင်ငွေ၊ ထွက်ငွေ၊ အလုပ်က အမြတ်တွေကို မှတ်သားနိုင်တယ်။ ကိုယ်က Creator ဆိုရင် page ကနေ ရတဲ့ income, outcome, post kpi တွေကို တစ်နေရာတည်း မှတ်ထားလို့ရပါတယ်
https://github.com/sanlinhtik3/sitku
electron sqlite vitejs
Last synced: about 11 hours ago
JSON representation
စိတ်ကူး app က note taking app ပါ။ အဓိက ကိုယ်ရဲ့ လျှပ်တပျက်ပေါ်လာတဲ့ အစွမ်းထက်တဲ့ စိတ်ကူးတွေကို ကွန်ပျူတာထဲမှာ "ဖတ်"ကနဲ offline သိမ်းဆည်းတာ နေ့စဉ် ဝင်ငွေ၊ ထွက်ငွေ၊ အလုပ်က အမြတ်တွေကို မှတ်သားနိုင်တယ်။ ကိုယ်က Creator ဆိုရင် page ကနေ ရတဲ့ income, outcome, post kpi တွေကို တစ်နေရာတည်း မှတ်ထားလို့ရပါတယ်
- Host: GitHub
- URL: https://github.com/sanlinhtik3/sitku
- Owner: sanlinhtik3
- Created: 2026-07-03T11:20:41.000Z (1 day ago)
- Default Branch: main
- Last Pushed: 2026-07-03T12:51:11.000Z (1 day ago)
- Last Synced: 2026-07-03T13:23:04.628Z (1 day ago)
- Topics: electron, sqlite, vitejs
- Language: TypeScript
- Homepage: https://sitku.space
- Size: 3.02 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Sitku (စိတ်ကူး)
[](https://sitku.space)
[](https://sitku.space)
[](https://sitku.space)
---
## 🌟 စိတ်ကူး (Sitku) ဆိုတာ ဘာလဲ?
စိတ်ကူး app က note taking app ပါ။ သူ့ကို အဓိက Productivity နဲ့ Data တွေကို Visualization နဲ့ ကြည့်ချင်သူတွေအတွက် အသုံးဝင်ပါတယ်။
ဘာလုပ်လို့ရလဲဆိုတော့ နေ့စဉ် ကိုယ့်ရဲ့စိတ်ကူးတွေကို ကွန်ပျူတာထဲမှာပဲ offline သိမ်းဆည်းတာ နေ့စဉ် ဝင်ငွေ၊ ထွက်ငွေ၊ အလုပ်က အမြတ်တွေကို မှတ်သားလို့ရတယ်။
တကယ်လို့ ကိုယ်က Creator ဆိုရင် page ကနေ ဝင်တဲ့ income, outcome, post kpi တွေကို တစ်နေရာတည်းကနေ Visualization ကောင်းအောင် dashboard နဲ့ တစ်နေရာတည်းမှာ ကြည့်လို့ရတယ်။
---
## 🚀 Quickstart & Development
### Prerequisites
- [Node.js](https://nodejs.org/) (v18+)
- macOS (Apple Silicon M-series recommended) or Windows 10/11
### Local Installation
```bash
# 1. Clone the repository
git clone git@github.com:sanlinhtik3/sitku.git
cd sitku
# 2. Install dependencies
npm install
# 3. Start Desktop App with Live Hot-Reload
npm run desktop:dev
```
---
## 🛠️ Build Commands
| Command | Description |
| :--- | :--- |
| `npm run desktop:dev` | Launches Vite dev server + Electron with instant hot-reloading. |
| `npm run desktop` | Compiles the production bundle (`dist/`) and launches Electron. |
| `npm run dist:mac:arm64` | Packages a native macOS Apple Silicon (`.dmg` / `.app`) installer. |
| `npm run dist:win` | Packages a Windows NSIS Setup Installer (`.exe`). |
| `npm run build` | Builds static PWA / Web release bundle. |
---
## 📂 Local Storage Architecture (`~/.sitku`)
```text
~/.sitku/
├── app.json # Global application configuration & vault history
├── appearance.json # UI themes, custom fonts, and accent settings
├── workspace.json # Layout panels, open tabs, and bookmarks
├── core-plugins.json # Active AI skills and agent feature toggles
├── sitku-agent.sqlite # Local SQLite memory engine & vector embeddings
├── themes/ # Custom user-created CSS themes
└── vault/ # Primary local markdown knowledge base
```
---
## 📄 License & Versioning
- **Version:** Calendar Versioning (`YYYY.M.D` e.g., `2026.7.4`)
- **Official Portal:** [sitku.space](https://sitku.space)
- **Author:** ZOE & Sitku Contributors