{"id":30670704,"url":"https://github.com/imrofayel/talaash-chat","last_synced_at":"2025-10-18T08:44:01.903Z","repository":{"id":309848450,"uuid":"941444773","full_name":"imrofayel/Talaash-Chat","owner":"imrofayel","description":"Talaash is an aesthetic chat bot powered by Open Router. ⚠️ Website is for demo, may not respond due to rate limits.","archived":false,"fork":false,"pushed_at":"2025-08-14T04:29:45.000Z","size":403,"stargazers_count":2,"open_issues_count":12,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-14T06:19:23.553Z","etag":null,"topics":["ai","chatbot","freeai","openrouter"],"latest_commit_sha":null,"homepage":"https://talaash.vercel.app","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/imrofayel.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}},"created_at":"2025-03-02T10:04:20.000Z","updated_at":"2025-08-14T04:29:49.000Z","dependencies_parsed_at":"2025-08-14T06:20:11.384Z","dependency_job_id":"ad43eda6-f761-4b6d-addc-27c08269527d","html_url":"https://github.com/imrofayel/Talaash-Chat","commit_stats":null,"previous_names":["imrofayel/talaash-chat"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/imrofayel/Talaash-Chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrofayel%2FTalaash-Chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrofayel%2FTalaash-Chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrofayel%2FTalaash-Chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrofayel%2FTalaash-Chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imrofayel","download_url":"https://codeload.github.com/imrofayel/Talaash-Chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imrofayel%2FTalaash-Chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273068026,"owners_count":25039910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"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","chatbot","freeai","openrouter"],"created_at":"2025-09-01T02:45:00.053Z","updated_at":"2025-10-18T08:44:01.798Z","avatar_url":"https://github.com/imrofayel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔭 _Talaash_\n\n*Talaash* is a sleek, Next.js-based chat application designed for seamless interaction with multiple large language models (LLMs) via OpenRouter. It provides an elegant and responsive user experience for a variety of use cases. It is not just another AI chat interface — it is a visual experience. Designed with modern aesthetics at its core, *Talaash* brings a fluid, minimalist, and distraction-free interface to your conversations with AI.\n\nBy combining clean design with the power of *OpenRouter’s* extensive model offerings, *Talaash* serves as a versatile platform for both end-users and developers seeking to integrate or extend LLM capabilities.\n\n\u003cimg width=\"1891\" height=\"853\" alt=\"Screenshot 2025-07-24 170551\" src=\"https://github.com/user-attachments/assets/9d441b4b-2f23-4028-8851-0824414ccb6a\" /\u003e\n\n\n## ❔ _Getting Started_\n\n1. Clone the repository.\n\n```bash\ngit clone https://github.com/imrofayel/Talaash-Chat.git\n\ncd Talaash-Chat\n```\n\n2. Install dependencies using your preferred package manager (🟡 _pnpm is recommended_).\n\n```bash\npnpm install\n```\n\n3. Configure _Environment Variables_\n\n```env\nOPEN_BASE_URL=https://openrouter.ai/api/v1\n\nOPENAI_API_KEY=\u003cyour-openrouter-api-key\u003e\n```\n\nℹ️ You can obtain an `API key` by signing up at [_OpenRouter_](https://openrouter.ai/settings/keys).\n\n4. Run the development server.\n\n```bash\npnpm dev\n```\n\n5. _Deploy_ on _Vercel_\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/project?template=https://github.com/imrofayel/talaash-chat)\n\n## 🔥 _Project Structure_\n\n```bash\n/app              # App router layout and route segments (Next.js App Router)\n\n/components       # Reusable UI components (chat interface, buttons, layout blocks, etc.)\n\n/hooks            # Custom React hooks for local state and side effects\n\n/lib              # Utility functions\n\n/store            # Global state management (e.g., current model)\n\n/types            # TypeScript interfaces and type declarations\n\n/public           # Static assets (icons, logos, fonts, etc.)\n\n/styles           # Tailwind CSS configuration and global styles\n\n/.vscode          # Workspace-specific VS Code settings\n\n/.husky           # Git hooks (e.g., pre-commit checks)\n```\n\n## 👥 _Contributing_\n\nWe welcome and encourage community contributions. Whether it is a bug fix, feature enhancement, UI refinement, or performance optimization — your input is valuable.\n\n### _How to Contribute?_\n\n1. Fork the repository.\n   \n3. Create a new feature branch:\n\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n   \n4. Make your changes and commit:\n\n   ```bash\n   git commit -m \"feat:add-your-feature-description\"\n   ```\n   \n5. Push to your fork:\n\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n   \n6. Open a _pull request_ with a clear explanation of your changes.\n\n## ⁉️ _Frequently Asked Questions (FAQ)_\n\n\u003e *Q1: Can I use paid models like Claude Pro or GPT-4 with Talaash?*\n\nYes, _Talaash_ allows you to use any model supported by _OpenRouter_, including paid ones such as _Claude_ (Anthropic) or _OpenAI's GPT-4_. To do so, simply use your own _OpenRouter API Key_. The app provides a filter to show only free models by default, but this can be disabled to access all available models.\n\n\u003e *Q2: Is this project free?*\n\nYes, *Talaash* is open source under the *MIT license*. You are free to use, modify, and extend it as per your needs. If you build something cool based on Talaash, let us know — we'd love to see it! 💫\n\n\u003e *Q3: Do I need to host my own backend to use Talaash?*\n\nNo. *Talaash* is frontend-only and communicates directly with *OpenRouter’s* hosted API. However, you can modify the code to point to your own proxy or LLM gateway if needed.\n\n## :octocat: _License_\n\nThis project is licensed under the MIT License.\n\n## 💚 _Maintainers_\n\nDeveloped and maintained by [_Naveed Azhar_](https://github.com/imrofayel) and the _open source community_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimrofayel%2Ftalaash-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimrofayel%2Ftalaash-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimrofayel%2Ftalaash-chat/lists"}