{"id":50419029,"url":"https://github.com/michael-borck/insight-lens","last_synced_at":"2026-05-31T07:30:50.915Z","repository":{"id":285479798,"uuid":"958277734","full_name":"michael-borck/insight-lens","owner":"michael-borck","description":"Analyses university survey PDFs with AI insights and data visualizations for lecturers.","archived":false,"fork":false,"pushed_at":"2026-05-23T05:10:44.000Z","size":1196,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T07:15:25.694Z","etag":null,"topics":["ai-analytics","ai-assistant","borck-edu","charts","cross-platform","data-visualization","desktop-app","edtech","education","electron","javascript","lecturers","pdf-parser","pdf-processing","react","sqlite","survey-analysis","typescript","university"],"latest_commit_sha":null,"homepage":"https://michael-borck.github.io/insight-lens/","language":"TypeScript","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/michael-borck.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,"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":"2025-03-31T23:56:01.000Z","updated_at":"2026-05-23T05:10:48.000Z","dependencies_parsed_at":"2025-06-03T09:47:17.440Z","dependency_job_id":"73e5046b-716c-4752-817a-37c46d8a79b6","html_url":"https://github.com/michael-borck/insight-lens","commit_stats":null,"previous_names":["teaching-repositories/surveysavvy","teaching-repositories/survey-savvy","michael-borck/insight-lens","michaelborck-education/insight-lens"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/michael-borck/insight-lens","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-borck%2Finsight-lens","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-borck%2Finsight-lens/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-borck%2Finsight-lens/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-borck%2Finsight-lens/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michael-borck","download_url":"https://codeload.github.com/michael-borck/insight-lens/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael-borck%2Finsight-lens/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33723548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"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-analytics","ai-assistant","borck-edu","charts","cross-platform","data-visualization","desktop-app","edtech","education","electron","javascript","lecturers","pdf-parser","pdf-processing","react","sqlite","survey-analysis","typescript","university"],"created_at":"2026-05-31T07:30:49.891Z","updated_at":"2026-05-31T07:30:50.910Z","avatar_url":"https://github.com/michael-borck.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InsightLens\n\n\u003c!-- BADGES:START --\u003e\n[![ai-assistant](https://img.shields.io/badge/-ai--assistant-blue?style=flat-square)](https://github.com/topics/ai-assistant) [![charts](https://img.shields.io/badge/-charts-blue?style=flat-square)](https://github.com/topics/charts) [![cross-platform](https://img.shields.io/badge/-cross--platform-blue?style=flat-square)](https://github.com/topics/cross-platform) [![data-visualization](https://img.shields.io/badge/-data--visualization-blue?style=flat-square)](https://github.com/topics/data-visualization) [![desktop-app](https://img.shields.io/badge/-desktop--app-blue?style=flat-square)](https://github.com/topics/desktop-app) [![education](https://img.shields.io/badge/-education-blue?style=flat-square)](https://github.com/topics/education) [![electron](https://img.shields.io/badge/-electron-47848f?style=flat-square)](https://github.com/topics/electron) [![lecturers](https://img.shields.io/badge/-lecturers-blue?style=flat-square)](https://github.com/topics/lecturers) [![pdf-processing](https://img.shields.io/badge/-pdf--processing-blue?style=flat-square)](https://github.com/topics/pdf-processing) [![react](https://img.shields.io/badge/-react-61dafb?style=flat-square)](https://github.com/topics/react)\n\u003c!-- BADGES:END --\u003e\n\nUnit survey analysis tool for lecturers. Analyze survey data with powerful visualizations and AI-powered insights.\n\n## Features\n\n- 📊 **Import PDF Surveys** - Extract data from unit survey PDF reports\n- 📈 **Visualizations** - Charts for trends, comparisons, and insights\n- 🔒 **Privacy-First** - All data stays on your computer\n- 🤖 **AI Assistant** - Optional AI-powered analysis (BYO API key)\n- 💾 **Local Database** - SQLite database you control\n- 🔄 **Cloud Sync Ready** - Store database in cloud-synced folders\n\n## Development\n\n### Prerequisites\n\n- Node.js 18+\n- npm or yarn\n\n### Setup\n\n```bash\nnpm install\n```\n\n### Development Mode\n\n```bash\nnpm run dev\n```\n\nThis starts both the Electron main process and Vite dev server for hot-reloading.\n\n### Build\n\n```bash\nnpm run build\n```\n\nThis builds the application for your current platform.\n\n### Build for All Platforms\n\n```bash\nnpm run build:all\n```\n\n## Tech Stack\n\n- **Electron** - Desktop application framework\n- **React** - UI framework\n- **TypeScript** - Type safety\n- **Tailwind CSS** - Styling\n- **Chart.js** - Visualizations\n- **SQLite** - Local database\n- **pdf-parse** - PDF extraction\n\n## Project Structure\n\n```\n├── src/\n│   ├── main/           # Electron main process\n│   │   ├── index.ts    # Main entry point\n│   │   ├── database.ts # SQLite management\n│   │   └── pdfExtractor.ts # PDF parsing\n│   ├── renderer/       # React application\n│   │   ├── pages/      # Route pages\n│   │   ├── components/ # UI components\n│   │   └── utils/      # Utilities\n│   └── shared/         # Shared types/constants\n├── public/             # Static assets\n├── dist/               # Build output\n└── docs/               # Documentation (including database schema)\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael-borck%2Finsight-lens","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichael-borck%2Finsight-lens","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael-borck%2Finsight-lens/lists"}