{"id":19014423,"url":"https://github.com/vaneenige/rupi","last_synced_at":"2025-09-11T17:43:41.195Z","repository":{"id":134183440,"uuid":"178925368","full_name":"vaneenige/rupi","owner":"vaneenige","description":"💯An alternative to Preact with the same syntax, size and functionality.","archived":false,"fork":false,"pushed_at":"2019-04-01T18:56:07.000Z","size":2,"stargazers_count":45,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-01T09:58:41.382Z","etag":null,"topics":["alternative","component","fast","preact","vdom"],"latest_commit_sha":null,"homepage":"","language":null,"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/vaneenige.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":"2019-04-01T18:44:04.000Z","updated_at":"2024-11-13T18:52:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"c79c42be-acb3-411b-92fe-8cd4c8144917","html_url":"https://github.com/vaneenige/rupi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vaneenige/rupi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaneenige%2Frupi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaneenige%2Frupi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaneenige%2Frupi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaneenige%2Frupi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaneenige","download_url":"https://codeload.github.com/vaneenige/rupi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaneenige%2Frupi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274680970,"owners_count":25330231,"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-11T02:00:13.660Z","response_time":74,"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":["alternative","component","fast","preact","vdom"],"created_at":"2024-11-08T19:29:26.290Z","updated_at":"2025-09-11T17:43:40.100Z","avatar_url":"https://github.com/vaneenige.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💎 Rupi\n\n![npm](https://img.shields.io/badge/npm-next-FF5252.svg)\n![build](https://img.shields.io/badge/build-perfect-FF4081.svg)\n![coverage](https://img.shields.io/badge/coverage-100-E040FB.svg)\n![license](https://img.shields.io/badge/license-MIT-7C4DFF.svg)\n![dependencies](https://img.shields.io/badge/dependencies-preact-536DFE.svg)\n![performance](https://img.shields.io/badge/performance-blazing-40C4FF.svg)\n\nRupi is an alternative to Preact with the same syntax, size and functionality.\n\n#### Features: \n\n- Familiar Preact API\n- So incredibly fast\n- Everything you need\n- Support for hooks\n- Support for fragments\n\n## Install\n\n```\n$ npm install --save rupi\n```\n\n## Usage\n\n```javascript\n/** @jsx createElement */\n\nimport { createElement, Fragment, render } from \"rupi\";\nimport { useEffect } from \"rupi/hooks\";\n\nfunction App() {\n  useEffect(() =\u003e {\n    console.log(\"Component has mounted!\");\n  }, []);\n\n  return (\n    \u003cFragment\u003e\n      \u003ch1\u003eRupi\u003c/h1\u003e\n      \u003cp\u003eAn alternative to Preact with the same syntax, size and functionality.\u003c/p\u003e\n    \u003c/Fragment\u003e\n  );\n}\n\nrender(\u003cApp /\u003e, document.querySelector(\"#root\"));\n```\n\n## Contribute\n1. Clone the repository\n2. Run the start script\n3. Open a PR with update\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaneenige%2Frupi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaneenige%2Frupi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaneenige%2Frupi/lists"}