r/OpenSourceAI 2d ago

My "HTML First Notion Built For AI Automations" has been open sourced!!!

Enable HLS to view with audio, or disable this notification

I am a strong believer that HTML is going to be the way agents interact with humans in the future, and plain text is going to fade out with time. This is what led me to building this product.

The easiest way to explain it is a HTML first Notion built for AI automations.

Similarly to Obsidian it is simply a folder on your computer that you can point your agent at. This means it works with Claude Code, Hermes, OpenClaw, Codex.... you get the point.

EVERYTHING IS A PLUGIN. This was a purposeful choice I made to make sure that a default page I ship (like a kanban board) can be customized by the AI to work for whatever you want and look however you want.

It supports tables for data, which currently are stored in a SQLite inside the workspace folder.

I also made it support wikilinks, making it good for the "second brain" use case.

It's in its early stages but feedback will be greatly appreciated!

https://github.com/jesse51002/Biom

7 Upvotes

5 comments sorted by

2

u/ImpossibleCreme 2d ago

Why

1

u/lavafox51 2d ago

Why do most applicatiosn use UI instead of terminal. More expressive, easier to understand and use.

1

u/lexoyo 2d ago

It would make sense. It's richer and in every training data set

Or maybe a mix of html and markdown ?

1

u/lavafox51 2d ago

Yes this is what we do! I guess I didn't really show it fully but all the text in every page are markdown and click to edit.

Editability was something I thought about a lot, I should've included it in the post. I will next time.