{"id":48037424,"url":"https://github.com/farrely-f/polisync","last_synced_at":"2026-04-04T14:00:08.743Z","repository":{"id":270801616,"uuid":"898630518","full_name":"Farrely-F/polisync","owner":"Farrely-F","description":"A chat bot built with Gemini LLM and Langchain for RAG based chat bot app tailored with your company policy","archived":false,"fork":false,"pushed_at":"2025-04-26T07:20:16.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-26T08:26:43.240Z","etag":null,"topics":["ai","chatbot","llm","nextjs","rag"],"latest_commit_sha":null,"homepage":"","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/Farrely-F.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}},"created_at":"2024-12-04T18:30:47.000Z","updated_at":"2025-04-26T07:20:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e2a684c-9d36-4466-9fa9-93d153baf77a","html_url":"https://github.com/Farrely-F/polisync","commit_stats":null,"previous_names":["farrely-f/polisync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Farrely-F/polisync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Farrely-F%2Fpolisync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Farrely-F%2Fpolisync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Farrely-F%2Fpolisync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Farrely-F%2Fpolisync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Farrely-F","download_url":"https://codeload.github.com/Farrely-F/polisync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Farrely-F%2Fpolisync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31402277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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":["ai","chatbot","llm","nextjs","rag"],"created_at":"2026-04-04T14:00:07.863Z","updated_at":"2026-04-04T14:00:08.576Z","avatar_url":"https://github.com/Farrely-F.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PoliSync - AI-Powered Company Policy Assistant\n\nPoliSync is an intelligent chatbot that leverages RAG (Retrieval-Augmented Generation) technology to help users understand and navigate company policies effectively. Built with Next.js 13+, TypeScript, and modern web technologies, PoliSync provides an intuitive interface for policy queries and information retrieval.\n\n## Features\n\n- 🤖 AI-powered chat interface for policy questions\n- 📑 PDF document ingestion and processing\n- 🔍 Intelligent search and retrieval of policy information\n- 💾 Supabase integration for data persistence\n- 🎨 Modern UI with Radix UI components\n- 🌐 Responsive design for all devices\n\n## Tech Stack\n\n- **Framework**: Next.js 13+\n- **Language**: TypeScript\n- **UI Components**: Radix UI\n- **Styling**: Tailwind CSS\n- **Database**: Supabase\n- **AI Integration**: Google Generative AI\n- **PDF Processing**: PDF Parse\n\n## Getting Started\n\n1. Clone the repository\n2. Install dependencies:\n\n   ```bash\n   bun install\n   # or\n   bun install\n   ```\n\n3. Set up environment variables:\n   Create a `.env.local` file with the following variables:\n\n   ```\n   GOOGLE_API_KEY=your_google_api_key\n   SUPABASE_URL=your_supabase_url\n   SUPABASE_ANON_KEY=your_supabase_anon_key\n   ```\n\n4. Run the development server:\n\n   ```bash\n   bun run dev\n   # or\n   bun run dev\n   ```\n\n5. To ingest PDF documents:\n   ```bash\n   bun run ingest\n   # or\n   bun run seed:pdf\n   ```\n\n## Usage\n\n1. Upload company policy documents in the `/public/pdf` directory\n2. Ask questions about policies in natural language\n3. Receive accurate, context-aware responses based on your documents\n4. Browse through conversation history and save important responses\n\n## Development\n\n- `bun run dev`: Start development server\n- `bun run build`: Build for production\n- `bun run start`: Start production server\n- `bun run lint`: Run ESLint\n- `bun run seed:pdf`: Ingest PDF documents\n\n## Project Structure\n\n- `/app`: Main application pages and API routes\n- `/components`: Reusable UI components\n- `/lib`: Utility functions and configurations\n- `/hooks`: Custom React hooks\n- `/public`: Static assets\n- `/scripts`: Data ingestion and seeding scripts\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Open a Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarrely-f%2Fpolisync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarrely-f%2Fpolisync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarrely-f%2Fpolisync/lists"}