{"id":22468629,"url":"https://github.com/mavenagi-apps/chatbot","last_synced_at":"2025-08-16T22:34:58.760Z","repository":{"id":262907490,"uuid":"887869762","full_name":"mavenagi-apps/chatbot","owner":"mavenagi-apps","description":"A basic chat Maven App ","archived":false,"fork":false,"pushed_at":"2025-03-20T02:10:48.000Z","size":388,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-20T03:23:48.191Z","etag":null,"topics":["surface"],"latest_commit_sha":null,"homepage":"https://mavenagi-developer-app-production-chatbot.magiapps.net","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mavenagi-apps.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":"2024-11-13T12:31:12.000Z","updated_at":"2025-03-20T02:10:49.000Z","dependencies_parsed_at":"2024-11-15T00:28:01.654Z","dependency_job_id":"d7d248d5-9083-4c6a-a59d-f46466aa4a0e","html_url":"https://github.com/mavenagi-apps/chatbot","commit_stats":null,"previous_names":["mavenagi-apps/chatbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavenagi-apps%2Fchatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavenagi-apps%2Fchatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavenagi-apps%2Fchatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavenagi-apps%2Fchatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mavenagi-apps","download_url":"https://codeload.github.com/mavenagi-apps/chatbot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245874285,"owners_count":20686741,"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":["surface"],"created_at":"2024-12-06T11:18:20.237Z","updated_at":"2025-03-27T15:44:53.425Z","avatar_url":"https://github.com/mavenagi-apps.png","language":"TypeScript","readme":"This Maven App provides a chat widget that can be embedded on a website. It uses [Maven APIs](https://developers.mavenagi.com) to answer questions and provide feedback.\n\nThis Chat provides the original Maven UI and experience.\nIt is being replaced by Chat v2 which has additional features and security.\n\n# Installation\n\n- Install the `chat` app via Agent Designer\n  - Navigate to the Agent Designer [dashboard](https://app.mavenagi.com/dashboard)\n  - Select `Apps` \\\u003e `App Directory` \\\u003e `Browse \u0026 Install`\n  - Install the official `Chat` app (created by Maven AGI)\n  - Provide the required settings, including the logo URL and brand color hex code\n\n# Deploying the App Via JS Widget\n\n1. Include the below javascript to install the chat widget on your website.\n\n```\n\u003cscript src=\"https://chatbot.onmaven.app/widget.js\" async\u003e\u003c/script\u003e\n```\n\n3. Initialize the widget and provide configuration settings:\n\n```javascript\n\u003cscript\u003e\n  addEventListener(\"load\", function (){\" \"}\n  {Maven.ChatWidget.load({\n    organizationId: \"\u003corgId\u003e\",\n    agentId: \"\u003cagentId\u003e\",\n    location: \"bottom-left\",\n    tag: \"help-center\",\n  })}\n  );\n\u003c/script\u003e\n```\n\nYour organizationId can be found on the Organization Profile page within Agent Designer.\nAnd your agentId can be found on the Agents page.\n\n## Configuration Options\n\n```typescript\ninterface WidgetConfig {\n  bgColor?: string; // Widget background color\n  textColor?: string; // Widget text color (default: 'white')\n  location?: \"bottom-left\" | \"bottom-right\"; // Widget position (default: 'bottom-right')\n  tag?: string; // A tag to be used on all conversations\n  organizationId: string; // Required: Your organization ID\n  agentId: string; // Required: Your agent ID\n}\n```\n\nYou can manually open and close the chat widget using the following methods:\n`Maven.ChatWidget.open()`\n`Maven.ChatWidget.close()`\n\nYou can set the location of the chat button on your website using the following values: 'bottom-left' or 'bottom-right'.\n\n## Previewing the widget in fullscreen\n\nOnce installed, the app is available at `https://chat.onmaven.app/en/\u003corganizationId\u003e/\u003cagentId\u003e/preview`.\n\nThis is the URL that gets iframed when the app is rendered as an embedded widget.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavenagi-apps%2Fchatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmavenagi-apps%2Fchatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavenagi-apps%2Fchatbot/lists"}