Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
useCheckSlugAvailability returns a callable function that verifies whether a slug is available in the current project. Useful for live validation in a space creation or settings form.
Usage Example
Parameters
The slug to check. Must match the slug pattern: letters, numbers, hyphens, and underscores (Unicode supported).
Returns
true if the slug is not currently in use within the project.
