{"id":18135404,"url":"https://github.com/allevo/seqflow-js","last_synced_at":"2025-06-26T08:35:55.663Z","repository":{"id":221764827,"uuid":"755319052","full_name":"allevo/seqflow-js","owner":"allevo","description":"Fresh javascript framework for Frontend","archived":false,"fork":false,"pushed_at":"2025-06-17T14:43:16.000Z","size":4502,"stargazers_count":62,"open_issues_count":9,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-17T15:43:58.311Z","etag":null,"topics":["front-end-development","frontend","frontend-framework"],"latest_commit_sha":null,"homepage":"https://seqflow.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allevo.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,"zenodo":null}},"created_at":"2024-02-09T22:01:19.000Z","updated_at":"2025-04-14T10:08:48.000Z","dependencies_parsed_at":"2024-03-08T20:07:56.221Z","dependency_job_id":"c02b1e25-6bb1-4462-85b5-15f86740668c","html_url":"https://github.com/allevo/seqflow-js","commit_stats":null,"previous_names":["allevo/seqflow-js"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/allevo/seqflow-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allevo%2Fseqflow-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allevo%2Fseqflow-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allevo%2Fseqflow-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allevo%2Fseqflow-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allevo","download_url":"https://codeload.github.com/allevo/seqflow-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allevo%2Fseqflow-js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262030779,"owners_count":23247717,"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":["front-end-development","frontend","frontend-framework"],"created_at":"2024-11-01T14:07:22.541Z","updated_at":"2025-06-26T08:35:55.642Z","avatar_url":"https://github.com/allevo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SeqFlow JS\n\nThis framework is a lightweight, domain-driven front-end framework designed to simplify web application development, reduce complexity, and enhance user experience with an event-driven architecture.\n\nSee the [documentation](https://seqflow.dev) for more information.\n\n## Installation\n\n```bash\npnpm install @seqflow/seqflow\n```\n\n## Usage\n\n```tsx\nimport { Contexts } from \"@seqflow/seqflow\";\n\ninterface Quote {\n\tauthor: string;\n\tcontent: string;\n}\n\nasync function getRandomQuote(): Promise\u003cQuote\u003e {\n\tconst res = await fetch(\"https://quotes.seqflow.dev/api/quotes/random\")\n\treturn await res.json();\n}\n\nexport async function Main({}, { component }: Contexts) {\n\t// Render loading message\n\tcomponent.renderSync(\n\t\t\u003cp\u003eLoading...\u003c/p\u003e\n\t);\n\n\t// Perform an async operation\n\tconst quote = await getRandomQuote();\n\n\t// Replace loading message with quote\n\tcomponent.renderSync(\n\t\t\u003cdiv\u003e\n\t\t\t\u003cdiv\u003e{quote.content}\u003c/div\u003e\n\t\t\t\u003cdiv\u003e{quote.author}\u003c/div\u003e\n\t\t\u003c/div\u003e\n\t);\n}\n\nstart(document.getElementById(\"root\"), Main, {}, {});\n```\n\n## License\n\nSeqFlow JS is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallevo%2Fseqflow-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallevo%2Fseqflow-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallevo%2Fseqflow-js/lists"}