{"id":26649960,"url":"https://github.com/aemal/chatgpt-assistant-api-ui","last_synced_at":"2026-04-29T10:31:52.530Z","repository":{"id":284141338,"uuid":"953439071","full_name":"aemal/chatgpt-assistant-api-ui","owner":"aemal","description":"A simple, elegant UI for interacting with ChatGPT Assistant API. Built with Next.js and TypeScript, this project provides a clean interface for chatting with your custom ChatGPT Assistant.","archived":false,"fork":false,"pushed_at":"2025-03-24T11:03:08.000Z","size":85,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T08:06:40.989Z","etag":null,"topics":["assistant-api","chatgpt","rag"],"latest_commit_sha":null,"homepage":"https://aemalsayer.com","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/aemal.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}},"created_at":"2025-03-23T11:24:27.000Z","updated_at":"2025-04-29T19:30:39.000Z","dependencies_parsed_at":"2025-03-24T11:40:20.755Z","dependency_job_id":"5a507ceb-debb-41c4-9344-63446b3fd0f3","html_url":"https://github.com/aemal/chatgpt-assistant-api-ui","commit_stats":null,"previous_names":["aemal/chatgpt-assistant-api-ui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aemal/chatgpt-assistant-api-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aemal%2Fchatgpt-assistant-api-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aemal%2Fchatgpt-assistant-api-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aemal%2Fchatgpt-assistant-api-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aemal%2Fchatgpt-assistant-api-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aemal","download_url":"https://codeload.github.com/aemal/chatgpt-assistant-api-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aemal%2Fchatgpt-assistant-api-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32421569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["assistant-api","chatgpt","rag"],"created_at":"2025-03-25T01:50:26.072Z","updated_at":"2026-04-29T10:31:52.512Z","avatar_url":"https://github.com/aemal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatGPT Assistant API UI\n\nA simple, elegant UI for interacting with ChatGPT Assistant API. Built with Next.js and TypeScript, this project provides a clean interface for chatting with your custom ChatGPT Assistant.\n\n## 🚀 Features\n\n- Clean and modern UI design\n- Real-time chat interface\n- Loading states and animations\n- Error handling\n- Responsive design\n- Easy setup with environment variables\n\n## 🛠️ Tech Stack\n\n- Next.js 15\n- TypeScript\n- Tailwind CSS\n- OpenAI API\n- HeroUI Components\n- Lucide Icons\n\n## 📋 Prerequisites\n\n- Node.js 18+ or Bun\n- OpenAI API Key\n- ChatGPT Assistant ID\n\n## 🔧 Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/chatgpt-assistant-api-ui.git\ncd chatgpt-assistant-api-ui\n```\n\n2. Install dependencies:\n```bash\nbun install\n# or\nnpm install\n```\n\n3. Create a `.env` file in the root directory:\n```bash\ncp .env.example .env\n```\n\n4. Add your OpenAI API key and Assistant ID to the `.env` file:\n```env\nOPENAI_API_KEY=your_openai_api_key_here\nOPENAI_ASSISTANT_ID=your_assistant_id_here\n```\n\n5. Start the development server:\n```bash\nbun dev\n# or\nnpm run dev\n```\n\n6. Open [http://localhost:3000](http://localhost:3000) in your browser.\n\n## 🎥 Demo\n\nWatch the demo at the 1:54:04 / 2:08:57 of this live vibe coding session where this project was built:\n[Watch on YouTube](https://youtu.be/U7K1F55bbs0?t=6844)\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 👤 Author\n\n**Aemal Sayer**\n- Website: [AemalSayer.com](https://AemalSayer.com)\n- GitHub: [@aemal](https://github.com/aemal)\n- LinkedIn: [Connect Now](https://linkedin.com/in/aemal)\n\n## 🙏 Acknowledgments\n\n- OpenAI for the ChatGPT Assistant API\n- The Next.js team for the amazing framework\n- All contributors and supporters\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faemal%2Fchatgpt-assistant-api-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faemal%2Fchatgpt-assistant-api-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faemal%2Fchatgpt-assistant-api-ui/lists"}