# generateSlugPreview

**Kind:** Function

**Source:** [`atloria-monorepo/apps/web/src/lib/url-utils.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/lib/url-utils.ts#L101)

Generate an SEO-friendly slug from a title (client-side)
Note: Use the backend UrlService for authoritative slug generation

## Signature

```ts
function generateSlugPreview(title: string): string
```

## Parameters

| Name | Type |
|---|---|
| `title` | `string` |

**Returns:** `string`
