Naystack — a minimal, powerful stack for Next.js app development.
Use subpath imports for the specific module you need:
naystack/auth
naystack/auth/client
naystack/graphql
naystack/graphql/client
naystack/graphql/server
naystack/file
naystack/file/client
naystack/client
naystack/socials
Naystack — a minimal, powerful stack for Next.js app development.
Use subpath imports for the specific module you need:
naystack/auth— Email/Google/Instagram authenticationnaystack/auth/client— Client-side auth hooks (useLogin, useSignUp, etc.)naystack/graphql— GraphQL server: query, field, QueryLibrary, FieldLibrary, initGraphQLServernaystack/graphql/client— Client-side GraphQL hooks (useAuthQuery, useAuthMutation, ApolloWrapper)naystack/graphql/server— Server-side GraphQL utilities (Injector, query)naystack/file— S3 file upload setupnaystack/file/client— Client-side file upload hook (useFileUpload)naystack/client— Client hooks (useVisibility, useBreakpoint) and SEO (setupSEO)naystack/socials— Instagram and Threads API helpers