{"id":29161225,"url":"https://github.com/codemeapixel/pixie","last_synced_at":"2026-03-10T20:33:26.784Z","repository":{"id":288751847,"uuid":"969083174","full_name":"CodeMeAPixel/Pixie","owner":"CodeMeAPixel","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-09T10:17:24.000Z","size":2618,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-09T15:25:00.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pixxie.chat","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/CodeMeAPixel.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":"2025-04-19T10:49:35.000Z","updated_at":"2026-02-09T10:17:29.000Z","dependencies_parsed_at":"2025-04-19T16:21:25.206Z","dependency_job_id":"2d226fa8-7b50-4534-9558-3a8f2f11bbb7","html_url":"https://github.com/CodeMeAPixel/Pixie","commit_stats":null,"previous_names":["codemeapixel/pixie"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/CodeMeAPixel/Pixie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2FPixie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2FPixie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2FPixie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2FPixie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeMeAPixel","download_url":"https://codeload.github.com/CodeMeAPixel/Pixie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMeAPixel%2FPixie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30352880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"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":"2025-07-01T03:09:45.215Z","updated_at":"2026-03-10T20:33:26.754Z","avatar_url":"https://github.com/CodeMeAPixel.png","language":"TypeScript","readme":"![banner](https://codemeapixel.dev/Pixie.png)\n\n## Features\n\n- 💬 **Natural Conversations**: Engage in fluid, context-aware discussions with AI\n- 📱 **Responsive Design**: Works seamlessly across desktop and mobile devices\n- 💾 **Message Management**: Save important messages and maintain chat history\n- 📥 **Data Export**: Download conversations and saved messages for offline use\n- 🔒 **Privacy Focused**: All data is stored locally in your browser\n- 🎨 **Modern UI**: Clean, intuitive interface with smooth animations\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+ and npm/yarn\n- A GROQ API key (for AI chat functionality)\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/pixie.git\ncd pixie\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Create a `.env` file in the root directory with the following variables:\n```env\n# Authentication\nAUTH_SECRET=your_auth_secret_here\n\n# AI API Keys\nGOOGLE_GENERATIVE_AI_API_KEY=your_google_ai_key\nANTHROPIC_API_KEY=your_anthropic_key\nOPENAI_API_KEY=your_openai_key\nGROQ_API_KEY=your_groq_key\nTAVILY_API_KEY=your_tavily_key\n\n# Storage\nBLOB_READ_WRITE_TOKEN=your_blob_token\n\n# Database\nPOSTGRES_URL=your_postgres_url\n```\n\n4. Run the development server:\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\n5. Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n## Usage\n\n### Chat Interface\n- Type your message in the input field at the bottom of the screen\n- Press Enter or click the send button to get a response\n- View the conversation history in real-time\n\n### Message Management\n- Save important messages using the bookmark icon\n- Access saved messages from the sidebar\n- Download individual messages or entire conversations\n- Clear chat history or delete specific conversations\n\n### Mobile Experience\n- Responsive design adapts to any screen size\n- Sidebar collapses into a hamburger menu on mobile\n- Touch-friendly interface for easy navigation\n\n## Tech Stack\n\n- **Framework**: Next.js 14\n- **UI Components**: shadcn/ui\n- **Styling**: Tailwind CSS\n- **State Management**: React Hooks\n- **AI Integration**: Multi-provider (OpenAI, Google AI, Anthropic, GROQ)\n- **Database**: PostgreSQL\n- **Storage**: Vercel Blob Storage\n- **Markdown Support**: react-markdown\n- **Code Highlighting**: react-syntax-highlighter\n\n## Contributing\n\nWe welcome contributions! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- [Next.js](https://nextjs.org/)\n- [shadcn/ui](https://ui.shadcn.com/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [GROQ](https://groq.com/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemeapixel%2Fpixie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemeapixel%2Fpixie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemeapixel%2Fpixie/lists"}