Bridge APIPromptHome

Gallery

Single-file HTML apps that run in a browser and, inside Kapsula, get real alarms and persistent storage. Copy the code into Kapsula, or give it to ChatGPT/Claude as a starting point.

Pomodoro

25/5 cycles, count of completed sessions per day, alarm at the end of each phase.

notify · storage · sound
Open

Tea timer

3 or 5 minutes, countdown survives reopening, alarm rings with the app closed.

notify · storage · sound
Open

Water tracker

Glasses per day with a progress bar and optional reminders every 1–2 hours until 22:00.

notify · storage · haptics
Open

Daily checklist

A repeating routine: items persist, check marks reset every day.

storage · haptics
Open

Medication reminder

Daily reminders at fixed times; each entry re-arms its next alarm automatically.

notify · storage
Open

How to use

  1. Tap Copy code (or open the file and copy everything).
  2. In Kapsula: Add project → paste → Run. Works on Android and iOS.
  3. Want changes? Paste the code into ChatGPT or Claude together with the Kapsula prompt and describe what to change, then Update code in the project settings.

All examples are public domain — use them however you like. Patterns they follow: state in kapsula.storage, absolute end times, notify.cancel() before rescheduling, graceful fallback in a plain browser. Details: bridge API.