{"id":31545289,"url":"https://github.com/rpsffx/zess","last_synced_at":"2026-02-14T17:09:37.880Z","repository":{"id":317640269,"uuid":"1068223997","full_name":"rpsffx/zess","owner":"rpsffx","description":"Zess ⚡ The compiler-driven JavaScript framework for building user interfaces.","archived":false,"fork":false,"pushed_at":"2026-02-13T18:41:17.000Z","size":1188,"stargazers_count":24,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-14T01:49:04.286Z","etag":null,"topics":["framework","javascript","jsx","performance","reactive","typescript","user-interface"],"latest_commit_sha":null,"homepage":"https://rpsffx.github.io/zess/","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/rpsffx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"rpsffx"}},"created_at":"2025-10-02T03:33:20.000Z","updated_at":"2026-02-13T18:41:17.000Z","dependencies_parsed_at":"2025-10-08T11:29:13.034Z","dependency_job_id":null,"html_url":"https://github.com/rpsffx/zess","commit_stats":null,"previous_names":["rpsffx/zess"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/rpsffx/zess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpsffx%2Fzess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpsffx%2Fzess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpsffx%2Fzess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpsffx%2Fzess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rpsffx","download_url":"https://codeload.github.com/rpsffx/zess/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpsffx%2Fzess/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29450712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["framework","javascript","jsx","performance","reactive","typescript","user-interface"],"created_at":"2025-10-04T14:44:55.073Z","updated_at":"2026-02-14T17:09:37.875Z","avatar_url":"https://github.com/rpsffx.png","language":"TypeScript","funding_links":["https://github.com/sponsors/rpsffx"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://pic1.imgdb.cn/item/68c7c093c5157e1a8804fb52.svg\" alt=\"Zess Logo\"\u003e\n  \u003ch1\u003eZess\u003c/h1\u003e\n\n[![GitHub package.json version](https://img.shields.io/github/package-json/v/rpsffx/zess?style=for-the-badge)](./package.json) [![GitHub License](https://img.shields.io/github/license/rpsffx/zess?style=for-the-badge)](./LICENSE) [![Build Status](https://img.shields.io/github/actions/workflow/status/rpsffx/zess/unit-test.yml?branch=main\u0026logo=github\u0026style=for-the-badge)](./.github/workflows/unit-test.yml) [![Codecov](https://img.shields.io/codecov/c/github/rpsffx/zess?branch=main\u0026logo=codecov\u0026style=for-the-badge)](https://app.codecov.io/gh/rpsffx/zess) [![NPM Downloads](https://img.shields.io/npm/dm/%40zessjs%2Fcli?style=for-the-badge)\n](https://www.npmjs.com/package/@zessjs/cli) [![NPM Last Update](https://img.shields.io/npm/last-update/%40zessjs%2Fcore?style=for-the-badge)\n](https://github.com/rpsffx/zess/commits/main/)\n\nA compiler-driven JavaScript framework for building high-performance user interfaces.\n\n**[📑 Documentation](https://rpsffx.github.io/zess/)**\n\n\u003c/div\u003e\n\n## 🔍 What is Zess?\n\nZess (pronounced /zɛs/) is a compiler-based JavaScript framework for building user interfaces on top of standard HTML, CSS, and JavaScript. Unlike traditional runtime-focused frameworks, Zess shifts the majority of its work to the compile stage. Through static analysis and compile-time optimizations, it transforms declarative components into lean, efficient imperative code. This results in reduced runtime overhead, faster initial page loads, and a user experience that approaches native-level performance.\n\n## ✨ Features\n\n- **⚡ High Performance**: Deeply optimized compiler output, combined with an efficient reactive system using Signals, delivers native-like smoothness.\n- **🔒 Full Type Safety**: Built-in TypeScript support ensures end-to-end type checking across development and build, improving code reliability.\n- **🛠️ Fast Development**: Powered by Vite for millisecond-level hot updates and efficient bundling, boosting development productivity.\n- **📚 Easy to Learn**: Familiar API design inspired by mainstream frameworks lowers the learning curve and speeds up proficiency.\n\n## 🎯 Getting Started\n\n### Create Project\n\nCreate a new Zess project via CLI where `my-app` is your project directory:\n\n```bash\nnpx -p @zessjs/cli init my-app\n```\n\n### Start Development Server\n\nNavigate to the project directory and start the development server:\n\n```bash\ncd my-app\nnpm run dev\n```\n\n### Build for Production\n\nBuild the project for production:\n\n```bash\nnpm run build\n```\n\n### Preview Build Locally\n\nStart a local server to preview the built project:\n\n```bash\nnpm run preview\n```\n\n## 🔗 More\n\nCheck out our official documentation to learn more about Zess:\n\n- [Introduction](https://rpsffx.github.io/zess/guide/start/introduction) - Learn about Zess features, performance benefits, and framework comparisons\n- [Quick Start](https://rpsffx.github.io/zess/guide/start/getting-started) - Get started with Zess in minutes\n- [API Overview](https://rpsffx.github.io/zess/api/) - Explore all Zess APIs including Core and Router modules\n\n## 📝 License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpsffx%2Fzess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frpsffx%2Fzess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpsffx%2Fzess/lists"}