Cheap Gatsby/Netlify-style Hosting?

This page summarizes the projects mentioned and recommended in the original post on /r/gatsbyjs

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
  • setup-node

    Set up your GitHub Actions workflow with a specific version of node.js

  • steps: # Check out the current repository code - uses: actions/checkout@v3 # 3. https://github.com/actions/setup-node#usage - name: Setup node and build Gatsby uses: actions/setup-node@v1 with: node-version: '16.x' cache: 'npm' - run: npm install # This triggers `gatsby build` script in "package.json" - run: npm run build # 4. Deploy the gatsby build to Netlify - name: Deploy to netlify uses: netlify/actions/cli@master env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} with: # 5. "gatsby build" creates "public" folder, which is what we are deploying args: deploy --dir=public --prod secrets: '["NETLIFY_AUTH_TOKEN", "NETLIFY_SITE_ID"]'

  • 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
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

  • Step-by-Step Guide: Deploying a Full-Stack App on AWS EC2.

    1 project | dev.to | 1 May 2024
  • Claude AI launches on iOS (Android coming soon)

    2 projects | news.ycombinator.com | 1 May 2024
  • This Month in Solid #3: The Progress so Far, Meta Docs, New Fellows, and Production stories 😎

    2 projects | dev.to | 1 May 2024
  • Cloudflare Pages and Next.js: I'm Not Recommending It

    1 project | dev.to | 1 May 2024
  • Show HN: Basedpyright: An Excellent Alternative to Pylance

    1 project | news.ycombinator.com | 1 May 2024