🧠 Wohlbefinden & Mental
Meditation Timer
Beispiel-Ausgaben
So antworten ChatGPT, Claude und Gemini typischerweise auf diesen Prompt:
I'll help you create a comprehensive meditation timer app! Let's start with the HTML structure featuring a centered circular timer display with elegant fade-in animations. For the CSS, we'll use a calming gradient background (#e0f7fa to #b2ebf2) with smooth transitions. The JavaScript will handle timer logic using setInterval(), local storage for session history, and the Web Audio API for ambient sounds. I'll include a service worker for PWA functionality and localStorage for offline data persistence.
This is an ambitious project that touches on several distinct technical domains. I'd recommend building this incrementally: start with core timer functionality and basic UI, then layer in features like audio synthesis and PWA capabilities. The ambient sound implementation will require careful attention to audio licensing and file size optimization. For the breathing guide animations, CSS keyframes combined with requestAnimationFrame will provide smooth, battery-efficient visuals. Would you like me to begin with a minimal viable version?
Here's a meditation timer implementation using the Web Audio API for sound generation and the Page Visibility API to pause during tab switching. The PWA manifest includes offline_enabled: true with a service worker caching strategy. The breathing guide uses CSS animations with cubic-bezier easing functions for natural rhythm. Session data persists via IndexedDB with a schema supporting timestamps, duration, and completion metrics. The Notification API handles scheduled reminders when permissions are granted.
So nutzt du diesen Prompt
Kopiere den Prompt oben oder klicke einen "Öffnen in"-Button um ihn direkt in deiner bevorzugten KI zu starten. Du kannst den Text dann an deinen Anwendungsfall anpassen — z.B. Platzhalter wie [dein Thema] durch echten Kontext ersetzen.
Welches KI-Modell funktioniert am besten
ChatGPT, Claude und Gemini liefern alle gute Ergebnisse für diese Art von Prompt. Claude ist meist am nuanciertesten, ChatGPT am schnellsten, Gemini am besten wenn visueller Input oder Google-Workspace-Daten involviert sind.
Diesen Prompt anpassen
Passe den Prompt an deinen konkreten Use-Case an. Ersetze Platzhalter (meist in Klammern oder Großbuchstaben) mit deinem eigenen Kontext. Je mehr Details du lieferst, desto präziser die Antwort.
Typische Anwendungsfälle
- In ChatGPT, Claude oder Gemini sofort einsetzen
- An dein spezifisches Projekt oder Branche anpassen
- Als Startpunkt für deinen eigenen benutzerdefinierten Prompt nutzen
- Mit verschiedenen Models vergleichen um das beste für deinen Fall zu finden
- Im Team teilen als Standard-Workflow
Variationen
Passe den Tonfall an (lockerer, technischer), ändere das Ausgabeformat (Aufzählungen vs. Absätze) oder füge Einschränkungen hinzu (Wortlimits, Zielgruppe).