Hacker News new | ask | show | jobs
Show HN: Local AI stack (Docker, Ollama) that lets you build apps without Python (github.com)
1 points by aeberhart 108 days ago
We built a local-first AI stack (Docker + Ollama) that lets you build LLM tools and workflows without writing Python. It supports:

* Multimodal chat * Retrieval Augmented Generation (incl. automated & scheduled doc import) * MCP tool support (web search, file access, O365) * Custom tools implemented using JSONata & SQL

Most local AI tools are chat UIs. We wanted something closer to a programmable AI platform that still runs locally.

* leverage a low code platform to insert programmatic hooks in the chat * provide custom tools written in SQL or JSONata * embed LLMs in workflows and custom UIs * give fine grained role based access control to AI apps (who can see what and which tools is the LLM allowed to use)

To summarize, it aims at being as flexible as custom Python code while being as easy to use as Open WebUI.