@@ -211,7 +211,7 @@ const FEATURED: {
211
211
{ name : 'svelte-stripe' , description : 'Add Stripe Elements to your project' } ,
212
212
{
213
213
name : 'svelte-clerk' ,
214
- description : 'Easily add authentication and user management to your app '
214
+ description : 'Unofficial implementation of Clerk '
215
215
} ,
216
216
{
217
217
name : '@storyblok/svelte' ,
@@ -227,7 +227,7 @@ const FEATURED: {
227
227
title : 'Testing and devtools' ,
228
228
packages : [
229
229
{ name : '@testing-library/svelte' , description : 'Testing utilities for DOM interaction' } ,
230
- { name : 'playwright' , description : 'Automate web browsers for end-to-end testing' } ,
230
+ { name : 'playwright' , description : 'Browser automation for end-to-end testing' } ,
231
231
{ name : 'vitest' } ,
232
232
{ name : 'svelte-render-scan' , description : 'Visual debugging tool' } ,
233
233
{ name : 'svelte-inspect-value' , description : 'Value inspector component' }
@@ -249,8 +249,8 @@ const FEATURED: {
249
249
packages : [
250
250
{ name : '@sveltejs/vite-plugin-svelte' } ,
251
251
{ name : 'rollup-plugin-svelte' } ,
252
- { name : 'svelte-loader' } ,
253
- { name : 'esbuild-svelte' }
252
+ { name : 'svelte-loader' , description : 'Compile Svelte components with webpack' } ,
253
+ { name : 'esbuild-svelte' , description : 'Compile Svelte components with esbuild' }
254
254
]
255
255
} ,
256
256
{
@@ -347,8 +347,11 @@ const FEATURED: {
347
347
description : 'Primitives for managing, caching and syncing asynchronous and remote data'
348
348
} ,
349
349
{ name : '@urql/svelte' , description : 'Customizable GraphQL client' } ,
350
- { name : 'houdini' } ,
351
- { name : 'trpc-sveltekit' } ,
350
+ { name : 'houdini' , description : 'The disappearing GraphQL framework' } ,
351
+ {
352
+ name : 'trpc-sveltekit' ,
353
+ description : 'SvelteKit adapter for tRPC.io that supports Node, Vercel and Netlify'
354
+ } ,
352
355
{
353
356
name : '@orpc/svelte-query' ,
354
357
description : 'APIs that are end-to-end type-safe and adhere to OpenAPI standards'
@@ -361,10 +364,13 @@ const FEATURED: {
361
364
description :
362
365
'SvelteKit has built-in <a href="/docs/kit/remote-functions#form">forms</a>, but you can also use these packages' ,
363
366
packages : [
364
- { name : 'sveltekit-superforms' } ,
367
+ {
368
+ name : 'sveltekit-superforms' ,
369
+ description : 'Server-side and client-side form validation library'
370
+ } ,
365
371
{
366
372
name : 'formsnap' ,
367
- description : 'Wraps sveltekit-superforms with accessible form components '
373
+ description : 'Accessible form components built on top of sveltekit-superforms '
368
374
} ,
369
375
{ name : 'felte' , description : 'An extensible form library' } ,
370
376
{ name : '@tanstack/svelte-form' , description : 'Powerful, type-safe forms' }
0 commit comments