{"id":26706541,"url":"https://github.com/yash-aanand/taxbot","last_synced_at":"2026-04-22T16:35:47.358Z","repository":{"id":284559358,"uuid":"955275766","full_name":"Yash-Aanand/taxbot","owner":"Yash-Aanand","description":"Taxbot is an AI chatbot that uses OpenAI Functions and Vercel AI SDK to help answer your tax-related queries.","archived":false,"fork":false,"pushed_at":"2025-03-26T16:08:43.000Z","size":7536,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T17:24:51.458Z","etag":null,"topics":["chatbot","next","typre","vercel-ai-sdk"],"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/Yash-Aanand.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}},"created_at":"2025-03-26T11:45:12.000Z","updated_at":"2025-03-26T16:08:47.000Z","dependencies_parsed_at":"2025-03-26T17:37:38.058Z","dependency_job_id":null,"html_url":"https://github.com/Yash-Aanand/taxbot","commit_stats":null,"previous_names":["yash-aanand/taxbotfinal","yash-aanand/taxbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash-Aanand%2Ftaxbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash-Aanand%2Ftaxbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash-Aanand%2Ftaxbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash-Aanand%2Ftaxbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yash-Aanand","download_url":"https://codeload.github.com/Yash-Aanand/taxbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245791956,"owners_count":20672671,"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","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":["chatbot","next","typre","vercel-ai-sdk"],"created_at":"2025-03-27T06:18:14.811Z","updated_at":"2026-04-22T16:35:42.337Z","avatar_url":"https://github.com/Yash-Aanand.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n  \u003cimg alt=\"Chat with Taxbot.\" src=\"/app/opengraph-image.png\"\u003e\n  \u003ch1 align=\"center\"\u003eTaxbot\u003c/h1\u003e\n\n\n\u003cp align=\"center\"\u003e\n  Chat with Taxbot. Built with OpenAI Functions and Vercel AI SDK. \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#introduction\"\u003e\u003cstrong\u003eIntroduction\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#setting-up-locally\"\u003e\u003cstrong\u003eSetting Up Locally\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#tech-stack\"\u003e\u003cstrong\u003eTech Stack\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#notes\"\u003e\u003cstrong\u003eNotes\u003c/strong\u003e\u003c/a\u003e ·\n\u003c/p\u003e\n\u003cbr/\u003e\n\n## Introduction\n\nThis is an AI chatbot that uses OpenAI Functions and Vercel AI SDK to help answer your tax-related queries.\n\n\nhttps://github.com/user-attachments/assets/79e9969f-60ef-455b-838b-2888e8ed1c35\n\n\n## Setting Up Locally\n\nTo set up Taxbot locally, follow these steps:\n\n1. Clone the repository\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Create a `.env.local` file with your OpenAI API key:\n   ```\n   OPENAI_API_KEY=your_api_key_here\n   ```\n4. Run the development server:\n   ```bash\n   npm run dev\n   ```\n\n- open (http://localhost:3000/)\n\n## Tech Stack\n\nChatH is built on the following stack:\n\n- [Next.js](https://nextjs.org/) – framework\n- [TanStack](https://tanstack.com/) - library\n- [OpenAI Functions](https://platform.openai.com/docs/guides/gpt/function-calling) - AI completions\n- [Vercel AI SDK](https://sdk.vercel.ai/docs) – AI streaming library\n- [Vercel](https://vercel.com) – deployments\n- [TailwindCSS](https://tailwindcss.com/) – styles\n\n## Notes\n\nGoals Met:\n\n- Working Application fulfilling requirements\n- Tech Stack Maintained\n- Task 1 Completed\n- Task 2 Completed\n\nAssumptions Made:\n\n- Regular GPT 3.5-turbo compatible openai api keys used\n\n```\nText responses are preferred over multimodal responses, which can be adjusted accordingly\n```\n\n- No upper limit for prompts/hour (although spam prompting has been disabled)\n\n```\nA buffer already exists, but manually coding a breakpoint could completely avoid any complications\n```\n\nPlaceholders/Simulations:\n\n- File processing (in case no premium api keys available)\n\n```\nThis can be expanded upon by fully utilizing the Multi-Modal AI SDK tools, alongside an OpenAI API key compatible with GPT-4o\n```\n\n- Suggestion Prompts\n\n```\nCould be expanded by hidden querying the bot to suggest prompts based on the message history for more useful prompts\n```\n\n## Author\n\n- Yash Aanand - [LinkedIn](https://www.linkedin.com/in/yash-aanand-35192b273/) | [Website](https://yashaanand.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyash-aanand%2Ftaxbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyash-aanand%2Ftaxbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyash-aanand%2Ftaxbot/lists"}