{"id":21177514,"url":"https://github.com/sachskaylee/helios","last_synced_at":"2026-02-21T10:31:36.777Z","repository":{"id":34327859,"uuid":"134093603","full_name":"SachsKaylee/helios","owner":"SachsKaylee","description":"A lightweight CMS for the modern web 🖋️","archived":false,"fork":false,"pushed_at":"2022-12-09T05:10:08.000Z","size":3685,"stargazers_count":3,"open_issues_count":33,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-10T09:12:35.356Z","etag":null,"topics":["bulma","cms","express","jodit","lets-encrypt","nextjs","nodejs","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/SachsKaylee.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}},"created_at":"2018-05-19T19:54:43.000Z","updated_at":"2022-09-01T09:06:09.000Z","dependencies_parsed_at":"2023-01-15T06:20:50.175Z","dependency_job_id":null,"html_url":"https://github.com/SachsKaylee/helios","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/SachsKaylee/helios","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SachsKaylee%2Fhelios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SachsKaylee%2Fhelios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SachsKaylee%2Fhelios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SachsKaylee%2Fhelios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SachsKaylee","download_url":"https://codeload.github.com/SachsKaylee/helios/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SachsKaylee%2Fhelios/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29679049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T09:33:50.764Z","status":"ssl_error","status_checked_at":"2026-02-21T09:33:19.949Z","response_time":107,"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":["bulma","cms","express","jodit","lets-encrypt","nextjs","nodejs","react"],"created_at":"2024-11-20T17:16:19.268Z","updated_at":"2026-02-21T10:31:36.761Z","avatar_url":"https://github.com/SachsKaylee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg align=\"right\" src=\"https://patrick-sachs.de/api/files/serve/logo-512x512-png-png-b6cd\"\u003e \n\n# Helios \n\nA minimalistic CMS for the modern web.\n\n- **Mobile first** - Responsive by design\n- **Modern technologies** - Progressive web app, web push, automatic HTTPS, ...\n- **Small size** for emerging markets - Webpage size is ~250kb\n- Optimized for **privacy** - No user data is stored unless opted in\n\nLive Demo: [https://patrick-sachs.dev/](https://patrick-sachs.dev/)\n\nWiki/Guide: [https://github.com/PatrickSachs/helios/wiki](https://github.com/PatrickSachs/helios/wiki)\n\n## What is Helios?\n\nHelios is a CMS(\"Content Management System\") optimized for **small to medium websites** which just need \"to get the job done\".\n\nThis is done by only including the features that are **actually required**, all while utilizing the latest technologies available.\n\n## Live production websites using Helios\n\n| [\u003cimg src=\"https://patrick-sachs.dev/static/content/system/logo.png\" width=\"100px;\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003epatrick-sachs.dev\u003c/b\u003e\u003c/sub\u003e](https://patrick-sachs.dev) |\n| :---: |\n\n## Feature List\n\n- Helios was developed with a **mobile first** approach. (Responsive, Add to home screen, push notifications, ...)\n- Helios is lightweight - Low resource usage on the server, **fast load speeds** for your visitors due to Server Side Rendering \u0026 Compression.\n- Helios is **MIT licensed** - You can do WHATEVER you want with it.\n- Helios is **secure**, traffic is served over HTTPS only(Free SSL certificate included).\n- Helios allows you to create **users with different permissions**. Some people write blog posts, while others fill static pages with content.\n\n## The technical section\n\nIf you're just looking to use Helios and do not intend to join in and help develop Helios(which would be awesome, Helios is open source!), you can stop reading here.\n\n### Develop\n\n- **Warning** - Server side code(`/src/server`) does not support hot reloading, you need to *restart* the dev server if you change any code within!\n- **Package Manager** - NPM. I know, Yarn \u0026 Co are faster and so and and so forth, but I'd rather not add another tool to the ecosystem.\n- **Code Editor** - Visual Studio Code - It just works™️\n- **Database** - MongoDB. It's a great database.\n- **Code Style** - ES6 with JSX. Server side is CommonJS, client side is ES modules.\n\n```\n$ npm install\n$ npm run dev\n```\n\n### Compile/Deploy\n\n```\n$ npm install\n$ npm run build\n$ npm run start\n```\n\nTake a look at the [Wiki](https://github.com/PatrickSachs/helios/wiki) for a more detailed explanation and a walk through of all steps required.\n\n### Contributing\n\nAs always contributions are more than welcome!\n\nFeel free to skim through the codebase and tackle some TODOs, take a look at the issues page or just randomly shoot PRs at me.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsachskaylee%2Fhelios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsachskaylee%2Fhelios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsachskaylee%2Fhelios/lists"}