# iVistaar > iVistaar is an internal deployment control plane for Windows Server. Connect a project folder on the server, deploy, and get an organization URL — without requiring Git on the target machine. iVistaar (product of ChaiiNCharge LLC) turns locked-down Windows / IIS environments into a Render-like workflow for intranet apps. Prefer Waitress service mode (`install-admin-service.cmd`) when IIS HttpPlatformHandler is unreliable. Free demo includes 3 projects; unlimited via yearly SPC from hello@ivistaar.com. Canonical site: https://ivistaar.com (Cloudflare Pages). Alternate Pages host: https://vistaar-c5o.pages.dev ## Docs - [Home](https://ivistaar.com/): Product overview, how it works, licensing, download - [Install guide (Markdown)](https://ivistaar.com/INSTALL.md): Windows Server install, service mode, Dash/Flask entrypoints, FAQ - [Install guide (plain text)](https://ivistaar.com/INSTALL.txt): Same guide for terminals / restricted viewers - [FAQ on home page](https://ivistaar.com/#faq): Common deploy errors (IIS 500, pandas wheels, Dash Loading, WinError 32, Python 2.7) - [Download](https://ivistaar.com/#download): Latest Windows package CTAs ## Product - [Download iVistaar-latest.zip](https://ivistaar.com/downloads/iVistaar-latest.zip): Current obfuscated customer build for Windows Server - [Licensing](https://ivistaar.com/#licensing): Free = 3 projects; Pro = yearly SPC (hello@ivistaar.com) ## Supported app stacks - Flask (WSGI) — entrypoint `app:app` - Dash — expose `server = app.server`, entrypoint `app:server` or `run:server`; URL prefix under `/apps//` injected by iVistaar (v0.6.10+) - FastAPI (ASGI via a2wsgi) — entrypoint `app:app` - Streamlit — entrypoint `streamlit:app.py` (service mode; WebSocket proxy still maturing) - Gradio — entrypoint `app:demo` (service mode; WebSocket proxy still maturing) ## Optional - [Cloudflare Pages mirror](https://vistaar-c5o.pages.dev/): Same site if the custom domain is unavailable - [Contact](mailto:hello@ivistaar.com): Support and SPC license requests