Hacker News new | ask | show | jobs
Show HN: Notebook (like Jupyter) to build internal tools that read like docs (include.ai)
14 points by nocodelowcode 2053 days ago
4 comments

Hi HN! We've been hacking away at lightweight internal tool builder and would love to share it with everyone.

Most people are using it to make simple FEs to call product APIs or SQL queries (change feature flag, get logs for a user, enrich a spreadsheet). However, we are still figuring out what Notebooks are best suited for and wanted to get it into the community earlier than later.

This looks pretty interesting! How difficult would it be to have the documentation pre-fill data per person who's trying to execute some operation so by following the documentation, they can actually conduct their day to day job, as opposed to using it simply as documentation?
Ooohh that's really interesting. So for every user have a different version of the Notebook tailored to that user.

Can't do that right now, but it is in our roadmap!

This looks promising! I just gave it a try and really liked the visual design, do you mind sharing any guide you followed / any library used for styling? (say if I were to steal the look and feel of include.ai)
Hi Shao, of course! We are using the CSS Framework Bulma (https://bulma.io/) with a few custom tweaks.