Launching today

marpy.io
AI coding platform built specifically for the Python stack
77 followers
AI coding platform built specifically for the Python stack
77 followers
Marpy is a web-based IDE and AI coding assistant built specifically for the Python stack. It helps you go from idea to deployed app without wrestling infra, glue code, or half-baked JS-focused tools. Get Python-native autocomplete, refactors, and AI-generated modules that actually understand Django, FastAPI, and real-world backends. Marpy lets you prototype, iterate, and ship production-grade Python apps faster, all from your browser.




who is the primary user here. a Python developer who already has a local setup and VS Code configured is probably not switching to a browser IDE regardless of how good the AI is. the person who might actually love this is someone who knows Python but hasn't gotten deep into tooling yet. are you building for the experienced dev or the intermediate one because those are pretty different products
@ansari_adin Good point. Definitely beginner/intermediate. I feel like experienced devs already have tooling in place, I know I do. With that said, I use it to hand projects off to other devs in a more consistent way.
Framework-specific AST awareness for Django and FastAPI models is what separates this from generic AI tools. Most don't understand ORM relationships or dependency injection patterns. We've wasted hours cleaning up AI suggestions that looked plausible but broke with SQLAlchemy migrations. Does marpy maintain cross-file context, like tracking model schemas and router dependencies across the full project?
A Python-native browser IDE makes sense if it reduces the setup friction between idea, backend, and deployed app.
@zact Yep. That's a big reason why marpy is opinionated out of the gate. It helps fill the gaps in getting python scaffolded and getting it from working locally to running in production.