{"id":44912625,"url":"https://github.com/yugarinn/hidro-web-framework","last_synced_at":"2026-02-18T00:38:23.905Z","repository":{"id":57264034,"uuid":"88623234","full_name":"yugarinn/hidro-web-framework","owner":"yugarinn","description":"Dead simple web prototyping framework ","archived":false,"fork":false,"pushed_at":"2017-05-07T15:41:12.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-10T04:35:56.878Z","etag":null,"topics":["design","prototyping","web"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/yugarinn.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}},"created_at":"2017-04-18T12:36:36.000Z","updated_at":"2019-06-07T15:58:57.000Z","dependencies_parsed_at":"2022-08-25T02:51:54.419Z","dependency_job_id":null,"html_url":"https://github.com/yugarinn/hidro-web-framework","commit_stats":null,"previous_names":["sergiouve/hidro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yugarinn/hidro-web-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugarinn%2Fhidro-web-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugarinn%2Fhidro-web-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugarinn%2Fhidro-web-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugarinn%2Fhidro-web-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yugarinn","download_url":"https://codeload.github.com/yugarinn/hidro-web-framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yugarinn%2Fhidro-web-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29563530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T21:50:49.831Z","status":"ssl_error","status_checked_at":"2026-02-17T21:46:15.313Z","response_time":100,"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":["design","prototyping","web"],"created_at":"2026-02-18T00:38:23.300Z","updated_at":"2026-02-18T00:38:23.894Z","avatar_url":"https://github.com/yugarinn.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Hidro](https://github.com/sergiouve/hidro/raw/master/assets/images/hidro.png)\n\n# hidro\n\n*Dead simple web prototyping framework for developers*\n\n- [Installation](#installation)\n- [Usage](#usage)\n  + [Startup](#startup)\n  + [Structure](#structure)\n  + [Workflow](#workflow)\n\n#### What is it?\nHidro is a dead simple prototying/design tool for developers.\nUse **HTML and CSS** to quickly create a styleguide, views and components on a fully navigable web.\n\n#### What is it not?\nHidro is not supposed to be used to power a *real life* production webapp, it is designed to just prototype/design it.\n\n\u003ca name=\"installation\"\u003e\u003c/a\u003e\n## Installation\n\n### Using git\n```bash\ngit clone https://github.com/sergiouve/hidro.git my_prototype\n```\n\n### Using yeoman\nNot yet implemented.\n```bash\nyo hidro\n```\n\n\u003ca name=\"usage\"\u003e\u003c/a\u003e\n## Usage\n\n\u003ca name=\"startup\"\u003e\u003c/a\u003e\n### Startup\n\n```bash\ngulp\n```\n\nThis will start compiling assets and boot up a server on **localhost:3000**\n\n\u003ca name=\"structure\"\u003e\u003c/a\u003e\n### Structure\n\nHidro uses the following file structure\n```\nassets/\n├── images/\n├── scripts/\n│   └── prototype.js\n├── styles/\n│   └── main.css\n└── vendors/\n\nhelpers/\n├── config.php\n└── url.php\n\nresources/\n\nsrc/\n├── images/\n├── scss/\n│   ├── common/\n│   │   ├── _base.scss\n│   │   ├── _helpers.scss\n│   │   ├── _mixins.scss\n│   │   ├── _typography.scss\n│   │   └── _variables.scss\n│   ├── components/\n│   │   └── _example-component.scss\n│   ├── pages/\n│   │   ├── _styleguide.scss\n│   │   └── _welcome.scss\n│   └── main.scss\n└── vendors/\n\nviews/\n├── components/\n├── layouts/\n│   ├── footer.view.php\n│   └── header.view.php\n├── pages/\n│   ├── styleguide.view.php\n│   └── welcome.view.php\n└── layout.view.php\n\ngulpfile.js\nindex.php\npackage.json\nREADME.md\n```\n\n\u003ca name=\"workflow\"\u003e\u003c/a\u003e\n### Workflow\n\n1. Views  \nViews files should be saved in the **views/** folder with a **.view.php** extension.\n\n```\nviews/\n├── components/ -\u003e Small UX components\n├── layouts/ -\u003e Bigger structures that will repeat all over the project\n│   ├── footer.view.php\n│   └── header.view.php\n├── pages/ -\u003e Full pages\n│   ├── styleguide.view.php\n│   └── welcome.view.php\n└── layout.view.php -\u003e The base webpage from where the rest of the views and resources are loaded\n```\n\nYou can link to other pages or include components inside other elements via\nthe **$routes** and **$components** arrays. Hidro will recognize all your **.view.php** files\nfrom the views/pages and views/components folders and store them in the **$routes** and **$components**\narrays respectively (the key being the file name without the .view.php extension).\n\n**Examples**\n\nLink to another pages\n```html\nVisit our \u003ca href=\"\u003c?= $routes['products']; ?\u003e\"\u003eProducts\u003c/a\u003e page for more!\n```\n\nInclude a component\n```html\n...\n\u003cdiv class=\"products__container\"\u003e\n  \u003c?php include($components['header']); ?\u003e\n  ...\n\u003c/div\u003e\n...\n```\n\n2. SCSS  \n```\n├── scss/\n│   ├── common/\n│   │   ├── _base.scss\n│   │   ├── _helpers.scss\n│   │   ├── _mixins.scss\n│   │   ├── _typography.scss\n│   │   └── _variables.scss\n│   ├── components/\n│   │   └── _example-component.scss\n│   ├── pages/\n│   │   ├── _styleguide.scss\n│   │   └── _welcome.scss\n│   └── main.scss\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyugarinn%2Fhidro-web-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyugarinn%2Fhidro-web-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyugarinn%2Fhidro-web-framework/lists"}