Baseline: a unified view of stable web features

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

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. web-features

    Exploring how to present Web platform features adoptability

    The source data seems to be here:

    https://github.com/web-platform-dx/feature-set

    There’s a bunch of YAML files in the ‘feature-group-definitions’ directory and the ‘leaf node’ ones have ‘is_baseline’ keys in a ‘status’ dictionary. See e.g. https://github.com/web-platform-dx/feature-set/blob/main/fea...

    I am very much struggling to find anywhere that actually lists versions currently counted as ‘baseline’, or any definition of what a ‘major version’ is though.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. caniuse

    Raw browser/feature support data from caniuse.com

  4. browserslist

    🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env

    The way folks handle this in production is with browserslist, which lets you query on different things you want to support: https://github.com/browserslist/browserslist. This in turn tells other parts of your tooling what language features to transpile for production.

    I imagine tools could be built on top of that which do what you’re asking too

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

  • Train your typing speed with typing-game-cli

    1 project | dev.to | 10 Jul 2025
  • Bitwarden MCP Server

    1 project | news.ycombinator.com | 10 Jul 2025
  • Building utilsfor.dev: A Fun Journey with Vibe Code, v0.dev, and Cloudflare Workers

    1 project | dev.to | 10 Jul 2025
  • The World's Largest Disposable Email Domain List – How We Keep It Updated

    6 projects | dev.to | 10 Jul 2025
  • From Zero to Deployed: A Step-by-Step Guide to Building a Full-Stack App with React Router and Cloudflare

    5 projects | dev.to | 10 Jul 2025

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?