{"id":32713400,"url":"https://github.com/gregor-dietrich/aimathtutor","last_synced_at":"2026-05-05T10:34:36.924Z","repository":{"id":318756129,"uuid":"1069323463","full_name":"gregor-dietrich/aimathtutor","owner":"gregor-dietrich","description":"A full-stack web application leveraging AI and Graspable Math to deliver interactive math exercises.","archived":false,"fork":false,"pushed_at":"2025-11-01T21:29:47.000Z","size":13808,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-01T23:21:38.243Z","etag":null,"topics":["ai","ai-chat","ai-teacher","ai-teaching-assistant","ai-teaching-tools","ai-tutor","algebra","artificial-intelligence","cms","docker","education","educational","graspable-math","java","math","math-education","mathematics","maths","quarkus","vaadin"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/gregordietrich/aimathtutor","language":"Java","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/gregor-dietrich.png","metadata":{"files":{"readme":"README.md","changelog":"changelog/1.0.0.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-10-03T18:45:13.000Z","updated_at":"2025-10-26T02:41:26.000Z","dependencies_parsed_at":"2025-10-15T05:48:47.632Z","dependency_job_id":"71bd5af7-cb4d-40e0-a6b6-618cfd4644e7","html_url":"https://github.com/gregor-dietrich/aimathtutor","commit_stats":null,"previous_names":["gregor-dietrich/aimathtutor"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gregor-dietrich/aimathtutor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregor-dietrich%2Faimathtutor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregor-dietrich%2Faimathtutor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregor-dietrich%2Faimathtutor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregor-dietrich%2Faimathtutor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregor-dietrich","download_url":"https://codeload.github.com/gregor-dietrich/aimathtutor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregor-dietrich%2Faimathtutor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282271384,"owners_count":26642101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-02T02:00:06.609Z","response_time":64,"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":["ai","ai-chat","ai-teacher","ai-teaching-assistant","ai-teaching-tools","ai-tutor","algebra","artificial-intelligence","cms","docker","education","educational","graspable-math","java","math","math-education","mathematics","maths","quarkus","vaadin"],"created_at":"2025-11-02T11:00:31.431Z","updated_at":"2026-05-05T10:34:36.917Z","avatar_url":"https://github.com/gregor-dietrich.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# AIMathTutor\n\nAIMathTutor is a full-stack web application for interactive math learning, built with Quarkus (backend) and Vaadin (frontend). It features an embedded Graspable Math workspace, AI-powered tutoring, lesson/exercise management, analytics, and granular user roles.\n\n## 🌟 Features\n\n- Interactive Graspable Math workspace for symbolic manipulation and step-by-step actions\n- Real-time AI tutor feedback, hints, and adaptive problem generation (Gemini, OpenAI, Ollama, mock)\n- Problem and lesson authoring, organization, and progress tracking\n- Threaded comments on exercises, moderation, and reporting\n- Session/event tracking and analytics dashboards for teachers/admins\n- Granular user management: users, groups, ranks, and permissions\n- Tight Quarkus + Vaadin integration: CDI-injected services, no REST boundary for core logic\n\n## 🚀 Getting Started\n\nSee [Quickstart](docs/QUICKSTART.md) for setup and usage.\n\n### Common Development Commands (via Makefile)\n\n- `make dev`      – Start Quarkus in dev mode\n- `make test`     – Execute the Maven test suite\n- `make build`    – Build the Docker image (`make check`, `mvn package`, `docker buildx`)\n- `make install`  – `make check` and `mvn clean install -DskipTests`\n- `make password` – Generate a salt+hash for a password (for init.sql)\n- `make release`  – Pull from origin/main, `make build`, `make tag`, and push Docker image tag to registry\n- `make branch`, `make tag`, `make rebase`, `make untag` – Git branch/tag management\n\nSee the [Makefile](Makefile) or use `make help` for all available commands and scripts.\n\n## 🤖 Supported AI Providers\n\n- [Google Gemini](https://aistudio.google.com/api-keys)\n- [Ollama](https://ollama.com/download)\n- [OpenAI](https://platform.openai.com/api-keys)\n\n**Configuration:**\n\n- **API Keys**: Set environment variables `GEMINI_API_KEY`, `OPENAI_API_KEY`, and `OPENAI_ORG_ID` (immutable at runtime).\n- **Provider Settings** (model, base URL, temperature, prompts, etc.): Configure via the **Admin Settings UI** at `/admin/config` after login (runtime-mutable, database-backed).\n\nSee [docs/QUICKSTART.md](docs/QUICKSTART.md) and [docs/BUILD_GUIDE.md](docs/BUILD_GUIDE.md) for detailed setup instructions.\n\n## 📖 Documentation\n\n- [Quickstart](docs/QUICKSTART.md)\n- [Build Guide](docs/BUILD_GUIDE.md)\n- [Project Instructions](.github/instructions/aimathtutor.instructions.md)\n\n## 🛠️ Project Structure \u0026 Workflow\n\n- Monolithic Quarkus + Vaadin app\n- Vaadin views inject backend services via CDI (`@Inject`)\n- Graspable Math workspace embedded via Vaadin and JavaScript API\n- AI Tutor layer supports Gemini, OpenAI, Ollama, and mock providers\n- Entities, DTOs, services and views organized by resource type\n- See [Project Instructions](.github/instructions/aimathtutor.instructions.md) for coding standards and architecture\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregor-dietrich%2Faimathtutor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregor-dietrich%2Faimathtutor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregor-dietrich%2Faimathtutor/lists"}