{"id":24198981,"url":"https://github.com/oslabs-beta/solid-rewind","last_synced_at":"2025-09-21T22:31:19.611Z","repository":{"id":64834672,"uuid":"577434046","full_name":"oslabs-beta/solid-rewind","owner":"oslabs-beta","description":"Time Travel Debugger for SolidJS","archived":false,"fork":false,"pushed_at":"2023-02-20T16:42:20.000Z","size":437,"stargazers_count":93,"open_issues_count":2,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-08-22T21:28:48.879Z","etag":null,"topics":["chrome-extension","debugger","solidjs","time-travel-debugger","visualizer"],"latest_commit_sha":null,"homepage":"https://solidrewind.io","language":"JavaScript","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/oslabs-beta.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}},"created_at":"2022-12-12T18:20:06.000Z","updated_at":"2025-04-08T21:42:36.000Z","dependencies_parsed_at":"2023-02-19T03:46:01.596Z","dependency_job_id":null,"html_url":"https://github.com/oslabs-beta/solid-rewind","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oslabs-beta/solid-rewind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2Fsolid-rewind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2Fsolid-rewind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2Fsolid-rewind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2Fsolid-rewind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oslabs-beta","download_url":"https://codeload.github.com/oslabs-beta/solid-rewind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oslabs-beta%2Fsolid-rewind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276318278,"owners_count":25621648,"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-21T02:00:07.055Z","response_time":72,"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":["chrome-extension","debugger","solidjs","time-travel-debugger","visualizer"],"created_at":"2025-01-13T20:19:32.525Z","updated_at":"2025-09-21T22:31:19.317Z","avatar_url":"https://github.com/oslabs-beta.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/108890716/213749839-3d58dbea-106d-4bfb-8724-b41fe00c55d5.png\" /\u003e\n\u003c/p\u003e\n\n\n\u003ch2\u003eAbout\u003c/h2\u003e\n\n**Solid Rewind is a time-trave debugger and component-tree visualizer for the reactive framework, SolidJS**\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/108890716/213750313-3eaa059f-6abe-4d18-b257-1b1d1fe5c3a2.gif\" alt=\"animated\" /\u003e\n\u003c/p\u003e\n\n\n\u003ch3\u003eFeatures\u003c/h3\u003e\n\n* Redux-style time-travel debugging, allowing you to ‘rewind’ to previous versions of your application’s state.\n* Dynamic, D3-visualization of your component tree\n* Integration with Chrome’s existing Dev Tools menu so you can troubleshoot your Solid App directly from your browser.\n\n\n\n\u003ch2\u003eInstallation\u003c/h2\u003e\n\n:exclamation::exclamation:Before using, you must download our Chrome extension [here](https://chrome.google.com/webstore/detail/solid-rewind/ejdinegdopmimnkbonknknhfmmcgcdoh):exclamation::exclamation:\n\n**1. install our package with**\n\n```javascript\nnpm i solid-rewind\n```\n\n**2. Import our Rewind component at the top level of your app.**\n**3. Wrap your top-level component in our \u003cRewind\u003e component.**\n```javascript\nimport Rewind from 'solid-rewind';\n\nrender( () =\u003e {\n    \u003cRewind\u003e\n        \u003cApp /\u003e\n    \u003c/Rewind\u003e\n}, document.getElementById('root'));\n\n```\n**That's it! Build your project and access our tool in the chrome devtools menu!**\n\n\u003ch2\u003eAuthors\u003c/h2\u003e\n    \n* Robbie Gottlieb | [@robbiegot](https://github.com/robbiegot) | [LinkedIn](https://www.linkedin.com/in/robbie-gottlieb/) \n* Willem Rosenthal | [@willemrosenthal](https://github.com/willemrosenthal) | [LinkedIn](https://www.linkedin.com/in/willem-rosenthal/)  \n* Christian Catanese [@c-catanese](https://github.com/c-catanese) | [LinkedIn](https://www.linkedin.com/in/christian-catanese/)   \n* Jason Moon | [@Crescent0130](https://github.com/Crescent0130) | [LinkedIn](https://www.linkedin.com/in/jason-joonsik-moon/)\n\n\n\u003ch2\u003eContributing\u003c/h2\u003e\nSolid Rewind launched on January 15, 2023 and is currently in active beta development through the OSlabs community initiative. The application is licensed under the terms of the MIT license, making it a fully open source product. Developers are welcome to contribute to the codebase and expand on its features.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2Fsolid-rewind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foslabs-beta%2Fsolid-rewind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foslabs-beta%2Fsolid-rewind/lists"}