Build Anything on sparQ
sparQ is infinitely extensible. Build custom apps with the SDK, install from the Marketplace, or connect via APIs. Your business, your rules.
Two Ways to Extend
Install ready-made apps or build your own. Either way, it just works.
Marketplace
Browse and install apps built by the community. One click to add new capabilities to your sparQ instance.
- Ready-made business apps
- Language packs for localization
- Plugins and integrations
- Install with a single click
Developer SDK
Build your own apps with Flask and HTMX. Publish to the Marketplace or keep them private.
- Scaffold apps in seconds
- Flask + HTMX architecture
- Built-in ORM and migrations
- Publish to the Marketplace
From Idea to Production
Four steps to build and ship a sparQ app.
Scaffold
cd sdk && make app name=myapp
Develop
Models, Routes, ViewsRelease
cd sdk && make release
Publish
Upload to MarketplaceBuilt on Modern Tech
Everything you need to build great apps.
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.