This repository is already structured as a static site, so it can be deployed to GitHub Pages without adding a build tool.
Use GitHub Pages with the repository root as the publishing source.
Recommended if the repository is named something like:
hbti-prototypehbti-health-biomarker-type-indicator
The current deployable entry point is:
index.html
Supporting files:
styles.cssapp.jsdocs/assets/*.svg
Because the project uses relative paths, it works well as a simple static deployment.
- Push the repository to GitHub.
- Open repository
Settings. - Open
Pages. - Under
Build and deployment, choose:Source:Deploy from a branchBranch:mainFolder:/ (root)
- Save.
- Wait for GitHub Pages to publish the site.
Set:
- Description:
Exploratory metabolic-typing prototype for weight-management scenarios - Website: your GitHub Pages URL
- Topics:
digital-health,health-informatics,questionnaire-design,frontend,research-prototype
Recommended preview image:
docs/assets/hbti-cover.svg
If GitHub requires a raster upload for social preview, export that SVG as PNG and upload it manually through repository settings.
If you publish this repository, the safest and strongest framing is:
A research-backed product prototype for metabolic typing in weight-management scenarios.
Do not describe it publicly as:
- a diagnostic tool
- a clinically validated assessment
- a medical recommendation engine
If you want a stronger public-facing site later, consider:
- Adding a custom repository name focused on HBTI
- Exporting PNG preview images alongside SVG
- Adding bilingual landing-page copy
- Adding a dedicated
/demoand/researchsplit
For this stage, you do not need:
- React
- Vite
- npm
- a backend
- analytics
The current static architecture is enough for GitHub portfolio presentation.