{"id":13527120,"url":"https://github.com/scullyio/scully","last_synced_at":"2025-05-14T02:06:47.671Z","repository":{"id":38359631,"uuid":"227654041","full_name":"scullyio/scully","owner":"scullyio","description":"The Static Site Generator for Angular apps ","archived":false,"fork":false,"pushed_at":"2023-08-31T20:57:39.000Z","size":29799,"stargazers_count":2555,"open_issues_count":121,"forks_count":252,"subscribers_count":45,"default_branch":"main","last_synced_at":"2025-05-08T20:07:17.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://scully.io/","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/scullyio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null}},"created_at":"2019-12-12T16:51:23.000Z","updated_at":"2025-05-04T07:08:07.000Z","dependencies_parsed_at":"2022-07-12T17:27:42.375Z","dependency_job_id":"ed49243d-a80b-497a-bf5c-ff67054216eb","html_url":"https://github.com/scullyio/scully","commit_stats":{"total_commits":924,"total_committers":118,"mean_commits":7.830508474576271,"dds":0.696969696969697,"last_synced_commit":"179650fc26b8951e0eaedf9edc0a0f6b9a49fc8b"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scullyio%2Fscully","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scullyio%2Fscully/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scullyio%2Fscully/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scullyio%2Fscully/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scullyio","download_url":"https://codeload.github.com/scullyio/scully/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253695310,"owners_count":21948858,"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","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":[],"created_at":"2024-08-01T06:01:41.501Z","updated_at":"2025-05-14T02:06:42.649Z","avatar_url":"https://github.com/scullyio.png","language":"TypeScript","readme":"# Scully\n\n[![](./assets/logos/PNG/scullyio-logo.png)]()\n\n[![GitHub](https://img.shields.io/github/license/scullyio/scully)](https://github.com/scullyio/scully/blob/main/LICENSE)\n[![Gitter](https://img.shields.io/gitter/room/scullyio/community)](https://gitter.im/scullyio/community)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n[![CLA assistant](https://cla-assistant.io/readme/badge/scullyio/scully)](https://cla-assistant.io/scullyio/scully)\n![CI](https://github.com/scullyio/scully/workflows/Node.js%20CI/badge.svg)\n\nThe best way to build the fastest Angular apps. Scully is a static site generator for Angular projects looking to embrace the Jamstack.\n\n- [Getting Started](https://scully.io/docs/learn/getting-started/requirements/)\n- [Full Documentation](https://scully.io/docs/learn/overview/)\n- [Live Demo](https://www.youtube.com/watch?v=Sh37rIUL-d4) (_from Dec 16, 2019_)\n- [Contribution Guideline](CONTRIBUTING.md)\n\n# What is Scully?\n\nScully pre-renders each page in your app to plain HTML \u0026 CSS. To do this, Scully uses guessjs to find\nall of the routes in your project. Scully then visits each route, rendering the view and saving it to an HTML file.\n\nYou can then ship all of those HTML files to production. Each view in your app can now be delivered to your users in just\na few KBs, as opposed to the hundreds/thousands of KBs require to download your entire Angular app.\n\nYour app appears INSTANTLY on any device (including mobile 3G).\n\nOnce the fully-rendered HTML arrives/appears on the user's view, your Angular app will then load and bootstrap on top of\nthe existing view. This means that Scully gives you the best of both worlds:\n\n1. The ability to pre-render your entire app to the most base form of HTML \u0026 CSS.\n2. The ability to still have a full powered SPA written in Angular.\n\nWhen your app is pre-rendered, users no longer wait until all the JavaScript has downloaded, parsed and executed before\nthey can see and interact with your website. They can immediately begin to see and interact with the page. When your page\nis IMMEDIATELY available, you will have less abandoned sessions and a much higher conversion rate on your website.\n\nThis also means that you may not need to ship your backend to production. Because the view is pre-rendered and the\ndata is fetched at build time, all views that can run without the backend in prod CAN run without the backend in prod.\nThe security and cost implications to that fact can be mind blowing when you think about them.\n\nFor those wanting to know more about this process, please read the [Getting Started](https://scully.io/docs/learn/getting-started/requirements/) guide. For\nthose who want to know more about the theory behind pre-rendering JavaScript SPAs, our friends at [Netlify](https://netlify.com)\nwrote a [free book about the Jamstack](https://www.netlify.com/pdf/oreilly-modern-web-development-on-the-jamstack.pdf).\nCheck that out today.\n\n\u003e ### NOTE!\n\u003e Please notice that with the release of Scully version 2, support for Angular versions lower as 12 is deprecated.\n\u003e for older versions, you can keep on using the existing 1.1.1 version, which will only receive security updates from now on.\n\n#### GET A HOLD OF US 24/7\n\nThe Scully core team wants to help you any time you need us. We don’t want you to get stuck without help. To make this possible, you have the following ways to get a hold of our team:\n\n1. The ScullyIO [Gitter channel](https://gitter.im/scullyio/community) is available to the public, and you can chat questions to us in real time, one of the core team (or the community members) will be there to reply to it.\n\n1. Each Tuesday we have Office Hours at noon MDT. [You can join](https://meet.google.com/_meet/vcm-wekz-hsx) the entire team and ask your questions.\n\n1. Our DMs are open on [Twitter](https://twitter.com/scullyio). Feel free to reach out to us on Twitter.\n\n## Core Team\n\n| Aaron Frost                                                                 | Sander Elias                                                                | Jorge Cano                                                                | Andres Villanueva                                                                |\n| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |\n| ![Aaron Frost](https://avatars0.githubusercontent.com/u/662832?s=120\u0026v=4\u00261) | ![Sander Elias](https://avatars3.githubusercontent.com/u/1249083?s=120\u0026v=4) | ![Jorge Cano](https://avatars3.githubusercontent.com/u/5982204?s=120\u0026v=4) | ![Andres Villanueva](https://avatars0.githubusercontent.com/u/1209238?s=120\u0026v=4) |\n| [aaronfrost](https://github.com/aaronfrost)                                 | [SanderElias](https://github.com/SanderElias)                               | [jorgeucano](https://github.com/jorgeucano)                               | [villanuevand](https://github.com/villanuevand)                                  |\n\n#### Created by\n\n![logo Hero Devs](assets/hero-devs-logo-80x80.jpg)\n\n**_HeroDevs. LLC_**\n","funding_links":[],"categories":["Repository","TypeScript","Static site generators","others","Uncategorized"],"sub_categories":["Static Site Generator \u0026 Blogging","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscullyio%2Fscully","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscullyio%2Fscully","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscullyio%2Fscully/lists"}