{"categories":[{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/2"}],"enrichment":{"capability":"Replaces FastAPI's CDN-dependent documentation UI with locally-served Swagger and Redoc assets, enabling API docs to work on disconnected or air-gapped networks.","skillfed_tags":["offline-first","air-gapped","documentation-serving"],"use_cases":["Running FastAPI services in air-gapped or disconnected networks where external CDN access is unavailable or forbidden.","Deploying API documentation in environments with strict network policies or firewall rules that block CDN domains.","Ensuring API docs remain accessible even if external CDN services experience outages or performance degradation.","Building self-contained Docker images or offline-first deployments where all dependencies must be bundled locally.","Customizing documentation UI appearance by serving your own favicon alongside the standard Swagger and Redoc interfaces."],"what_it_does":"FastAPI-offline is a drop-in replacement for FastAPI that bundles Swagger UI and Redoc documentation assets locally instead of fetching them from external CDNs. This solves the problem of API documentation becoming inaccessible in disconnected networks, air-gapped environments, or situations where external CDN access is restricted or unreliable.\n\nThe package automates what the official FastAPI documentation describes as a manual process: it includes the necessary JavaScript and CSS files for both Swagger and Redoc, serves them locally, and configures a FastAPI instance to use them. You instantiate FastAPIOffline instead of FastAPI, optionally customize the static asset path or favicon, and everything else works as normal\u2014all FastAPI options pass through unchanged.","worth_installing":"Yes. If you need FastAPI documentation to work without CDN access, this package solves that problem with minimal friction\u2014a single dependency, permissive licensing, active maintenance, and a straightforward API. Install it when disconnected networks, air-gapped deployments, or strict network policies make CDN-dependent docs impractical."},"id":"fastapi-offline","links":{"html":"https://skillfed.io/packages/fastapi-offline","md":"https://skillfed.io/packages/fastapi-offline.md","pypi":"https://pypi.org/project/fastapi-offline/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-19","license_spdx":null,"license_treatment":"permissive","name":"fastapi-offline","python_support":"supports_current","summary":"FastAPI without reliance on CDNs for docs"},"popularity":{"monthly_downloads":309355,"position":7755,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.7.7"}
