{"id":47595811,"url":"https://github.com/willuhmjs/lingolearn","last_synced_at":"2026-04-01T18:04:28.086Z","repository":{"id":341957563,"uuid":"1172183875","full_name":"willuhmjs/lingolearn","owner":"willuhmjs","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-14T00:21:45.000Z","size":1200,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-14T00:29:08.937Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willuhmjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":null,"dco":null,"cla":null}},"created_at":"2026-03-04T02:57:54.000Z","updated_at":"2026-03-14T00:21:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/willuhmjs/lingolearn","commit_stats":null,"previous_names":["willuhmjs/lernendeutsch","willuhmjs/lingolearn"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/willuhmjs/lingolearn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willuhmjs%2Flingolearn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willuhmjs%2Flingolearn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willuhmjs%2Flingolearn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willuhmjs%2Flingolearn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willuhmjs","download_url":"https://codeload.github.com/willuhmjs/lingolearn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willuhmjs%2Flingolearn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-04-01T18:04:12.470Z","updated_at":"2026-04-01T18:04:28.071Z","avatar_url":"https://github.com/willuhmjs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LingoLearn\n\nAn AI-powered language learning platform. Practice German, Spanish, and French through personalized lessons, spaced repetition, AI conversation, and classroom tools.\n\n## What it does\n\n- **AI lessons** — Exercises generated on the fly and tailored to your current CEFR level (A1–C2)\n- **Spaced repetition** — Vocabulary and grammar reviews scheduled with the FSRS algorithm so you review right before you forget\n- **AI conversation** — Chat with an AI persona in your target language; every message is graded and corrected in real time\n- **Classroom tools** — Teachers can create classes, set assignments with due dates and pass thresholds, and run live quiz sessions with a live leaderboard\n- **Progress tracking** — XP, daily streaks, streak freezes, and a per-language CEFR progress card\n- **Flexible LLM backend** — Points to any OpenAI-compatible endpoint; each user can also plug in their own API key and model\n\n## Deploy\n\n### Docker Compose\n\nThe easiest way to run LingoLearn. Starts the app and a Postgres database together.\n\n```bash\ncp .env.example .env\n# fill in AUTH_SECRET, LLM_BASE_URL, LLM_API_KEY, and optionally Google OAuth\ndocker compose up -d\n```\n\n```yaml\nservices:\n  db:\n    image: postgres:18\n    restart: always\n    environment:\n      POSTGRES_USER: postgres\n      POSTGRES_PASSWORD: password\n      POSTGRES_DB: lingolearn\n    ports:\n      - '5432:5432'\n    volumes:\n      - pgdata:/var/lib/postgresql\n\n  app:\n    build: .\n    restart: always\n    ports:\n      - '3000:3000'\n    env_file:\n      - .env\n    depends_on:\n      - db\n\nvolumes:\n  pgdata:\n```\n\nThe app will be available at `http://localhost:3000`.\n\n## Environment variables\n\n| Variable             | Required | Description                                                             |\n| -------------------- | -------- | ----------------------------------------------------------------------- |\n| `DATABASE_URL`       | Yes      | PostgreSQL connection string                                            |\n| `AUTH_SECRET`        | Yes      | Auth.js secret, minimum 32 characters                                   |\n| `LLM_BASE_URL`       | Yes      | Base URL of an OpenAI-compatible API (e.g. `https://api.openai.com/v1`) |\n| `LLM_API_KEY`        | Yes      | API key for the LLM provider                                            |\n| `AUTH_GOOGLE_ID`     | No       | Google OAuth client ID — enables Sign in with Google                    |\n| `AUTH_GOOGLE_SECRET` | No       | Google OAuth client secret                                              |\n\n`LLM_BASE_URL` can point to OpenAI, Ollama, LM Studio, or any other OpenAI-compatible endpoint.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilluhmjs%2Flingolearn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilluhmjs%2Flingolearn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilluhmjs%2Flingolearn/lists"}