# UseMods > Zero-dependency JavaScript utility library with formatters, validators, generators, modifiers, and browser helpers for frontend and SSR apps. UseMods works with Nuxt, Next.js, Vue, React, Svelte, Solid, and Node. Prefer the markdown links below for LLM context; HTML docs are at the same paths without `.md`. - Package: `usemods` on npm - Nuxt module: `usemods-nuxt` - License: MIT - Repository: https://github.com/LittleFoxCompany/usemods ## Getting Started - [Introduction](https://usemods.com/intro/introduction.md): What UseMods is and why it exists. - [Installation](https://usemods.com/intro/installation.md): Install with npm, pnpm, yarn, bun, or the Nuxt module. ## Documentation - [Formatters](https://usemods.com/docs/formatters.md): Wrangle wild data types into submission. Spruce up numbers, give strings smarts, and make complex content dazzle. - [Modifiers](https://usemods.com/docs/modifiers.md): Modify and transform your content with our collection of efficient and easy-to-use functions designed to dicipher, manipulate, and transform strings. - [Generators](https://usemods.com/docs/generators.md): A collection of magical functions that conjure data out of thin air. - [Actions](https://usemods.com/docs/actions.md): A stack of handy functions you could write yourself, but don't want to. - [Numbers](https://usemods.com/docs/numbers.md): This file contains functions that are related to numbers. - [Data](https://usemods.com/docs/data.md): A collection of functions for formatting, filtering and taming wild arrays and objects. - [Validators](https://usemods.com/docs/validators.md): A collection of validators for common data types - [Detections](https://usemods.com/docs/detections.md): Client-side detections for various user and browser information. Perfect for personalisation, analytics or debugging weird and wonderful bugs. You will need to add a listeners for reactivity. - [Devices](https://usemods.com/docs/devices.md): Client-side detections user's machines. - [Goodies](https://usemods.com/docs/goodies.md): A collection neat little functions that don't belong anywhere else. ## Full corpus - [Complete documentation](https://usemods.com/docs/all.md): All modules in one markdown file - [llms-full.txt](https://usemods.com/llms-full.txt): Full documentation corpus for RAG / agent ingest - [Documentation index API](https://usemods.com/api/docs/): JSON index of available markdown files ## Optional - [HTML documentation home](https://usemods.com/intro/introduction): Human-oriented docs UI - [Sitemap](https://usemods.com/sitemap.xml): All indexable HTML pages - [GitHub repository](https://github.com/LittleFoxCompany/usemods): Source code and issues