Gluky-WebApp
October 31, 2025 · View on GitHub
v1.0.2
This repository contains the client versions of Gluky, so if you want to customize you can fork it and work on it, if there are any errors, fixes to do or some idea to upgrade this project, please open a ticket or contact us to talk about, thanks and good use!
This is an open source self-hosted project useful to daily track the glucose levels and meals.
Gluky is an open-source, self-hosted project designed to help users track their glucose levels and meals on a daily basis. It allows users to log measurements associated with specific meals—such as breakfast, morning snack, lunch, afternoon snack, and dinner. Gluky also supports the creation of customizable reports over different time periods, including one week, one month, three months, or four months. Following a report example:
Note
All the data have been random generated and are not related to anyone, for more information look
to the dataset
Self-Signed Certificates Workaround
Caution
This step allows you to bypass issues with self-signed certificates. However, you must ensure the origin of the backend URL is trustworthy before proceeding. Only follow these steps if you are certain about the origin’s safety. Please exercise caution!
If you are trying to connect to a backend with self-signed certificates, you need to trust the origin URL beforehand. For example, if your origin URL is: https://any.self.signed.certs.it:1921, you should first open that URL in your browser and explicitly trust it. Once the origin is trusted, you can connect successfully to it through the web application.
Architecture
At the moment, Gluky is available as a self-hosted product, but I'm working to take it one step further — turning it into a fully served solution for those who want to use it right away, with no setup required.
The goal is to offer Gluky both as a hosted service and as an open source project — so users will always be free to self-host, contribute, and customize it as they wish.
To make this possible, I'm looking for a small amount of support to cover a few essential costs:
- A license for the Apple Developer Program, so I can publish Gluky on the App Store.
- Hosting for the WebApp, with a dedicated domain.
- A main server infrastructure, ready to serve users out of the box.
If you believe in this project and want to help make Gluky more accessible to everyone, your contribution would mean a lot. The open source core will remain free and community-driven — the hosted version is simply an option for convenience!
Feel free to contribute!
Clients
- Android
- Gluky desktop version
- iOS -> source code available, but cannot distribute due missing Apple Developer Program license
- Gluky webapp version
Backend
Usages
Run your own backend instance
See how to run your own Gluky backend instance service reading the Gluky backend procedures
Customize the application
To customize and create your own version of this application you need to have the core library implemented in your project and published into maven local system
Clone the core library and publish to maven local
-
Clone the repository or download the zip file of the current version available
-
Open the folder file in your development environment and publish to maven local with the publishMavenPublicationToMavenLocal gradle task, take a look here for a help
Implement the core library to your application
repositories {
...
mavenLocal()
}
dependencies {
implementation 'com.tecknobit.glukycore:glukycore:1.0.1'
}
Gradle (Kotlin)
repositories {
...
mavenLocal()
}
dependencies {
implementation("com.tecknobit.glukycore:glukycore:1.0.1")
}
Illustrations
Part of the illustrations were sourced from undraw and from storyset, in particular:
Support
If you need help using the library or encounter any problems or bugs, please contact us via the following links:
Thank you for your help!
Badges
Donations
If you want support project and developer
| Crypto | Address | Network |
|---|---|---|
| 3H3jyCzcRmnxroHthuXh22GXXSmizin2yp | Bitcoin | |
| 0x1b45bc41efeb3ed655b078f95086f25fc83345c4 | Ethereum | |
| AtPjUnxYFHw3a6Si9HinQtyPTqsdbfdKX3dJ1xiDjbrL | Solana |
If you want support project and developer with PayPal
Privacy policy
This section outlines the privacy practices and policies for the use of the Gluky application, available on the Google Play Store.
The Gluky application may anonymously collect and send performance reports, as well as track any issues or errors encountered during your experience. The data collected includes information related to the device, such as the brand, model, operating system, and operating system version, but only when an issue occurs. In the case of a web-based issue, the application may also collect the web user agent, browser, and browser version.
This information is used solely to improve the application's functionality and user experience, ensuring a seamless and efficient service.
Copyright © 2025 Tecknobit