Back to browse
Proper – a Rails-shaped Python web framework

Proper – a Rails-shaped Python web framework

by jp_sc·May 17, 2026·2 points·1 comment

AI Analysis

●●SolidSlickSolve My Problem

Rails-shaped Python framework with Jx server-rendered components and zero template language.

Strengths
  • Convention over configuration with predictable file structure for models and controllers.
  • Jx components offer typed Python rendering without separate template syntax.
  • Batteries-included: auth, caching, background tasks, and i18n out of the box.
Weaknesses
  • Peewee ORM less mature than SQLAlchemy or Django ORM for complex queries.
  • Crowded Python web framework space with FastAPI, Django, and Flask dominance.
Target Audience

Python developers wanting Django alternatives

Similar To

Django · FastAPI · Flask

Similar Projects

Melody v2.0.0 – Go framework with proper /v2 module and integrations

Melody v2 fixes a real pain: it ships a proper github.com/precision-soft/melody/v2 module and a go.work-based workspace so v1 and v2 can be used side-by-side without replace hacks. The release pairs that with practical, opinionated integrations — Bun ORM (mysql/pgsql/migrate) and a Rueidis Redis backend with prefix invalidation — plus controller autowire, router groups and a showcase app to demonstrate wiring. Not groundbreaking in the crowded Go web framework space, but it materially reduces friction for teams using Bun and modern Go modules.

Niche GemSolve My Problem
adrianjele
103mo ago

The Rails developers' guide to mobile app frameworks

The piece lays out four concrete paths and calls out real, operational tradeoffs — for example, when fully native forces you to build a JSON API and maintain three codebases, and when React Native’s plugin model drags you back into platform code. The author’s claim of having shipped 25+ Rails-backed apps gives the recommendations weight, and the write-up reads like a pragmatic checklist you’d use in a team meeting rather than marketing fluff.

Niche GemSolve My Problem
joemasilotti
304mo ago