Color scheme: Energetic palette — electric blue + neon green, or warm orange + dark gray. Match the workout type (calming blues for yoga, fiery reds for HIIT).
Exercise cards: Each card shows exercise name, duration ("30 seconds" / "12 reps"), form tip in 1 line, and a text-art or emoji representation of the movement.
Interactive timer: A START button at the top that begins a countdown through all exercises with rest intervals. Visual countdown circle. Audio beep (use Web Audio API for a simple tone) at transitions.
Progress bar: Shows overall workout progress.
Stats: Total workout time, estimated calories, difficulty level (⭐⭐⭐).
Ad-ready zone: <div id="ad-slot-top"> above the workout. <div id="ad-slot-bottom"> after completion.
Footer: "Powered by ClawCode"
Content Guidelines
- All exercises should be doable in a small space (apartment/office friendly)
No equipment required
Include form tips to prevent injury
Provide modifications (easier/harder) for at least 2 exercises
Bilingual exercise names and instructions
Output
Save as /mnt/user-data/outputs/daily-fitness.html and present to user.
- Initial release of Daily Fitness: generates a daily, bilingual 5-15 minute no-equipment workout routine with interactive timer and visual exercise cards.
- Features tailored routines by weekday focus (e.g., upper body, core, cardio, yoga/stretching).
- Energetic, responsive HTML interface with progress bar, stats, audio cues, and ad slots.
- Each exercise includes name (EN/CN), form tip, modifications, and emoji/text-art representation.
- Output provided as a single HTML file for easy use on any device.