Build Apps for 
Create, publish, and distribute apps on the sparQ marketplace. From idea to production in minutes.
1
Scaffold
cd sdk && make app name=myapp
2
Develop
Models, Routes, Views
3
Release
cd sdk && make release
4
Publish
Upload to Marketplace
■ Flask + HTMX
Server-rendered HTML with HTMX interactivity. No SPA complexity, no build pipeline required.
■ SQLAlchemy Models
Fat model pattern with built-in CRUD. Database migrations handled automatically.
■ Bootstrap 5 + Alpine
Modern UI components out of the box. Alpine.js for lightweight client-side state.
■ i18n Ready
Built-in internationalization with module-scoped translations and language fallbacks.
Built With
Python
Flask
HTMX
Alpine.js
Bootstrap 5
SQLite