Installable Features

UUID:s as Primary id:s

Automatically configures your Phoenix application to use UUIDs (binary_id) as primary keys instead of default integer IDs.

View

Oban background jobs

Oban is a robust, database-backed job processing system for Elixir applications. This feature adds powerful background job capabilities to your SAAS application, enabling you to handle time-consuming tasks asynchronously without blocking user requests.

View

Feature flags with FunWithFlags

Integrates FunWithFlags for dynamic feature management in your Phoenix application. Enables runtime feature toggling without deployments, supporting gradual rollouts, A/B testing, and emergency feature disabling through a web-based admin interface.

View

404 and 500 Pages

Adds custom 404 and 500 error pages to your Phoenix application with proper templates and error handling. Replaces Phoenix's default error pages with branded, user-friendly versions that maintain consistency with your application's design.

View

XML Sitemaps

Automatically generates and serves XML sitemaps for your Phoenix application with proper routing and controller setup.

View

Bootstrap Icons

Integrates Bootstrap Icons seamlessly into your Phoenix application with Tailwind CSS support. This feature provides access to over 1,800+ Bootstrap Icons through a custom Tailwind plugin, allowing you to use icons as CSS classes without additional JavaScript dependencies.

View