manueljpconde lets you bring your own AI model - and locks the keys away

This fork opens the door to private and self-hosted AI engines, so a firm's data and credentials never have to leave the building.

integrationinfrastructure

Until now, the app leaned on a fixed set of cloud AI providers. manueljpconde adds a "managed models" option: any team can point the app at its own AI endpoint - a private corporate model, Microsoft's Azure-hosted AI, or even a model running on the user's own machine - and supply its own key. Those keys are encrypted before they're stored and are never handed back to the browser, which matters for anyone nervous about credentials leaking.

The other half is setup. The fork ships a one-command local install that brings up the whole system - app, database, file storage, sign-in - with placeholder settings, so a curious firm can spin up a working private instance to kick the tyres without wiring up any cloud accounts first. The accompanying notes are careful to spell out which keys go where, a frequent stumbling block for Azure shops.

So what Worth a look for legal-ops and IT leads who want AI that runs on their own infrastructure, or behind their own model contracts, rather than a vendor's defaults.

View this fork on GitHub →

Spotted something wrong? Or know the PR text has fresher detail than the writeup above?

Commits in this thread

6 commits from manueljpconde/mikeEU, oldest first. Source extracted verbatim from the harvested git log.

SHA Subject Author Date
d39706fc Add Docker stack and managed model support Manuel Conde 2026-05-10 ↗ GitHub
e9d96136 Merge pull request #7 from manueljpconde/codex/docker-local-stack Manuel Conde 2026-05-10 ↗ GitHub
[codex] Add Docker stack and managed model support
91ea79c4 Document managed model configuration Manuel Conde 2026-05-10 ↗ GitHub
ec1dc09a Merge pull request #8 from manueljpconde/codex/readme-managed-models Manuel Conde 2026-05-10 ↗ GitHub
[codex] Document managed model configuration
f8873309 Harden Docker quickstart config Manuel Conde 2026-05-10 ↗ GitHub
ec3c8758 Merge pull request #13 from manueljpconde/codex/docker-hardening-fixes Manuel Conde 2026-05-10 ↗ GitHub
[codex] Harden Docker quickstart config

Capture this thread into my fork

Download a single Markdown prompt that tells Claude how to port every commit above into your working tree — adapting paths and structure to match your repo. Run it via claude -p < capture-thread-217.md from inside the repo you want the changes in.

⬇ Download capture-thread-217.md