git404hub

what is neura-office fr?

ianustec/neura-office — explained in plain English

Analysis updated 2026-05-18

31Audience · pm founderComplexity · 2/5LicenseSetup · moderate

tl;dr

A set of Open WebUI plugins that let an AI chatbot generate real, editable Word, PowerPoint, and Excel files instead of plain text or broken exports.

vibe map

mindmap
  root((neura office))
    What it does
      Generates docx pptx xlsx
      Native editable Office files
      Plugs into Open WebUI chat
    Tech stack
      Python
      python-docx
      python-pptx
      openpyxl
    Use cases
      Turn chat request into a report
      Build a slide deck with real charts
      Generate a spreadsheet with formulas
      Reuse a company letterhead
    Audience
      Self hosted AI teams
      Business users
      Open WebUI admins

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Ask a self hosted AI chat to draft a board report and get back a real editable Word document.

VIBE 2

Have the model generate a PowerPoint deck with working native charts for a pitch.

VIBE 3

Generate an Excel workbook with live formulas and formatting straight from a chat request.

VIBE 4

Reuse an existing company letterhead template when generating new Word documents.

what's the stack?

Pythonpython-docxpython-pptxopenpyxlOpen WebUI

how it stacks up fr

ianustec/neura-office0xazanul/fuzz-skill0xsero/tailscale-mullvad-toggle
Stars313131
LanguageCPython
Setup difficultymoderatemoderateeasy
Complexity2/53/52/5
Audiencepm founderresearcherdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires an existing Open WebUI instance (version 0.4 or newer) to paste the tool files into.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

NEURA Office is a suite of tools that lets a chatbot produce real Word, PowerPoint, and Excel files instead of just plain text. It plugs into Open WebUI, which is a self hosted chat interface people run instead of using a service like ChatGPT's website, pointing it at models such as OpenAI, Claude, or a local model. Open WebUI supports small plugins called Tools that give the chat model new abilities, and NEURA Office adds three of these: one that produces Word documents, one that produces PowerPoint slides, and one that produces Excel spreadsheets. The problem it solves is that asking an AI assistant for a report, a pitch deck, or a budget usually gives you plain text you have to reformat by hand, an HTML or PDF file that cannot be edited afterward, or a broken Office file with wrong styles and formulas turned into plain text. NEURA Office instead builds files using the same libraries professional developers use to generate real Office documents, so the result opens correctly in Word, PowerPoint, Excel, LibreOffice, Pages, Keynote, or Google Sheets and can be edited like any normal file. The Word tool can build covers, headings, tables, callouts, a table of contents, and even reuse a company letterhead you upload. The PowerPoint tool builds editable slide decks with about twenty five layouts, native charts that stay as real charts, and built in icons rather than pictures pulled from the internet. The Excel tool writes multi sheet workbooks with real formulas that recalculate when opened, filters, data validation, and charts. Each of the three tools lives in its own separate repository with its own releases, and this repository is the hub that explains how they fit together and tracks future plans, including a planned add-in for Microsoft 365 that would work directly inside Word, Excel, PowerPoint, and Outlook. Everything is released under the MIT license and works with Open WebUI version 0.4 or newer, installed by pasting one Python file per tool with no extra background services required.

prompts (copy fr)

prompt 1
Show me how to install the Generate Documents, Generate Slides, and Generate Spreadsheets tools into my Open WebUI instance.
prompt 2
Draft a JSON deck spec I can send to the Generate Slides tool for a five slide product pitch with a bar chart.
prompt 3
Write a Markdown report with YAML frontmatter that the Generate Documents tool can turn into a styled Word file.
prompt 4
Explain how NEURA Office compares to just exporting a chat response as PDF or HTML.

Frequently asked questions

what is neura-office fr?

A set of Open WebUI plugins that let an AI chatbot generate real, editable Word, PowerPoint, and Excel files instead of plain text or broken exports.

What license does neura-office use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is neura-office to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is neura-office for?

Mainly pm founder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.