← Back
March 16, 2020

noledge

I have a new project called noledge which is a way of tackling the knowledge sharing problem. Similar projects include:

2025 note: all of the above are now defunct 😅

My reasons for making one myself are:

Its features are:

One killer feature I’d love to add would be the ability to seamlessly include streamlit applications as posts— individual posts would be interactive, or a post could also serve as a dashboard, which would be so, so awesome. But after a couple of hours of digging into this, I don’t think its very practical with the way streamlit is designed right now (an individual server must be spun up for each page / application), and the client and server seem quite tightly coupled.