Show HN: A silly JavaScript-free web browser in the browser

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    :tophat: A single tab web browser built with puppeteer. Also, no client-side JS. Viewport is streamed with MJPEG. For realz.

  • This is a browser front-end (ultra simple) for Chrome, built using puppeteer. I like it because it provides a usable single browser tab (that conveniently crashes on certificate errors (thanks to puppeteers default flags which I haven't altered here)), without using any JS scripting on the client side.

    There's some clever hacks to get that to work, including stylesheet media queries (to zero in on the correct viewport dimensions), and MJPEG, a crazy HTTP keep-alive way to stream JPEG frames of a video, favored by old-style CCTV/security/web cameras allegedly.

    I noticed it went from 18 to 19 stars yesterday so I decided to fire it up again to see what all the fuss was about, and do the minimum to fix the tiniest number of bugs to improve the install process for folks wanting to check it out (removing the default sudo install scripts in the npm postinstall was a good idea, heh).

    I plan to set up a silly demo of this sometime, so all can join in the fun on a server. It's just really ridiculous to see a modern web site "render" with a ridiculous UI controlled by: URL bar, Down button (scroll down), Up button (scroll up), "Enter text" field (that only pops up when a text control is focused ~~ wow, if I say so myself ;p ;) xx ;P )

    I almost forgot the URL: https://github.com/crisdosyago/puppetromium

  • 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

  • A single tab web browser, no client-side JavaScript, over MJPEG from pptr

    1 project | news.ycombinator.com | 30 Jan 2024
  • Show HN: Puppetromium – Browse the Web Remotely from GitHub Actions Runners

    1 project | news.ycombinator.com | 23 Jul 2023
  • Show HN: Turn Puppeteer into a browser without writing client-side JavaScript

    1 project | news.ycombinator.com | 21 Jul 2023
  • Show HN: An interactive UI for puppeteer sans client-side JavaScript

    1 project | news.ycombinator.com | 21 Jan 2022
  • Show HN: Mjpeg Remote Browser Server

    1 project | news.ycombinator.com | 8 Oct 2021