Turn your Django project into an iOS app

An iOS app template to wrap your Django application with native integration.

Hybrid iOS apps with Hotwire

Simple is better than complex. Hybrid apps help startups iterate faster, deploy code on the server, then see the changes on all devices

Native Authentication

We've already done the hard work of implementing authentication so users can login, signup from native views.

JavaScript Bridge

With Javascript Bridge, you can send messages between iOS and the Webview.

Push Notifications

Push notifications and device management are already implemented so you can easily send notifications straight to iOS users.

Tab Bar

A tab bar makes an app feel native on iOS. You can customize the tabs by editing the config file.

Path Configuration

You can define the hybrid app behavior with path config file, which can help you convert the web page to native view step by step.

I build SaaS Hammer to help people launch products FASTER, saves people lots of TIME and MONEY.

Changelog

1.0.24

Released Oct 01, 2025

  1. Released SaaS Hammer React, a React + Django SaaS Template.
  2. Add AGENTS.md to get better AI agent support.
  3. Switch from Webpack to Vite for better frontend dev experience.
  4. Upgrade django-allauth[mfa]==65.11.0 and switch to allauth.headless for authentication API.

1.0.23

Released Apr 27, 2025

  1. Upgrade web pages and all pre-built components to Tailwind 4.
  2. Drop SCSS and only use CSS for customization, as Tailwind v4 no longer supports SCSS.
  3. Upgrade to Python 3.11 and Node 22.
  4. Update all frontend dependencies.

1.0.22

Released Jan 30, 2025

  1. Upgrade to django==5.1.4, wagtail==6.3.2, and all other project dependencies as well.
  2. Upgrade django-viewcomponent and django-formify to fix some minor bugs.
  3. Refactored the Celery Demo to use Turbo Stream in order to reduce the amount of custom JavaScript code.

1.0.21

Released Oct 1, 2024

  1. Open sourced django-formify as a new form rendering solution for Django.
  2. Switch from crispy-tailwind to django-formify and customized form styles.
  3. Fixed some minor bugs.

SaaS Hammer React Released

Build stunning UIs with React, TypeScript, Tailwind CSS, and Shadcn/ui. Power your front-end with a robust REST API connection to Django.

Explore the React Stack