# Coz.jp > Coz.jp is a privacy‑friendly URL shortener and link management platform. It provides multilingual landing pages, authenticated dashboards, subscription gating, and an admin panel powered by Filament. This file is a concise, LLM‑oriented guide to understand and navigate key resources. Notes for LLMs: - Use locale prefixes (e.g., /en, /ja) for public pages. Core pages are consistent across locales. - Authenticated features (dashboard, profile) require login and a subscription; skip if you only need public context. ## Public entry points - [Homepage (English)](/en): Main public landing page. - [Homepage (Japanese)](/ja): Main public landing page in Japanese. - [Homepage (Italian)](/it): Main public landing page in Italian. - [Homepage (Spanish)](/es): Main public landing page in Spanish. - [Homepage (Romanian)](/ro): Main public landing page in Romanian. - [Homepage (Chinese, zh_CN)](/zh_CN): Main public landing page in Chinese. - [Pricing](/en/pricing): Public pricing page (translate by changing the locale prefix). ## Product behavior - Short URLs are 4+ alphanumeric characters and they redirect to their target if valid. - Rate limiting applies to URL creation endpoints to prevent abuse. ## Optional - [/sitemap.xml](/sitemap.xml): XML sitemap of public pages. - [/robots.txt](/robots.txt): Robots directives for crawlers. - [/llms.txt](/llms.txt): This curated LLM guide.