{"id":49898370,"url":"https://github.com/pibulus/project_mapper","last_synced_at":"2026-05-16T01:37:25.063Z","repository":{"id":350393611,"uuid":"1205861664","full_name":"pibulus/project_mapper","owner":"pibulus","description":"AI-assisted conversation mapping and project synthesis","archived":false,"fork":false,"pushed_at":"2026-05-13T11:29:27.000Z","size":283,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-13T13:04:56.194Z","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/pibulus.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-04-09T10:56:23.000Z","updated_at":"2026-05-13T11:29:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pibulus/project_mapper","commit_stats":null,"previous_names":["pibulus/project_mapper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pibulus/project_mapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibulus%2Fproject_mapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibulus%2Fproject_mapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibulus%2Fproject_mapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibulus%2Fproject_mapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pibulus","download_url":"https://codeload.github.com/pibulus/project_mapper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pibulus%2Fproject_mapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33087028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-05-16T01:37:19.569Z","updated_at":"2026-05-16T01:37:25.055Z","avatar_url":"https://github.com/pibulus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Mapper (ProMap)\n\nLiving, collaborative workspace where AI maintains project intelligence.\n\n## What This Is\n\nAn evolution from one-shot conversation processing to persistent, collaborative project spaces where AI continuously updates action items, knowledge graphs, and summaries as you work.\n\n**Core Features:**\n\n- Audio/text upload and transcription\n- AI-powered action items with auto-checkoff\n- Topic knowledge graphs with multiple visualizations\n- Real-time multiplayer collaboration (PartyKit)\n- Persistent project storage (Supabase)\n- Export to multiple formats\n\n## Tech Stack\n\n- **Framework**: SvelteKit 2 with TypeScript\n- **AI**: Google Gemini 2.5 Flash (official SDK)\n- **Real-time**: PartyKit for multiplayer\n- **Database**: Supabase for persistence\n- **Styling**: Tailwind CSS (no DaisyUI - keep it clean)\n- **Deployment**: Node server via `@sveltejs/adapter-node`\n\n## Architecture\n\nBuilt on a \"nervous system\" pattern:\n\n- `/src/lib/core/` - Framework-agnostic TypeScript (portable)\n- `/src/routes/` - SvelteKit pages and API routes\n- `/src/lib/components/` - Svelte UI components\n\nThe core logic can be ported to any framework. The UI is just the body.\n\n## Development\n\n```bash\n# Install dependencies\nnpm install\n\n# Copy .env.example to .env and add your keys\ncp .env.example .env\n\n# Start dev server\nnpm run dev\n\n# Build for production\nnpm run build\n\n# Preview production build\nnpm run preview\n\n# Run production build locally\nnode build/index.js\n```\n\n## Runtime Reality\n\nThis repo is the current SvelteKit implementation.\n\nThe Deno/Fresh exploration happened in the broader Conversation Mapper lineage and reference folders, but `project_mapper` itself is not a Deno app. It is a SvelteKit + TypeScript app with PartyKit and Supabase.\n\nCurrent production output is the Node adapter build in `build/`, which makes it suitable for Pi or other small-server deploys without Vercel.\n\n## Project Status\n\nThis is beyond scaffolding. The current state already includes:\n\n- audio/text ingestion\n- Gemini-powered analysis\n- streaming updates over PartyKit\n- local-first project storage with optional Supabase sync\n- a responsive dashboard with transcript, summary, action items, and topic graph views\n\nSee `SYNTHESIS_NOTES.md`, `CATCHUP.md`, and `HANDOFF.md` for the design/story history.\n\n## Lineage / References\n\n- `conversation_mapper/` - earlier feature-rich branch with recovery/refactor history\n- `conversation_mapper_fresh/` - Fresh/Deno experiment and architectural reference\n- `talktype/` - clean Gemini/audio API patterns that informed the server-side simplification here\n\n---\n\nBuilt with compression \u003e complexity 🎸\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpibulus%2Fproject_mapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpibulus%2Fproject_mapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpibulus%2Fproject_mapper/lists"}