{"id":26672131,"url":"https://github.com/compsigh/cue","last_synced_at":"2025-08-25T06:06:22.748Z","repository":{"id":181104424,"uuid":"622051311","full_name":"compsigh/cue","owner":"compsigh","description":"Study with AI-powered Active Recall","archived":false,"fork":false,"pushed_at":"2024-01-23T08:03:00.000Z","size":117537,"stargazers_count":7,"open_issues_count":16,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T00:48:25.962Z","etag":null,"topics":["active-recall","mongodb","nextjs","openai","react","studying","vercel"],"latest_commit_sha":null,"homepage":"https://cue.study","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/compsigh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2023-04-01T01:37:07.000Z","updated_at":"2025-03-23T00:27:50.000Z","dependencies_parsed_at":"2024-01-19T09:18:29.889Z","dependency_job_id":null,"html_url":"https://github.com/compsigh/cue","commit_stats":null,"previous_names":["compsigh/cue"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/compsigh/cue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compsigh%2Fcue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compsigh%2Fcue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compsigh%2Fcue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compsigh%2Fcue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compsigh","download_url":"https://codeload.github.com/compsigh/cue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compsigh%2Fcue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272013537,"owners_count":24858474,"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-08-25T02:00:12.092Z","response_time":1107,"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":["active-recall","mongodb","nextjs","openai","react","studying","vercel"],"created_at":"2025-03-26T00:48:29.545Z","updated_at":"2025-08-25T06:06:22.721Z","avatar_url":"https://github.com/compsigh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://cue.study\"\u003e\n  \u003cimg alt=\"Cue banner\" src=\"https://app.cue.study/banner.png\"\u003e\n  \u003ch1 align=\"center\"\u003eCue\u003c/h1\u003e\n\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\n  Study with AI-powered Active Recall\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://cue.study\"\u003e\u003cstrong\u003eLearn More\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"https://docs.cue.study\"\u003e\u003cstrong\u003eDocs\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"https://app.cue.study\"\u003e\u003cstrong\u003eLive Beta\u003c/strong\u003e\u003c/a\u003e \u003cem\u003e(limited)\u003c/em\u003e ·\n  \u003ca href=\"#contributing\"\u003e\u003cstrong\u003eContributing\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n## Features\n\n- Converts notes into Active Recall questions\n- Currently supports text pasting, with Google Docs and Notion coming soon™\n\n## Stack\n\n- [React](https://react.dev)\n- [Next.js](https://nextjs.org)\n- [Sass](https://sass-lang.com)\n- [NextAuth.js](https://github.com/nextauthjs/next-auth)\n- [Vercel KV](https://vercel.com/docs/storage/vercel-kv)\n- [Vercel Edge Functions](https://vercel.com/docs/concepts/functions/edge-functions)\n\n## Contributing\n\nContributions are welcome and much appreciated! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for more details.\n\n### Getting set up\n\nSetting up your own instance of Cue can be done in a few steps. We're working on simplifying this process, and are open to suggestions.\n\nFirst, clone the repo. Then, create a `.env.development.local` file with the following keys:\n\n```text\n# NextAuth\nNEXTAUTH_URL=\"http://localhost:3000\"\nNEXTAUTH_SECRET // generate with `openssl rand -base64 32`\n\n# Google OAuth\nGOOGLE_CLIENT_ID\nGOOGLE_CLIENT_SECRET\n\n# OpenAI\nOPENAI_API_KEY\n\n# Vercel KV\nKV_URL\nKV_REST_API_URL\nKV_REST_API_TOKEN\nKV_REST_API_READ_ONLY_TOKEN\n```\n\nThis will require you to create your own Google OAuth app, generate your own OpenAI API key, and set up your own Vercel KV database.\n\nWhen you're ready, run `npm run dev` to start the development server.\n\nYour instance of Cue should now be running on [localhost:3000](http://localhost:3000/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompsigh%2Fcue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompsigh%2Fcue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompsigh%2Fcue/lists"}