personal-projects
Update Date: 2026-08-01
In this page, I list all the personal technical projects that have reached Minimum Viable Product stage. That is - it is solves the problem and it is usable/adoptable by others.
Obsidian To Github Pages
This script helps to adapt your Obsidian notes to Github static pages. If you are using Github Pages to publish your blog/website and you also want to use Obsidian to store your blog post/page contents in the markdown format, then this script will help you to bridge them together. It will transform the plain markdown files from your Obsidian vault to your Github static html pages
- Github Link
- Blog Post
- Language/Framework: Python
Citta
Citta is a meditation helper app. It helps you time your meditation session, capture your experience, and track it as a habit. The app itself is local-first, data-portable and minimalist. All the data generated with this app is stored in the local file within your own mobile. It is not stored in some cloud or remote data center. It is totally up to you to decide how you want to use this data. You can just leave it there or use other apps to back up those files where you are comfortable storing them. The data generated by this app, which includes your configuration of the app as well as meditation experience notes, are stored in a JSON file. You can export this JSON file to anywhere you feel comfortable. Then, you can import that file into some other phone’s citta app and use it, or you can build on top of that file.
- Github Link
- Blog Post
- Language/Framework: Dart (language), Flutter (framework)
Note: In this project, I am only using LLM to build the app. I do not know the flutter framework or dart language rather it is my idea and LLM agents are building this.