II.
StackProfile JSON
Structured · livestack-profile:django-htmx
Django + HTMX + Alpine json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-profile:django-htmx",
"_kind": "StackProfile",
"_file": "domain/stack-profiles/django-htmx.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Django + HTMX + Alpine",
"description": "Server-rendered Django pages enhanced with HTMX for partial-page swaps\n(replacing React/Vue for interactivity) and Alpine.js for small,\ndeclarative client-side interactions without a build step.\n\nDjango's ORM (typically with PostgreSQL), class-based views, template\nsystem, and the Django admin panel remain central. Django REST Framework\nor Ninja can coexist for API endpoints. Celery with Redis handles\nbackground tasks. This stack appeals to Python-native teams building\ninternal tools, content platforms, and B2B applications that want\nrich interactivity without the complexity of a full JS frontend framework.\n",
"composes": [
"language:python",
"framework:django"
]
},
"outgoingEdges": [
{
"from": "stack-profile:django-htmx",
"to": "language:python",
"kind": "composed_of"
},
{
"from": "stack-profile:django-htmx",
"to": "framework:django",
"kind": "composed_of"
},
{
"from": "stack-profile:django-htmx",
"to": "language:python",
"kind": "composes_stack",
"attributes": {}
},
{
"from": "stack-profile:django-htmx",
"to": "framework:django",
"kind": "composes_stack",
"attributes": {}
},
{
"from": "stack-profile:django-htmx",
"to": "role:fullstack-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:django-htmx",
"to": "role:backend-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:django-htmx",
"to": "domain:web-development",
"kind": "applies_to"
},
{
"from": "stack-profile:django-htmx",
"to": "domain:fullstack",
"kind": "applies_to"
},
{
"from": "stack-profile:django-htmx",
"to": "skill-area:server-side-rendering",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:django-htmx",
"to": "skill-area:backend-api-design",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:django-htmx",
"to": "skill-area:backend-data-persistence",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:django-htmx",
"to": "skill-area:frontend-development",
"kind": "requires_skill_area"
}
],
"incomingEdges": []
}