You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,21 +27,21 @@ Making SvelteKit **validation** and **displaying** of forms easier than ever!
27
27
28
28
- Seamless merging of `PageData` and `ActionData` - Forget about which one to use and how, just focus on your data.
29
29
- Server- and client-side data validation using [Zod](https://zod.dev), with output that can be used directly on the client.
30
-
-[Auto-centering and auto-focusing](https://superforms.vercel.app/concepts/error-handling#usage-client) on invalid form fields.
31
-
-[Tainted form detection](https://superforms.vercel.app/concepts/tainted), prevents the user from losing data if navigating away from an unsaved form.
32
-
- No JS required as default, but full support for [progressive enhancement](https://superforms.vercel.app/concepts/enhance).
30
+
-[Auto-centering and auto-focusing](https://superforms.rocks/concepts/error-handling#usage-client) on invalid form fields.
31
+
-[Tainted form detection](https://superforms.rocks/concepts/tainted), prevents the user from losing data if navigating away from an unsaved form.
32
+
- No JS required as default, but full support for [progressive enhancement](https://superforms.rocks/concepts/enhance).
33
33
- Automatically coerces the string data from `FormData` into correct types.
34
-
- For advanced data structures, forget about the limitations of `FormData` - [Send your forms as devalued JSON](https://superforms.vercel.app/concepts/nested-data), transparently.
35
-
- Generates [default form values](https://superforms.vercel.app/default-values) from validation schemas.
36
-
- Support for [nested data structures](https://superforms.vercel.app/concepts/nested-data), [snapshots](https://superforms.vercel.app/concepts/snapshots) and [multiple forms](https://superforms.vercel.app/concepts/multiple-forms) on the same page.
37
-
- Works both on the server and with [single-page applications](https://superforms.vercel.app/concepts/spa) (SPA)!
38
-
-[Proxy objects](https://superforms.vercel.app/concepts/proxy-objects) for handling data conversions to string and back again.
39
-
- Realtime [client-side validators](https://superforms.vercel.app/concepts/client-validation) for immediate user feedback.
40
-
- Provide submit state feedback with three [auto-updating timers](https://superforms.vercel.app/concepts/timers), based on human perception research.
41
-
- Even more care for the user: No form data loss, by [preventing error page rendering](https://superforms.vercel.app/concepts/enhance#differences-from-sveltekits-useenhance) as default.
42
-
- Hook into [a number of events](https://superforms.vercel.app/concepts/events) for full control over the validation data and the `ActionResult`, with a possibility to cancel the update at every step.
43
-
- Complete customization with a [huge list of options](https://superforms.vercel.app/api#superformform-options).
44
-
- Comes with a Super Debugging Svelte Component: [SuperDebug](https://superforms.vercel.app/api#superdebug).
34
+
- For advanced data structures, forget about the limitations of `FormData` - [Send your forms as devalued JSON](https://superforms.rocks/concepts/nested-data), transparently.
35
+
- Generates [default form values](https://superforms.rocks/default-values) from validation schemas.
36
+
- Support for [nested data structures](https://superforms.rocks/concepts/nested-data), [snapshots](https://superforms.rocks/concepts/snapshots) and [multiple forms](https://superforms.rocks/concepts/multiple-forms) on the same page.
37
+
- Works both on the server and with [single-page applications](https://superforms.rocks/concepts/spa) (SPA)!
38
+
-[Proxy objects](https://superforms.rocks/concepts/proxy-objects) for handling data conversions to string and back again.
39
+
- Realtime [client-side validators](https://superforms.rocks/concepts/client-validation) for immediate user feedback.
40
+
- Provide submit state feedback with three [auto-updating timers](https://superforms.rocks/concepts/timers), based on human perception research.
41
+
- Even more care for the user: No form data loss, by [preventing error page rendering](https://superforms.rocks/concepts/enhance#differences-from-sveltekits-useenhance) as default.
42
+
- Hook into [a number of events](https://superforms.rocks/concepts/events) for full control over the validation data and the `ActionResult`, with a possibility to cancel the update at every step.
43
+
- Complete customization with a [huge list of options](https://superforms.rocks/api#superformform-options).
44
+
- Comes with a Super Debugging Svelte Component: [SuperDebug](https://superforms.rocks/api#superdebug).
45
45
46
46
# Installation
47
47
@@ -55,7 +55,7 @@ Making SvelteKit **validation** and **displaying** of forms easier than ever!
55
55
56
56
# Get started
57
57
58
-
Follow the get started tutorial on the website to get a hands-on introduction to Superforms: https://superforms.vercel.app/get-started
58
+
Follow the get started tutorial on the website to get a hands-on introduction to Superforms: https://superforms.rocks/get-started
59
59
60
60
You can also watch this excellent introduction video to see what's possible: https://www.youtube.com/watch?v=MiKzH3kcVfs
0 commit comments