Free demo
$0
- Full control plane install
- Flask, Dash, FastAPI, Streamlit, Gradio
- Events, rollback, health & logs
iVistaar
iVistaar is an internal deployment control plane for Windows Server/IIS that gives Flask, Dash, and Streamlit apps an org URL without Git or cloud services. Also supports FastAPI and Gradio.
Built for locked-down Windows shops where Render, Railway, and Heroku are not an option.
Unzip and run the service installer. Admin and apps stay on your box, behind your firewall.
Point iVistaar at C:\Projects\your-app — or a reachable UNC path. No zip ritual.
Your team opens an internal site. Redeploy on demand — or let auto-deploy watch the folder.
Try three sites free. Team covers a growing set of apps on one server; the Server bundle covers a full department.
$0
Intro pricing through Dec 2026
$2,490/year
Server bundle
$9,000/year
Comparable enterprise app portals typically start in the mid–five figures per year. See iVistaar vs Posit Connect. Questions: [email protected]
Answers buyers ask before a Windows Server install is approved.
.\scripts\install-admin-service.cmd -Port 8080 -ServiceUser "DOMAIN\ivistaar-svc"Waitress scheduled tasks under that identity; each app gets its own localhost port and task (
iVistaarApp-<slug>).data\FIRST_LOGIN.txt — change it under Account immediately. Built-in AD gating for deployed apps is next; until then use the documented recipe to put /apps behind IIS Windows Authentication.Python apps get built constantly in enterprises — then die on localhost:8501 because IIS hosting is painful and public PaaS is blocked.
Do these on the Windows Server. The installer prints a per-install password (also data\FIRST_LOGIN.txt) — change it under Account before wider exposure.
Unzip to a permanent folder, for example C:\iVistaar or C:\software\ivistaar.
Open PowerShell as Administrator, then:
cd C:\iVistaar .\scripts\install-admin-service.cmd -Port 8080
Prefer this over plain IIS hosting — gateway + Waitress for admin and apps (including Streamlit WebSockets).
Open http://localhost:8080/, sign in with the credentials printed by the installer (see data\FIRST_LOGIN.txt), then use Account to set a new password.
Admin → Connect → folder path → Deploy. Open the URL under /apps/<slug>/. Use Health & runtime if something fails.
Short answers for buyers and first installs. Deep Windows failure modes live in Troubleshooting.
No. iVistaar runs on your Windows Server. Deploy from folders already on that server (or UNC paths you allow).
Flask, Dash, FastAPI, Streamlit, and Gradio under /apps/<slug>/. Prefer service mode for reliable hosting and Streamlit/Gradio WebSockets.
Free includes 3 sites. Next rung: Team — $2,490/year · 5 sites. Need more headroom: $9,000/year · 10 sites server bundle. Activate the SPC under License in the admin UI.
iVistaar is an internal deployment control plane for Windows Server/IIS that gives Flask, Dash, and Streamlit apps an org URL without Git or cloud services. Render is public PaaS; Posit Connect is Linux-only. See iVistaar vs Posit Connect and Streamlit on Windows Server, compared.
Fighting Event Viewer? Open troubleshooting — IIS 500, Dash Loading, Streamlit WebSockets, pandas wheels. Comparing options? Comparisons.
Download the Windows Server package. Your browser saves the zip, then this page jumps to After you download.
Requires Windows Server and Python 3.10+. Production-ready for intranet Windows shops. The installer generates per-install credentials — change them under Account.