{"id":16392338,"url":"https://github.com/stefanbschneider/feelya","last_synced_at":"2026-04-30T08:39:20.642Z","repository":{"id":56244238,"uuid":"303192271","full_name":"stefanbschneider/feelya","owner":"stefanbschneider","description":"✔️😊 feelya: The app that gets you! Keep track of what you eat and do and improve how you feel. ","archived":false,"fork":false,"pushed_at":"2020-11-24T19:29:19.000Z","size":1064,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-22T22:28:42.400Z","etag":null,"topics":["app","bootstrap","chartjs","cicd","django","heroku","hobby-project","postgresql","python","python3","sql","tracking","webapp"],"latest_commit_sha":null,"homepage":"https://feelya-app.herokuapp.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefanbschneider.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-11T19:02:21.000Z","updated_at":"2022-05-08T19:16:27.000Z","dependencies_parsed_at":"2022-08-15T15:20:37.148Z","dependency_job_id":null,"html_url":"https://github.com/stefanbschneider/feelya","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/stefanbschneider/feelya","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanbschneider%2Ffeelya","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanbschneider%2Ffeelya/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanbschneider%2Ffeelya/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanbschneider%2Ffeelya/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanbschneider","download_url":"https://codeload.github.com/stefanbschneider/feelya/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanbschneider%2Ffeelya/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32459420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app","bootstrap","chartjs","cicd","django","heroku","hobby-project","postgresql","python","python3","sql","tracking","webapp"],"created_at":"2024-10-11T04:49:38.456Z","updated_at":"2026-04-30T08:39:20.627Z","avatar_url":"https://github.com/stefanbschneider.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Django Build](https://github.com/stefanbschneider/feelya/workflows/Django%20Build/badge.svg?branch=main)\n\n**Status:** Prototype finished. Bug fixes or minor new features may still be added. Contributions or feedback are welcome.\n\n**Live demo:** [Heroku](https://feelya-app.herokuapp.com/), **Video walkthrough:** [YouTube](https://youtu.be/ONDT1Y4QbcM)\n\n# FeelYa\n\n✔️😊 FeelYa: The app that gets you! Keep track of what you eat and do and improve how you feel. \n\nFeelYa is a simple progressive web app (PWA) that helps you keep track of what you do and understand what makes you feel good.\n\n* Simply keep track of whatever is relevant to you: Food, sport, work, other activities - and how you feel.\n* Add the same entry multiple times to indicate a larger quantity, e.g., more food/sport/stress/...\n* Visualize your most common entries within a custom time frame\n* Analyze your entires over time to identify what has a positive impact and what has a negative impact\n* Use anywhere: Responsive design and secured via password\n\n\u003cimg src=\"docs/walkthrough.gif\" alt=\"feelya demo\" width=\"50%\" /\u003e\n\nTechnology stack:\n\n* Backend: Python 3.8 and Django 3\n* Frontend: Bootstrap 4 and Chart.js\n* Database: PostgreSQL by Heroku (SQLite locally)\n* Other: Deployment on Heroku, CI/CD through GitHub, Google Analytics\n\n## Usage\n\nGo to [Heroku](https://feelya-app.herokuapp.com/), to test FeelYa directly or build and host it yourself (see below).\n\n![about](docs/about.png)\n\nAfter [creating an account](https://feelya-app.herokuapp.com/accounts/register/), you can start adding entries simply by entering whatever you want to track in the textbox on top.\nFor example, you could track food you eat (\"spicy food\", \"kiwi\", \"dairy\", \"gluten\") or other things (\"stress\", \"work\", \"workout\", \"relaxing\").\nMake sure to also track how you feel, e.g., (\"happy\", \"stressed\", \"tired\", \"itchy skin\", ...).\nTo indicate different quantities or strengths, simply add the entry again.\nYou can also change the date at the top, to track entries for another day.\nYou can also tap common entries in the quick add bar to add them directly without any typing.\n\n![track](docs/track.png)\n\nFinally, look at your logged entries over time, to find out if there are any interdependencies.\nSelect a time frame and entries you're interested in to get a better overview.\nYou can select the time frame below the chart and the shown entries by clicking them in the legend of the chart.\n\n![vsiual](docs/time.png)\n\n## Hosting FeelYa Yourself\n\n### Install\n\nYou need Python 3.8\n\n```\npython setup.py install\n```\n\n### Deployment\n\n#### Local\n\n```\npython manage.py runserver\n# go to http://127.0.0.1:8000\n```\n\n### Production Deployment on Heroku\n\nDeployment is automatically updated with new pushes to `main`.\n\nSet the following config vars in Heroku (= env vars):\n\n* `DJANGO_SETTINGS_MODULE`: `project.prod_settings`\n* `DJANGO_SECRET_KEY`: `\u003crandomly-generated-secret-key\u003e`\n* `DATABASE_URL`: URL to Heroku Postgres DB\n* `SENDGRID_API_KEY`: `\u003csendgrid-api-key\u003e`\n* `CONTACT_MAIL`: `\u003cemail-address-for-receiving-contact-messages\u003e`\n\nFor serving static files (e.g., favicon) in production, FeelYa uses `whitenoise`.\nFor deployment, also `Procfile` and `runtime.txt` are relevant.\n\n## Todos\n\n* Fix `django-pwa`: \"Add to homescreen\" popup doesn't show as it should.\n* Add page that shows the correlation between logged entries: \n    * Select an entry of interest (e.g., \"feeling good\") and it should show highly correlated values.\n    * For that, also consider time-shifted impact, e.g., after a few days\n* Configurable sets of entries: E.g., create custom set \"lunch\", which contains multiple entries at once\n* Push notifications with daily reminders to track\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanbschneider%2Ffeelya","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanbschneider%2Ffeelya","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanbschneider%2Ffeelya/lists"}