Official website and documentation for Pilled, a privacy-focused iOS medication tracker.
🌐 Live Site: https://matt-april.github.io/pilled-docs/
index.html- Main landing page with sleek, pill-inspired designprivacy.html- Privacy policy (web version)disclaimer.html- Medical disclaimer (web version)styles.css- Complete stylesheet with organic minimalist aestheticscript.js- Interactive animations and form handling.nojekyll- GitHub Pages configuration
PRIVACY_POLICY.md- Privacy policy for App Store submissionDISCLAIMER.md- Medical disclaimer for App Store submission
The landing page features an organic minimalist aesthetic with:
- Pill-inspired visual elements and color palette
- Floating gradient backgrounds with smooth animations
- Distinctive typography (Bricolage Grotesque)
- Animated phone mockup showcasing the app
- Privacy-first messaging throughout
- Fully responsive mobile design
- Smooth scroll animations and micro-interactions
Color Palette:
- Coral:
#FF6B9D(primary) - Mint:
#4ECDC4(accent) - Sage:
#A8E6CF(support) - Lavender:
#B8A4E8(support)
This site is deployed via GitHub Pages from this public repository.
- Source:
mainbranch, root directory - URL: https://matt-april.github.io/pilled-docs/
git add .
git commit -m "Update landing page"
git push origin mainChanges will be live in 2-5 minutes.
Pilled is a simple, privacy-focused iOS app for tracking medications with ease.
- ✅ One-tap medication logging
- ✅ Customizable medication tiles (colors & icons)
- ✅ Complete dose history timeline
- ✅ Batch logging for multiple doses
- ✅ Export data as CSV
- ✅ Full dark mode support
- ✅ 100% private - All data stored locally
- 👑 Visual analytics and adherence charts
- 👑 Recurring medications with auto-logging
- 👑 Dosage limit safety warnings
- 👑 All future premium updates included
- 👑 No subscriptions - pay once, own forever
Unlike other health apps, Pilled stores everything locally on your iPhone using Apple's SwiftData framework.
We do NOT:
- Collect any personal information
- Require user accounts
- Track your usage
- Send data to servers
- Use analytics tools
- Share your information with anyone
Your health data is yours. Period.
Coming Soon to the App Store
Requirements: iPhone or iPad with iOS 17.0 or later
To test the landing page locally:
cd ~/repos/pilled-docs
python3 -m http.server 8000
# Visit http://localhost:8000Edit HTML files directly for text changes.
Edit styles.css - all colors are defined as CSS variables:
:root {
--color-coral: #FF6B9D;
--color-mint: #4ECDC4;
/* ... */
}The "Notify Me" form currently simulates submission. To make it functional, update the form handler in script.js to connect to:
- Formspree (https://formspree.io)
- EmailJS (https://www.emailjs.com)
- Your own backend API
Use these URLs in your App Store Connect submission:
- Privacy Policy:
https://matt-april.github.io/pilled-docs/privacy.html - Medical Disclaimer:
https://matt-april.github.io/pilled-docs/disclaimer.html
- Email: pilled.support@pm.me
- Support: Buy Me a Coffee
- GitHub: matt-april/pilled (private)
© 2026 Matthew April. All rights reserved.
Important: Pilled is a tracking tool, not medical advice. Always follow your doctor's instructions. In case of emergency, call 911.