{"id":32623856,"url":"https://github.com/wladiveras/chatbot-front","last_synced_at":"2026-06-29T18:32:19.186Z","repository":{"id":318634651,"uuid":"804053135","full_name":"wladiveras/chatbot-front","owner":"wladiveras","description":"Chatbot - Chatbot automation","archived":false,"fork":false,"pushed_at":"2025-10-08T09:37:11.000Z","size":213814,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"production","last_synced_at":"2025-10-30T20:02:17.637Z","etag":null,"topics":["chatbot","marketing-automation","whatsapp","whatsapp-bot"],"latest_commit_sha":null,"homepage":"https://marinabot.com.br","language":"Vue","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/wladiveras.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"wladiveras"}},"created_at":"2024-05-21T21:36:38.000Z","updated_at":"2025-03-19T18:52:57.000Z","dependencies_parsed_at":"2025-10-08T11:31:59.652Z","dependency_job_id":"1878a5a2-ffd5-48bf-8147-0bcce7c5e12c","html_url":"https://github.com/wladiveras/chatbot-front","commit_stats":null,"previous_names":["wladiveras/chatbot-front"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wladiveras/chatbot-front","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wladiveras%2Fchatbot-front","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wladiveras%2Fchatbot-front/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wladiveras%2Fchatbot-front/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wladiveras%2Fchatbot-front/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wladiveras","download_url":"https://codeload.github.com/wladiveras/chatbot-front/tar.gz/refs/heads/production","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wladiveras%2Fchatbot-front/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34939227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"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":["chatbot","marketing-automation","whatsapp","whatsapp-bot"],"created_at":"2025-10-30T19:58:29.690Z","updated_at":"2026-06-29T18:32:19.163Z","avatar_url":"https://github.com/wladiveras.png","language":"Vue","funding_links":["https://github.com/sponsors/wladiveras"],"categories":[],"sub_categories":[],"readme":"# Chatbot\n\nWhatsApp Chatbot for E-commerce\n\nThis is a WhatsApp chatbot project that helps customers with their purchases on an e-commerce store. The chatbot uses a workflow gerated by a flow chart creator per connection. It integrates with the e-commerce store's API to provide a seamless customer experience.\n\n\n![[Chatbot]()](https://i.imgur.com/FgPbPGA.png)\n    \n  \n \n## Features\n\n    Responds to customer inquiries about products\n    Recommends products based on customer preferences\n    Provides product information and pricing\n    Allows customers to make purchases directly from the chatbot\n    Integrates with e-commerce store's API for seamless checkout\n    \n  \n \n## Technologies Used\n\n    Javascript\n    Typescript\n    Nuxt 3\n    Nuxt UI PRO\n    Eslint\n    Pinia Store\n    Iconify Library\n    Zod Validation\n    Laravel Reverb websocket\n    NVM(Node Version Module)\n      \n \n## How it Works\n\n    Customer initiates conversation with the chatbot on WhatsApp\n    chatbot responds to customer inquiries using EVOLUTION API\n    chatbot recommends products based on customer preferences by connection\n    Customer selects product and chatbot flow that`s provides a product url link.\n    soon Customer makes purchase directly from the chatbot\n    chatbot integrates with e-commerce store's API for seamless checkout\n    \n  \n \n## Setup\n\nStep to setup project in your machine.\n    \n### node setup\n\nWelcome to chatbot, create a new branch and starting coding with us.\n\nSkip this step if you already use node 21.\nInstall NVM by downloading the install script from their GitHub page. You can use curl or wget:\n\n```\ncurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash\n\n#or\n\nwget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash\n```\n\nNow, you can install a specific version of Node.js using NVM. For example, to install Node.js 21, you would use:\n\n```bash\nnvm install 21\n```\n\nYou can switch between installed Node versions with:\n\n```bash\nnvm use \u003cversion\u003e\n```\n\n### project setup\n\nMake sure to install the dependencies:\n\n```bash\n# pnpm\npnpm install\n```\n\n## Development Server\n\nStart the development server on `http://localhost:3000`\n\n```bash\npnpm run dev\n```\n\n## Production\n\nBuild the application for production:\n\n```bash\npnpm run build\n```\n\nLocally preview production build:\n\n```bash\npnpm run preview\n```\n\nCheck out the [nuxt 3 documentation](https://nuxt.com/docs) and [nuxt UI](https://ui.nuxt.com/getting-started/) for more information.\n\n## Utils Links\n\n[iconify icons](https://icon-sets.iconify.design/)\n[Tailwind css](https://tailwindcss.com/docs/)\n[Animate Style css](https://animate.style/)\n\n## Licence\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwladiveras%2Fchatbot-front","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwladiveras%2Fchatbot-front","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwladiveras%2Fchatbot-front/lists"}