The official product website for an AI-assisted nutrition journal available on Google Play.
Gramix helps people record meals and review nutrition information through photo, text, and manual entry flows. This repository contains the public product website and privacy-policy pages for the application.
It intentionally does not contain the current mobile application or backend source.
- Product positioning and download call to action.
- Explanation of the meal-entry workflow.
- Feature summaries for the daily journal, history, ingredients, and personal calorie target.
- Responsive landing-page layout.
- Public privacy policy with GDPR-related information.
- Custom domain and GitHub Pages configuration.
- Semantic HTML
- CSS
- Minimal client-side JavaScript
- GitHub Pages
- Custom domain through
CNAME
.
├── index.html # Product landing page
├── privacy.html # Privacy policy
├── CNAME # www.gramix.xyz
└── public/ # Mirrored Pages-ready files and custom 404 page
The site has no application server and does not require a build step. GitHub Pages serves the static files directly.
Any static file server can be used:
git clone https://github.com/AlanKharisov/Gramix.git
cd Gramix
python3 -m http.server 8080Open http://localhost:8080.
No environment variables are required.
The website is published through GitHub Pages and the www.gramix.xyz custom domain. The production URL returned HTTP 200 during the latest repository audit.
- Product website: www.gramix.xyz
- Android application: Google Play
The repository currently has no portfolio screenshots. Useful real captures would include:
- photo or text meal entry;
- AI-assisted analysis result;
- Today view;
- History view;
- nutrition statistics.
The current website tree contains no backend credential files. Older application files remain in Git history and have active GitHub secret-scanning alerts. Every affected credential must be rotated; history cleanup must be handled as a separate, explicitly approved operation.
Live product website. The current branch is a small static deployment whose landing page, privacy page, custom domain, and Google Play link are present and verifiable.
I built and maintain the product website, privacy-policy presentation, GitHub Pages deployment, custom-domain setup, and Google Play integration represented in this repository. The commit history is authored under variants of my name, Alan Kharisov.