Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Atom webNew to Visual Studio Code? Get it now.
Atom web

Atom web

titans

| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Titans Dashboard (FastAPI in VS Code)

🚀 Run and view your FastAPI web app directly inside VS Code — no external browser required.

Features

  • Auto-start FastAPI server
  • View inside VS Code sidebar
  • Live reload support
  • Custom panel title and icon

Usage

  1. Open your FastAPI project with Main.py or app.py.
  2. The extension will auto-start the server.
  3. The app will appear inside the VS Code tab panel.

Requirements

  • Python 3.8+
  • FastAPI
  • Uvicorn

Extension Settings

None yet — all auto-configured.

Release Notes

0.0.1

Initial release with auto server launch & embedded view.

############################################################### command for run a fastAPI file

python -m uvicorn (file_name):app --reload --port 8000

############################################################### This will help auto reload whenever you do change in main file

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft