{"id":20025515,"url":"https://github.com/guicheffer/bot-wizard","last_synced_at":"2026-04-14T14:31:13.553Z","repository":{"id":72682342,"uuid":"315127772","full_name":"guicheffer/bot-wizard","owner":"guicheffer","description":"🧙🏼‍♂️ Mini wizard to a chat bot built with React + Redux + Redux-Saga + Reselect and TypeScript.","archived":false,"fork":false,"pushed_at":"2020-12-02T15:18:40.000Z","size":579,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-01T16:32:05.564Z","etag":null,"topics":["ai","bot","mini-app","react","redux","redux-saga","relect","typescript","vue","vuex","yarn"],"latest_commit_sha":null,"homepage":"http://bot-wizard.guicheffer.me/","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/guicheffer.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":"2020-11-22T20:39:35.000Z","updated_at":"2020-12-02T15:18:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8f342d8-91d6-4969-8c71-212926f5e8b9","html_url":"https://github.com/guicheffer/bot-wizard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guicheffer/bot-wizard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guicheffer%2Fbot-wizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guicheffer%2Fbot-wizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guicheffer%2Fbot-wizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guicheffer%2Fbot-wizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guicheffer","download_url":"https://codeload.github.com/guicheffer/bot-wizard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guicheffer%2Fbot-wizard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["ai","bot","mini-app","react","redux","redux-saga","relect","typescript","vue","vuex","yarn"],"created_at":"2024-11-13T08:55:52.028Z","updated_at":"2026-04-14T14:31:13.531Z","avatar_url":"https://github.com/guicheffer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧙🏼‍♂️ [Bot Wizard Mini-App Concept](http://bot-wizard.guicheffer.me/)\n\nThis is a mini POC/playground to setup a custom bot intents based on customer's preferences aiming to quickly configure an AI bot.\n\n- [The **Demo version** here](http://bot-wizard.guicheffer.me/)\n\n## Summary\n\n- [Demo](http://bot-wizard.guicheffer.me/)\n- [Requirements](#requirements)\n- [Available Scripts](#available-scripts)\n- [Ideas](#ideas)\n- [Learn more](#learn-more)\n\n## Requirements\n\n- _Node_ = `14.*`\n- _Yarn_ = `1.*`\n\n## Available Scripts\n\nIn the project directory, you might run:\n\n### `make start`\n\nIt also correctly bundles React in production mode and optimizes the build for the best performance and extract it to the `build` folder and start the application.\n\n### `make dev` or `make run`\n\n**ps**. Remember you can also use production's URL directly [here](http://bot-wizard.guicheffer.me/).\n\nRuns the app in the development mode. 🔥\u003cbr /\u003e\nMake sure you manually open [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\n### `make test-stuff`\n\nLaunches the test runner in the interactive watch mode.\n\n#### `make test-coverage` (run to generate the coverage reported by Jest's deps)\n\nThis will generate a coverage folder with more details to be exported afterwards.\n\n### `make i` | `make install`\n\nInstall dependencies from yarn's package.json.\n\n### `make help`\n\nPlease execute that in order to be aware of what commands you might be able to run.\n\n## Ideas\n\n- [x] **Architectural/Technology** \u003cbr/\u003e\n  - The simple architecture choices here were taking agility into account, that's why I considered not improving it a lot;\n  - Timeouts\n    - I haven't included any, but would be good if I had...\n  - GraphQL\n    - I started converting our `intents.json` into a searchable thing on GraphQL-ish using Apollo but then I gave up since I wanted to make it as simpler as possible;\n  - Tests\n    - omg, there were lots of spaces for tests here, however, I only added some because of time-spacing :(\n- [x] **Performance** \u003cbr/\u003e\n  - I believe there's a lot of space for performance here;\n- [x] **Reusable Code** \u003cbr/\u003e\n  - I tried my best, however, I knew if I had more time, (as I've been a bit busy recently), I would tackle it to improve a bit the performance.\n  - I also wanted to add [Storybook](https://storybook.js.org/) on this project but then, time was running faster than I thought :(\n    - We could use the components from the `components/shared/` folder in order to migrate our Storybook comps, for example.\n    - Also common components such as the fake checkbox.\n  - **ps**. I also added some comments across the codebase to explain a bit better how things are separated as per the concerns;\n- [x] **UX** \u003cbr/\u003e\n  - I understand there are many things and many other features that could be added in – therefore, I wasn't really worried since I would like to spend, like recommended, a few hours in this little POC :)\n- [x] **Acessibility** \u003cbr/\u003e\n  - I'm really sorry but I wasn't very successful in Acessibility here - I could have that improved a lot!\n  - ...honestly, acessibility looks terrible! 😔\n\n## Learn More\n\nVisit my corner on the web: [guicheffer.me](http://guicheffer.me)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguicheffer%2Fbot-wizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguicheffer%2Fbot-wizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguicheffer%2Fbot-wizard/lists"}