npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

sadforms

v0.1.0

Published

Sad Forms - low-level accessible forms designed for Svelte programmers.

Downloads

14

Readme

GitHub package.json version npm npm npm

About

Three quarter’s into first release, I discovered there already exists a plethora of Svelte form solutions. Oops. We’ll just call it reinventing the wheel or understanding/appreciating the wheel on a deeper level, whatever floats yer boat.

Sad Forms is a byproduct of another, much larger, passion project.

I’ve forgotten the initial solution Sad Forms was designed to solve, but accessibility is top priority! I am aware areas of the form can be improved, such as printable character navigation for dropdown/selects or live file previews, and I’m doing my best to deliver (because I also need it for my main passion project).

See the roadmap for list of upcoming features and the version logs.

Feature Highlight

Sad Forms currently supports most of the popular HTML input elements while enhancing others. For a complete list of working and upcoming fields, see Supported Fields section.

  • ♿ a11y tested on desktop (NVDA) and mobile (TalkBack, VoiceOver)
  • 🎨 easily change UI by loading in your own CSS file
  • ✏ customizable dropdown with “add an option” feature
  • ❓ complex form validation
  • 🔏 redact inactive fields
  • 📴 offline mode via localStorage

... and more!

Discover other features by exploring the documentation or tinkering with the built-in form builder, see Sample Form for an immediate example.

Setup

  1. Pre-requisite: SvelteKit is installed. See SvelteKit website for help.
  2. npm install sadforms
  3. import Form from “sadforms”;
  4. add the <Form /> component
  5. load your custom values

still not sure how to proceed? try https://sadforms.com/docs

Form Builder

Unless you’re somehow dynamically creating sign-up/log-in forms on the fly, feel free to utilize the online form builder tool to quickly create static forms. Diagnose and view changes live in the browser.

The form builder tool is rich with debug mode and type-check-free function previewing.

See the roadmap for list of upcoming features.

House Keeping

Contributing

Sad Forms is created and maintained by Jack Li. He is reachable through twitter and email via [email protected]