A productivity app which is an extension to your mind
Twidge is a cross platform productivity app, powered by rust, tauri, prisma-client-rust
Twidge works entirely offline, the various features provided by twidge are listed below
Due to my ever-increasing school work, I seldom had time to code. One day, I tried to see why I was getting so little time, and that is when I realized that a lot of my time was spent deciding what I should do next. The answer was obvious I needed a calendar app, I tried almost all of the calendar apps and realized that I was spending more than 30 minutes filling in my calendar, it was also clear that I needed something more than a calendar, something wherein I can throw all the links when I browse the web so that I can look at them later on, therefore twidge was born.
Completed:
In progress:
Post MVP:
We follow an architecture similar to that of spacedrive.
src-tauri
: A rust tauri app.web
: The website which will be rendered by Tauricomponents
(TS): Components required by the web
appconfig
(TS): Project wide config such as eslint, prettier, stitches etc.primitives
(TS): UI primivitesutils
(TS): Utilities required by the web appcore
(Rust): The core of twidge, built in Rust