{"id":31721342,"url":"https://github.com/karthik-saiharsh/fsm-engine","last_synced_at":"2025-10-09T03:48:02.316Z","repository":{"id":315696174,"uuid":"1022542186","full_name":"karthik-saiharsh/fsm-engine","owner":"karthik-saiharsh","description":"A Figma like Editor to Design Custom Finite State Machines","archived":false,"fork":false,"pushed_at":"2025-09-28T08:08:37.000Z","size":41206,"stargazers_count":38,"open_issues_count":9,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-28T10:11:11.698Z","etag":null,"topics":["automata","automata-theory","collaborate","computation-theory","dfa","editor","figma","finite-state-machine","fsm","konva","machines","nfa","react","react-konva","theory-of-computation"],"latest_commit_sha":null,"homepage":"https://fsm-engine.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karthik-saiharsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-19T09:49:18.000Z","updated_at":"2025-09-28T07:23:00.000Z","dependencies_parsed_at":"2025-09-20T06:21:54.473Z","dependency_job_id":"6204d14b-6b9d-4dc4-8ad9-74df3cffb7a1","html_url":"https://github.com/karthik-saiharsh/fsm-engine","commit_stats":null,"previous_names":["karthik-saiharsh/fsm-engine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/karthik-saiharsh/fsm-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karthik-saiharsh%2Ffsm-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karthik-saiharsh%2Ffsm-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karthik-saiharsh%2Ffsm-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karthik-saiharsh%2Ffsm-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karthik-saiharsh","download_url":"https://codeload.github.com/karthik-saiharsh/fsm-engine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karthik-saiharsh%2Ffsm-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000703,"owners_count":26082911,"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-10-09T02:00:07.460Z","response_time":59,"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":["automata","automata-theory","collaborate","computation-theory","dfa","editor","figma","finite-state-machine","fsm","konva","machines","nfa","react","react-konva","theory-of-computation"],"created_at":"2025-10-09T03:48:00.712Z","updated_at":"2025-10-09T03:48:02.310Z","avatar_url":"https://github.com/karthik-saiharsh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FSM Engine\n\nA web-based tool for creating, and visualizing, Finite State Machines (FSMs). Built with React, TypeScript, Tailwind CSS, Jotai, and React Konva for an interactive canvas experience.\n\n\u003cimg width=\"2770\" height=\"1522\" alt=\"FSM Engine Demo\" src=\"https://github.com/user-attachments/assets/8ebd2706-f122-41ce-84ed-8d0ec04c0c74\" /\u003e\n\n## Features\n\n- Interactive Canvas Editor\n  - Zoom and Pan across an infinite canvas\n  - Smooth drag to reposition states\n- Multiple Modes\n  - Create: Click on the canvas to add new states\n  - Select: Drag states to move them\n  - Connect: Click two states to create a directed transition (supports self-loops)\n  - Delete: Remove states with a single click\n  - Grab: Move the Nodes\n- State Types\n  - initial, intermediate, final\n- Dynamic Transitions\n  - Arrows automatically adjust their position and curve as you move states\n- Welcome/Tutorial Overlay\n  - First-run walkthrough with short clips\n\n## Try it at\nhttps://fsm-engine.vercel.app\n\n## Tech Stack\n\n- Frontend: React + TypeScript\n- State Management: Jotai\n- Canvas: React Konva\n- Styling: Tailwind CSS\n- Tooling: Vite\n- Icons: lucide-react\n\n## Contributing\n\nContributions are welcome!\n- Open issues for bugs or feature requests\n- Submit pull requests for fixes or enhancements\n- Discuss larger changes in an issue first\n\n## Roadmap\n- [ ] Undo/Redo\n- [ ] Export Project to JSON\n- [ ] Import Project from JSON\n- [ ] Generate the transition table for a given NFA/DFA\n- [ ] NFA → DFA conversion\n- [ ] DFA minimization\n- [ ] Validation and error hints (unreachable states, parse a regex)\n- [ ] Keyboard shortcuts and accessibility improvements\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarthik-saiharsh%2Ffsm-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarthik-saiharsh%2Ffsm-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarthik-saiharsh%2Ffsm-engine/lists"}