ANTIGRAVITY LABJP
TAG

FastAPI

3 articles
Back to all tags
Related:
antigravity1streaming1sse1nginx1production1advanced1htmx1hypermedia1Gemini API1Python1AI chat1real-time1
App Dev/2026-06-28Advanced

When Streaming Works Locally but Arrives All at Once in Production — Field Notes on Proxy Buffering and Silent Stalls

Stream Gemini through Antigravity over SSE and it flows token-by-token on localhost, then freezes for seconds and dumps the whole answer in production. Field notes on measuring the stall first, then killing proxy buffering, idle disconnects, and reconnect-driven double generation.

Integrations/2026-04-05Intermediate

Antigravity × htmx: Building an HTML-Driven AI Chat App — Zero JavaScript, Full Interactivity

Build an AI chat app with Antigravity IDE, htmx, FastAPI, and Gemini API — zero JavaScript. A hands-on tutorial for hypermedia-driven development with Python.

App Dev/2026-03-31Beginner

Antigravity × Python FastAPI — Build RESTful APIs Fast with AI Agents

Learn how to use Antigravity's AI agents to build a Python FastAPI backend from scratch. Covers endpoint design, JWT authentication, database integration, and deployment with practical code examples.