I'm Betting on HTML

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Chatgpt_grammar_checker

    DIY grammar checker with ChatGPT, Go and Autohotkey

  • Tangent.

    > I wrote this post and then GPT-4 fixed my grammer and spelling

    I wrote an Autohotkey + Go script that I constantly use for fixing grammar using ChatGPT's API. You can select the text, press F8, wait a bit, and your input will be replaced by correctly grammatical text. The only catch is that it "fixes" the tone and makes it professional, which is kinda annoying.

    Feel free to try it out: https://github.com/anyfactor/Chatgpt_grammar_checker

  • htmx

    </> htmx - high power tools for HTML

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

    Style and Grammar Checker for 25+ Languages

  • Alternatively, you could set up LanguageTool[1], which runs much faster, is more reliable, is open source, and, crucially, doesn't require sending what you wrote to a server on the Internet. Plus, it already has high-quality integrations with standard software like LibreOffice, so you don't even need to write anything yourself.

    [1] https://github.com/languagetool-org/languagetool

  • caniuse

    Raw browser/feature support data from caniuse.com

  • For any given feature, you can check https://caniuse.com/ to see the browser compatibility

  • WHATWG HTML Standard

    HTML Standard

  • ugh I was so excited to see pure HTML modals were a thing with only to find out there's no way of triggering them without JavaScript. Using pure HTML you can only dismiss them, not trigger them.

    https://github.com/whatwg/html/issues/3567

    > dialog elements are a great addition and I'm glad they're getting implemented, but a key part of their functionality relies on JavaScript: to open a

    you need to use JavaScript to set the open attribute.

    > It'd be great if there was a way to make a or a elements capable of opening dialogs.

    > Precident already exists for page interactivity baked into HTML - for example can already scroll the page, and

    elements are capable of hiding elements behind interactivity, so I think it stands to reason elements could be opened by other page elements.

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