Real-time previews with Rails and StimulusReflex

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • We are working from a base Rails 7 application with TailwindCSS and StimulusReflex installed. To follow along with this tutorial, start by cloning the starter repo so we can skip past the install steps and get to build the application. All of the code changes we will make in this tutorial can be found in this pull request.

  • Redcarpet

    The safe Markdown parser, reloaded.

  • We will use redcarpet to parse markdown. To do so, We need to add redcarpet to our application.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Liquid

    Liquid markup language. Safe, customer facing template language for flexible web apps.

  • Our next step is adding liquid support, allowing users to transform liquid content into real data and see that content processed in real time.

  • marked

    A markdown parser and compiler. Built for speed.

  • Throughout this tutorial, you may have wondered “Why don’t we just parse the markdown on the client?”

  • stimulus_reflex

    Build reactive applications with the Rails tooling you already know and love.

  • To learn more about StimulusReflex, the documentation is exceptional, and is the best place to start your journey. The StimulusReflex discord is also a wonderful resource full of kind and helpful folks.

  • 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