Superforms

Superforms is a SvelteKit library that helps you with server-side validation and client-side display of forms. (by ciscoheat)

Superforms Alternatives

Similar projects and alternatives to Superforms

  1. SvelteKit

    641 Superforms VS SvelteKit

    web development, streamlined (by sveltejs)

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. zod

    387 Superforms VS zod

    TypeScript-first schema validation with static type inference

  4. asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

  5. Hoppscotch

    244 Superforms VS Hoppscotch

    Open source API development ecosystem.

  6. watchtower

    A process for automating Docker container base image updates.

  7. yew

    212 Superforms VS yew

    Rust / Wasm framework for creating reliable and efficient web applications

  8. headlessui

    200 Superforms VS headlessui

    Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  10. content

    166 Superforms VS content

    The content behind MDN Web Docs

  11. heroicons

    97 Superforms VS heroicons

    A set of free MIT-licensed high-quality SVG icons for UI development.

  12. lucia

    78 Superforms VS lucia

    Authentication, simple and clean

  13. react-table

    76 Superforms VS react-table

    🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table

  14. Manifest

    47 Superforms VS Manifest

    A complete backend in a single YAML file ✨

  15. sortablejs

    30 Superforms VS sortablejs

    Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.

  16. felte

    16 Superforms VS felte

    An extensible form library for Svelte, Solid and React

  17. svelte-headlessui

    Unofficial Svelte port of the Headless UI component library

  18. svelte-use-form

    The most compact reactive form controller (including Validation) that you'll ever see.

  19. sveltekit-flash-message

    Send temporary data after redirect, usually from endpoints. Works with both SSR and client.

  20. lib

    9 Superforms VS lib

    Internationalization library built for SvelteKit. (by sveltekit-i18n)

  21. django-unfold

    Modern Django admin theme

  22. layercake

    7 Superforms VS layercake

    graphics framework for sveltejs

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Superforms alternative or higher similarity.

Superforms discussion

Log in or Post with
  1. User avatar
    Taoaozw
    · about 1 year ago
    · Reply

    Review ★★★★☆ 8/10

Superforms reviews and mentions

Posts with mentions or reviews of Superforms. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-11.
  • Using PocketBase in SvelteKit's Server-side rendering
    2 projects | dev.to | 11 Apr 2025
    Now I'm not saying my implementation is the best is and if there is any vulnerability please let me know but so far I haven't had any bad instances using adapter node and I haven't been able to produce instances where data between users got mixed up, but this is how I went about implementing it as there is not a lot of resources that exist for this approach, and the little there is convoluted so here is a demo of like a student/teacher app, this example is using superforms form cisco heat(https://superforms.rocks/) and Zod. (This is not a step-by-step tutorial, the comments in the code are there for a reason. another assumption I'm making is that you understand Sveltekit data flow from hooks.server.ts all the way to page.svelte). Now let's start by creating a utils.ts in our lib directory
  • Svelte 5 and SortableJS
    4 projects | dev.to | 2 Feb 2025
    This works with stores as well. I hate supporting something that will get depreciated, but unfortunately, we have too many packages that may never update to runes, like Superforms. Keep in mind certain components in shadcn-svelte depend on Superforms, so we can be stuck with slower performance for many packages. I, personally, hope stores get depreciated sooner than later so we can have a better Svelte.
  • 10 game-changing tools that level up Svelte developers in 2025 💪
    14 projects | dev.to | 20 Oct 2024
    Superforms is a form library specifically designed for SvelteKit. It simplifies form management by handling state and real-time validation, making form handling easier in your Svelte applications. Superforms provides a flexible API that integrates seamlessly with SvelteKit routes. Github repository →
  • Building a dynamic form with Svelte and Typescript
    1 project | dev.to | 23 Feb 2024
    This next step is probably the easiest. Since you're also sending the select platform template, you can reference that to determine if the data is valid (why not try superforms? I made an adapter for it).
  • Superforms 2 for SvelteKit has just been released
    1 project | news.ycombinator.com | 11 Feb 2024
  • Ask HN: If you were to build a web app today what tech stack would you choose?
    21 projects | news.ycombinator.com | 29 Oct 2023
    - Superforms (https://superforms.rocks/)
  • Working with forms in SvelteKit coming from React
    3 projects | dev.to | 16 Oct 2023
    There are libraries for handling form submissions with builtin integrations for validations libraries, like react-hook-form with @hookform/resolvers for React, and we have superforms for SvelteKit, that handles validation with zod, they both are made for the same purpose.
  • Is tRPC redundant with SvelteKit?
    3 projects | /r/sveltejs | 8 Jun 2023
    I personally think SvelteKit's type-safety + something like https://superforms.vercel.app/ (or just plain zod if you prefer) is perfect.
  • Suggest Best Svelte Libraries
    13 projects | /r/sveltejs | 23 May 2023
    sveltekit-superforms: Making SvelteKit validation and displaying of forms easier than ever
  • Sveltekit Auth Starter Project with Lucia auth, Skeleton UI, Prisma, Zod and Super Forms.
    5 projects | /r/sveltejs | 14 May 2023
    I made a Sveltekit Auth starter if anyone needs a starting point for an app. A demo is here. It is an open source auth starter project utilizing Lucia for authentication, Skeleton for ui elements, Prisma for database connectivity and type safety and Sveltekit for the javascript framework. I also used Zod and Superforms to handle form validation and management. It has email verification, password reset, and will send an email if the user changes their email address to re-verify it. It is released as open source under an MIT license.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 Sep 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic Superforms repo stats
27
2,599
9.2
about 1 month ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?