We released Reflex 0.9 - every action in your app is now callable by an AI agent out of the box.
We ran a benchmark comparing two approaches to letting AI agents interact with a web app:
- A vision agent (browser/computer use) that screenshots the UI and clicks around
- An API agent that calls HTTP endpoints directly
The task for both agents was to find a "Smith" customer with the most orders, accept their pending reviews, and mark their most recent order as delivered. We chose this task since it's similar to automation work a typical tool sees.
The vision agent took 550k tokens and 17 minutes on average. The API agent took 12k tokens and 19.7 seconds. Of course, API agents are faster and more token efficient since they don't need to take screenshots and directly interface with the UI. The problem is many apps don't have APIs for every action, since it takes engineering overhead to build and maintain each separate API codebase.
We built a plugin for Reflex that auto-generates HTTP endpoints from your app's existing event handlers. Your app has a button with an on_click handler, the plugin exposes that handler as an endpoint. An agent can call the same function a human click triggers. No separate API to build or maintain.
As agents become a bigger share of your app's users, every action needs to be callable by code - not just by clicking a button.
Benchmark: https://t.co/dhmQcmVvrc
Less than 1 year ago I had no idea of how to build a web app.
Yet we had to scale @FantaMasterApp and bring it from mobile to web.
With hard work, and also thanks to @getreflex, my Python skills allowed me to generate almost $100K in revenues.
Never give up!
#buildinpublic
Auth from prompt to production with @getreflex and @descopeinc
Build the full-stack Python app of your dreams with:
☑️ User auth (magic links, passkeys, socials, etc.)
☑️ B2B auth (SAML / OIDC SSO)
☑️ MFA
☑️ User, role, tenant management
🧵👇
This video for @getreflex was completely AI generated
Pretty crazy to believe in the future anyone will be able to tell stories like this in a few seconds
Reflex (@getreflex) is an AI app builder for creating production-grade web apps entirely in Python, powered by its own open-source framework.
Just connect your data and enter a prompt. It generates production-ready apps that integrate any data source, API, or Python package.
Reflex has over 1M apps created, 27k GitHub stars, and has been used by 30% of Fortune 500 companies for internal tools and data-driven applications.
https://t.co/YKC3R2laDP
Python devs, check this out. You can build full-stack apps from a single prompt and have them running the same afternoon.
I’ve been trying @getreflex, an open-source Python framework and AI App Builder that goes from prompt to production in minutes. Everything, front end and back end, stays in Python with the flexibility and performance you’d expect from a JS app.
It automatically connects to any PyPI package or API. It built a real-time sales dashboard tracking revenue, conversion rates, and team performance across regions with live updates, all in Python.
If you build internal tools, dashboards, or AI-powered apps, this is one of those “how did I not know about this earlier” tools. Shoutout to them for sponsoring this post.
Check it out: https://t.co/aHV48xj7VZ
Me han nominado a los Sirviendo Código Awards por mi artículo sobre desarrollo web con Python!
Si quieres leerlo y apoyar mi trabajo, puedes votarlo desde aquí. Gracias!
→ https://t.co/wIkN2UasIx
🚀 We’re excited to welcome @Reflex as a sponsor of The AI Conference 2025!
They’re making full-stack app development frictionless: build web apps using just Python, or describe what you want and let their AI Builder generate working code—from frontend to backend—with built-in deployment. No JavaScript required.
We're excited to show you something pretty cool with Reflex's new mapping components.
Building interactive maps in Python web apps used to mean wrestling with JavaScript libraries or settling for static images. Not anymore.
With Reflex Enterprise, you get full-featured maps built on Leaflet; markers, layers, event handling, the works. All in pure Python.
What makes this powerful:
- No JavaScript required - everything stays in your Python workflow
- Real-time interactions - click handlers, zoom events, location tracking
- Programmatic control - fly to locations, fit bounds, add/remove layers dynamically
- Mobile-friendly out of the box
Perfect for dashboards, analytics apps, or any project where you need to visualize location data without the usual frontend complexity.
Docs → https://t.co/ULG8Xxq7mt
Reflex → https://t.co/llSGGhSr3v
What are you building with mapping features in your Python apps? We'd love to hear about your projects!
Interesting app someone built with @getreflex and @openrouter
- Has built in Auth, Search and Deepthinking built in
- Chat with hosted models on openrouter (gemini for general chat, perplexity for web search & cerebras(qwen) for fast response)
- Optionally use local models from Ollama and LMStudio when run locally
Link + Github below