{"id":28970210,"url":"https://github.com/sanaapathann/fixypy-lite-js","last_synced_at":"2026-05-18T11:05:47.787Z","repository":{"id":300922974,"uuid":"1007208518","full_name":"Sanaapathann/fixypy-lite-js","owner":"Sanaapathann","description":"A calm, beginner-friendly Python editor that uses regex-based error tracing to guide learners with simple suggestions -built with Pyodide \u0026 Monaco.","archived":false,"fork":false,"pushed_at":"2025-07-01T15:30:32.000Z","size":476,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-13T21:24:32.718Z","etag":null,"topics":["html","html-css-javascript","javascript","monaco-editor","pyodide","vercel"],"latest_commit_sha":null,"homepage":"https://fixypy.vercel.app","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/Sanaapathann.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,"zenodo":null}},"created_at":"2025-06-23T16:18:36.000Z","updated_at":"2025-07-01T15:30:36.000Z","dependencies_parsed_at":"2025-06-24T09:47:24.441Z","dependency_job_id":"876db637-4a9e-4306-8cc7-2d206aa537a7","html_url":"https://github.com/Sanaapathann/fixypy-lite-js","commit_stats":null,"previous_names":["sanaapathann/fixypy-lite-js"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sanaapathann/fixypy-lite-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanaapathann%2Ffixypy-lite-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanaapathann%2Ffixypy-lite-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanaapathann%2Ffixypy-lite-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanaapathann%2Ffixypy-lite-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sanaapathann","download_url":"https://codeload.github.com/Sanaapathann/fixypy-lite-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanaapathann%2Ffixypy-lite-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33175865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["html","html-css-javascript","javascript","monaco-editor","pyodide","vercel"],"created_at":"2025-06-24T11:00:36.427Z","updated_at":"2026-05-18T11:05:47.770Z","avatar_url":"https://github.com/Sanaapathann.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FixyPy Lite\n\n**FixyPy Lite** is a calm, beginner-focused Python code editor that runs entirely in the browser using [Pyodide](https://pyodide.org/). It provides meaningful suggestions and error tracing through a minimal UI built with HTML, TailwindCSS, and the Monaco Editor.\n\nUnlike full AI assistants, FixyPy avoids overwhelming beginners with generated solutions. Instead, it uses basic regex-based analysis and clean debugging hints to encourage learning through structured trial and error.\n\n---\n## Screenshots\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/ss1.png\" alt=\"FixyPy Screenshot 1\" width=\"700\"\u003e\u003cbr\u003e\u003cbr\u003e\n  \u003cimg src=\"assets/ss2.png\" alt=\"FixyPy Screenshot 2\" width=\"700\"\u003e\u003cbr\u003e\u003cbr\u003e\n  \u003cimg src=\"assets/ss3.png\" alt=\"FixyPy Screenshot 3\" width=\"700\"\u003e\u003cbr\u003e\u003cbr\u003e\n  \u003cimg src=\"assets/ss4.png\" alt=\"FixyPy Screenshot 4\" width=\"700\"\u003e\n\u003c/p\u003e\n\n\n\n## Features\n\n* Syntax-aware Python editing using **Monaco Editor**\n* In-browser execution with **Pyodide**\n* Calm, human-readable **error highlighting and suggestions**\n* Interactive **input modal** (simulating `input()` in Python)\n* Inline debugging tips without full code generation\n* Fully frontend-based (no backend required)\n\n---\n\n## Stack\n\n| Layer         | Tech                            |\n| ------------- | ------------------------------- |\n| Core Engine   | Pyodide (Python in WebAssembly) |\n| Editor        | Monaco Editor                   |\n| Styling       | TailwindCSS                     |\n| Scripting     | Vanilla JS (modular)            |\n| File Handling | In-memory (local state only)    |\n\n---\n\n## Philosophy\n\nFixyPy is built on a simple idea:\n\n\u003e \"Beginners don’t need full AI — they need space, confidence, and clean feedback.\"\n\nIt aims to bridge learning and debugging by offering:\n\n* Minimal UI with no distractions\n* Targeted, regex-based suggestions\n* Emotional design that avoids overwhelming the user\n\n---\n\n## Planned Improvements\n\n* Calm tip log (with expandable context)\n* File saving to localStorage\n* More advanced suggestion patterns (via trace analysis)\n* Editor themes and accessibility options\n\n---\n\n## Contribution\n\nFixyPy is built solo, with a focus on clarity over complexity. Suggestions are regex-based, explainable, and intentionally minimal. Contributions are welcome, but simplicity is key.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanaapathann%2Ffixypy-lite-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanaapathann%2Ffixypy-lite-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanaapathann%2Ffixypy-lite-js/lists"}