A cross-platform Electron, React, TypeScript, Tailwind, shadcn/ui, Framer Motion, and SQLite desktop app.
Please note that this repo is still under development. For more information about ONCard (legacy build) please refer to the ONCard's official website
We use AI to breakdown study material and build memories of you over time. This helps create a more friendy and effective study environment.
npm install
npm run devnpm run build
npm run dist:win
npm run dist:linuxThe app keeps native desktop responsibilities in src/main, exposes safe APIs from src/preload, and keeps the React UI in src/renderer.