A Guide to Custom Scully Plugins

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Scully

    The Static Site Generator for Angular apps

  • Scully.io is a great tool for Angular developers. Its tagline is, “Scully makes building, testing and deploying JAMstack apps extremely simple.” Essentially, you build your application in Angular and then Scully will take it and generate static HTML and CSS for you. Those assets can be deployed, and the end result is a high quality, blazing fast experience. In this post, we’ll talk about how you can extend the default functionality of Scully to better suit your needs. This article will illustrate how to create a plugin, and adding that extra functionality is simpler than you may think.

  • scully-plugins

    Scully plugins (fouc, lazy-images, rss, medium-zoom)

  • Another type of plugin that’s useful is the routeDiscoveryDone plugin. This type of plugin is called after Scully finds all the routes in the app and any router plugins are done running. A use case for this plugin is creating an RSS feed from the routes in your Scully application. You can see an example here.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • scully-plugin-amp-css

    Scully plugin that combines all the contents of style tags into a single style tag, to match AMP convention

  • scully-plugin-amp-css

  • kwerri-oss

    Kwerri OSS: samvloeberghs.be + ngx-seo

  • scully-plugin-disable-angular

  • scully-plugins

    A collection of plugins written for Scully (by gammastream)

  • scully-plugin-sitemap

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Bridging Analog to Angular with esbuild and Vite

    3 projects | dev.to | 11 Apr 2024
  • Initializing a Project with Any Git Repository - Code Recycle

    3 projects | dev.to | 18 Mar 2024
  • Master Angular 17.1 and 17.2

    3 projects | dev.to | 27 Feb 2024
  • Replacing Angular Universal with SSR version 17.0

    2 projects | dev.to | 23 Jan 2024
  • Trying to upgrade to angular 16. How to fix these errors ?

    1 project | /r/Angular2 | 11 Dec 2023