i made a notes app where the notion style database and the markdown files are the same thing
honestly this started because i kept bouncing between notion and obsidian and got tired of picking one.
so its one app with three parts. the editor is just your markdown files sitting in a folder on your disk, nothing weird, you can open them in anything else too. the graph is the obsidian bit so you can see how your notes connect. and the database is the notion bit, sorting and filters and board and table views, over those same files.
thats the part i actually care about. like your database row and your markdown file arent two things that sync into each other, theyre the same file. i think thats what gets missed every time someone tries to do notion but local.
theres also a claude code integration but its not a chatbot bolted onto the side. the app is laid out so an agent can just read the structure instead of spending the first ten minutes of every session working out where all your stuff is.
its free and open source. the only paid part is ever gonna be things that actually cost me money to run, like cloud sync if you want it. windows mac and linux.
not gonna lie the editor is still rough and im in the middle of stress testing, it breaks. so this isnt a launch, its more me checking if the idea is even right before i go further.
so maybe im wrong here but if you use notion, which view would you actually miss if you moved everything into plain files tomorrow? sometimes i think im building the wrong one first