For IT teams
They're building tools
with or without you
Your departments are already building rogue apps in spreadsheets, Airtable, and no-code tools. Give them a sanctioned platform instead.
What's happening now
- !HR built an onboarding tracker in Google Sheets. No access controls.
- !Finance has a freelancer-built dashboard. No one knows the password.
- !Operations uses Airtable for asset tracking. No backup, no audit trail.
- !Sales built a pipeline tool in Notion. It has customer PII in it.
- !The IT backlog is 6 months long. Departments aren't waiting.
With Wimsi
- Employees build their own tools — through a platform IT controls.
- Everything runs in your infrastructure. Your security policies apply.
- SSO integration. Users authenticate through your identity provider.
- Full audit trail. Every app, every user, every action — logged.
- IT backlog pressure drops. Teams solve their own operational needs.
Why self-hosted
You already have the infrastructure
Wimsi doesn't ask you to trust a new vendor with your data. It runs inside the security perimeter you've already built.
Your perimeter
Wimsi runs behind your firewall, your VPN, your network policies. No new attack surface.
Your identity
Connect to your existing SSO. No separate user directory to manage. No new passwords to rotate.
Your compliance
HIPAA, SOC 2, GDPR — your existing compliance controls apply automatically because it's your infrastructure.
Deployment
Up and running in an afternoon
Wimsi ships as a Docker container. If you can run Docker, you can run Wimsi.
Pull the image
A single Docker image. No complex orchestration, no multi-service dependencies.
Configure
Set your LLM provider API key, your SSO endpoint, and your preferred storage. Environment variables — nothing exotic.
Run
docker run. That's it. Point your internal DNS at it. Your team starts building apps.
$ docker pull wimsi/wimsi:latest
$ docker run -d -p 3000:3000 \
-e LLM_PROVIDER=google \
-e GOOGLE_API_KEY=your-key \
wimsi/wimsi:latest
AI provider flexibility
Your IT team chooses the AI
Every organization has different preferences, contracts, and security requirements for AI. Wimsi adapts to yours — not the other way around.
Google Gemini
Already have a Google Cloud agreement? Point Wimsi at Gemini with your existing API key.
OpenAI
Prefer GPT models? Use your OpenAI API key. Same Wimsi, different engine under the hood.
Anthropic Claude
Want Claude's careful reasoning? Plug in your Anthropic key. One environment variable.
Ollama / vLLM
Run a model on your own GPUs. Zero external API calls. Complete air-gap. Total privacy.
# Switch AI providers with a single line
LLM_PROVIDER=google # Google Gemini
LLM_PROVIDER=openai # OpenAI GPT
LLM_PROVIDER=anthropic # Anthropic Claude
LLM_PROVIDER=ollama # Self-hosted (Ollama)
LLM_PROVIDER=vllm # Self-hosted (vLLM)
Want us to help host or manage your AI model?
Our team can set up and manage a dedicated AI model for your organization — whether cloud-hosted or on your own infrastructure.
Contact us directlyUpdates
Update when you want. Or don't.
Unlike SaaS tools that force updates on you, Wimsi puts you in control. Your version works forever, exactly as you tested it.
New versions available
When we release updates, you can pull the new image at your convenience. Run your own testing before deploying.
Semantic versioning
Clear changelog, migration notes when needed, and backward compatibility guarantees for your data.
Security patches
Critical security fixes are released as point updates. We notify you — you decide when to apply.
No forced upgrades
Running version 1.0 while version 5.0 is out? That's fine. Your apps keep working. Your data is safe.
The honest comparison
What changes when you own the software
Pricing
Typical SaaS
Per-seat, monthly
Wimsi
One-time purchase
Data location
Typical SaaS
Vendor's cloud
Wimsi
Your cloud
Updates
Typical SaaS
Forced on you
Wimsi
Your choice
User limit
Typical SaaS
Tied to your invoice
Wimsi
Unlimited
Vendor goes away
Typical SaaS
You lose everything
Wimsi
Your deployment keeps running
Security review
Typical SaaS
Trust their SOC 2
Wimsi
Run your own pen test
Give your teams the tools they need
Stop choosing between shadow IT and a six-month backlog. Wimsi gives your organization the power to build — under your governance.