Declarative Python server-side rendering utility for FastAPI with built-in HTMX support.
-
Updated
Sep 9, 2026 - Python
When doing server-side rendering, in contrast to client-side rendering the content of a webpage is prepared on the server and by the use of hydration made usable by the client.
Declarative Python server-side rendering utility for FastAPI with built-in HTMX support.
Python DOM and HTML toolkit - generate, parse and manipulate HTML/XML/SVG with CSS selectors, XPath, Web APIs and JavaScript-like utilities.
Hypermedia web development metaframework that brings the Next.js developer experience to Python, built on FastAPI.
Phoenix LiveView-style reactive server-side rendering for Django with Rust-powered performance
A curated list of references for template engines
Django server side rendering, powered by Parcel bundler
The nextjs of Django
Server-side rendering for AMP in Python
A view for server-side rendering react apps from Django.
React like agnostic GUI framework for Python
Template for Django app with server-side rendered components
Middleware for applying AMP Renderer to the output of a request in Django
Jinja | Flask | MySQL | AWS web application & API – sunsetted 08/2021
A simple static site generator written from scratch in pure Python
Generating dynamically updated static pages with python.
Type-safe, composable HTML components for Python. Server-side rendered, HTMX-first, framework-agnostic — no templates, no string formatting, no XSS surprises.
Modular Dynamic website using Flask and Turbo-Flask. Easy to build websites containing forms and dynamically updating Server-Side-Rendered Elements.
Database design and implementation for a single vendor e-commerce platform with a simple UI using Flask micro-framework.
Real-time object detection with server-side ONNX inference. Custom YOLOv8 training, Docker support, deployed on Railway & Vercel. Frontend:- https://multi-object-detection-e6ss.vercel.app/ Backend:- https://railway.com/project/0f30677b-a6bb-40ab-ac51-909c34d4f99f?environmentId=1d258823-901f-400a-8b27-599b10b7814b
for this survey service , i tried to use django 1.5.8 version and python 2.7 to understand the base of django functional programming. its a good code for you if you wanna see 100% function base programming in a old django version.