Official website for Hikayat Daily - a mindful reading companion app.
- Production: https://hikayatdaily.com
- GitHub Pages: Deployed from
mainbranch
hikayatdaily-website/
├── index.html # Landing page
├── privacy-policy.html # Privacy policy
├── terms-of-service.html # Terms of service
├── delete-account.html # Account deletion instructions
├── CNAME # Domain configuration
├── .well-known/
│ └── assetlinks.json # Android App Links verification
├── DEEP_LINKING_SETUP.md # Deep linking implementation guide
└── README.md # This file
This site is deployed via GitHub Pages.
- Push changes to the
mainbranch - GitHub Pages automatically deploys from root directory
- Domain
hikayatdaily.comis configured via CNAME file
# Check if site is live
curl -I https://hikayatdaily.com
# Verify assetlinks.json is accessible
curl https://hikayatdaily.com/.well-known/assetlinks.jsonThe .well-known/assetlinks.json file enables Android App Links, allowing URLs like hikayatdaily.com/article/123 to open directly in the app.
- ✅ assetlinks.json structure created
- ⏳ Pending: Replace placeholder SHA256 fingerprint with actual app signing key
- ⏳ Pending: Configure Android manifest with intent filters
See DEEP_LINKING_SETUP.md for complete implementation guide.
- Hero section with app description
- Email waitlist CTA
- Links to policy pages
- Responsive design with custom typography
- Data collection and usage policies
- User rights and choices
- Contact information
- Account terms
- Acceptable use policy
- Content ownership
- Disclaimers
- In-app deletion instructions
- Email-based deletion process
- Data deletion details
- Processing timeline
- Background:
#f5f0ec - Surface:
#ffffff - Primary:
#3b3a7a - Accent:
#f5c15d - Text:
#211f26 - Muted:
#6f6b78
- Headings: Playfair Display
- Body: DM Sans
# Clone repository
git clone https://github.com/syedmhdarif/hikayatdaily-website.git
cd hikayatdaily-website
# Open in browser (no build step required)
open index.html
# Or use a local server
python3 -m http.server 8000
# Visit http://localhost:8000After deploying and configuring the app:
# Verify domain association
adb shell pm get-app-links com.hikayatdailyglobal
# Test deep link
adb shell am start -a android.intent.action.VIEW \
-d "https://hikayatdaily.com/article/123"- ✅ Basic website structure
- ✅ Privacy policy, terms, delete account pages
- ✅ Domain configuration (CNAME)
- ✅ assetlinks.json placeholder
- 🔜 Update assetlinks.json with release SHA256
- 🔜 Configure Android manifest
- 🔜 Implement deep link handling in app
- 🔜 Test App Links thoroughly
- 🔜 Add iOS Universal Links support
- 🔜 Deep link analytics
- 🔜 Dynamic link parameters for marketing campaigns
- 🔜 SEO optimization
- Email: hello@hikayatdaily.com
- Privacy: privacy@hikayatdaily.com
- Support: hikayatdaily.app@gmail.com
© 2024-2025 Hikayat Daily. All rights reserved.
Made with intention in Southeast Asia.