{"id":15289009,"url":"https://github.com/eastercompany/overlord","last_synced_at":"2025-08-12T00:33:13.441Z","repository":{"id":65328990,"uuid":"324437504","full_name":"EasterCompany/Overlord","owner":"EasterCompany","description":"A truly lazy fullstack framework with complete stack, testing, deployment \u0026 pipeline coverage. One CLI (or TUI) interface to rule them all! with developer monitoring, testing, and deployment tools for Nginx, Postgres, Sqlite, Python, TypeScript, Redis, LLMs and much more...","archived":false,"fork":false,"pushed_at":"2025-02-05T16:05:08.000Z","size":34569,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"LTS","last_synced_at":"2025-08-02T12:18:11.182Z","etag":null,"topics":["android","cli","fullstack","gateway","go","ios","llm","nginx","overlord","postgresql","python","redis","sqlite","tui","typescript","web","web-framework"],"latest_commit_sha":null,"homepage":"https://www.easter.company","language":"Python","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/EasterCompany.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-12-25T21:42:28.000Z","updated_at":"2025-06-14T04:40:43.000Z","dependencies_parsed_at":"2024-05-22T13:59:08.171Z","dependency_job_id":"1d6c1e35-98d4-4d94-9729-2cebe82baa1d","html_url":"https://github.com/EasterCompany/Overlord","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/EasterCompany/Overlord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasterCompany%2FOverlord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasterCompany%2FOverlord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasterCompany%2FOverlord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasterCompany%2FOverlord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EasterCompany","download_url":"https://codeload.github.com/EasterCompany/Overlord/tar.gz/refs/heads/LTS","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EasterCompany%2FOverlord/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269980859,"owners_count":24507271,"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-08-11T02:00:10.019Z","response_time":75,"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":["android","cli","fullstack","gateway","go","ios","llm","nginx","overlord","postgresql","python","redis","sqlite","tui","typescript","web","web-framework"],"created_at":"2024-09-30T15:55:34.421Z","updated_at":"2025-08-12T00:33:13.420Z","avatar_url":"https://github.com/EasterCompany.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch6 align=\"center\" style=\"border-bottom:0px;padding:9px 0 0 0;\"\u003e [ v1.2.18 19/09/2023 ] \u003c/h6\u003e\n\u003ch1 align=\"center\" style=\"margin-bottom:32px;border-bottom:0px;\"\u003e The Overlord Framework \u003c/h1\u003e\n\n### Welcome\n\nThe Overlord Framework, developed by Easter Company, is the one true full stack framework for developing\nPython/Typescript Web \u0026 Mobile applications. General updates are released on an unscheduled basis and LTS\n(long-term-support) versions are released annually.\n[Watch a short introduction video here.](https://www.easter.company/overlord/introduction)\n\n### Install\n\nYou can either download the contents of this repository and start building your project that way, or you can install\nOverlord's `create-app` command. Which will allow you to create an Overlord App from your terminal. To do so, just copy\nthe code below into your terminal and hit enter.\n\n```bash\nsudo rm /bin/create-app \u0026\u003e/dev/null\nsudo wget -P /bin/ https://raw.githubusercontent.com/EasterCompany/RDFS/Prd/Overlord/create-app\nsudo chmod +x /bin/create-app\n```\n\n### Install Without Sudo\n\nIf you don't have sudo permissions or you don't want to install the `create-app` command globally on your system you can\nuse this as an alternative.\n\n```bash\nrm ~/create-app \u0026\u003e/dev/null\nwget -P ~/ https://raw.githubusercontent.com/EasterCompany/RDFS/Prd/Overlord/create-app\nmv ~/create-app ~/.create-app\nchmod +x ~/.create-app\necho 'alias create-app=\"~/.create-app\"' \u003e\u003e ~/.bashrc\n```\n\n### Documentation\n\nIf you're looking for our beautifully crafted and detailed documentation then you should\n[visit our website](https://www.easter.company/overlord).\n\nThe documentation also includes a full series of tutorial style videos to guide you in a more entertaining fashion;\nhowever, if you are a well-seasoned professional you may prefer to just read the written format on each page.\n\n### FAQS\n\n**Q:** How do I get started?\u003cbr/\u003e\n**A:** Check out the [getting started](https://www.easter.company/overlord/getting_started) page in the documentation.\n\n**Q:** How can I make a feature request?\u003cbr/\u003e\n**A:** Email us at [contact@easter.company](mailto:contact@easter.company)\n\n**Q:** How do I use E-Panel with my app?\u003cbr/\u003e\n**A:** Until further notice, E-Panel is free-to-use if you've subscribed to a an Easter Company custom app development\nplan in-which Easter Company has designed, developed \u0026 deployed an application for you. Otherwise you will need to be\n**invited to the closed beta by an existing user**.\n\n### Support\n\nIf you're interested in helping out then please get in-touch via this email\n[contact@easter.company](mailto:contact@easter.company)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feastercompany%2Foverlord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feastercompany%2Foverlord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feastercompany%2Foverlord/lists"}