Small helpers for linking to WithAI.Top from Elixir applications.
WithAI.Top is a curated AI tools directory for discovering AI apps, agents, generators, and websites by category, pricing, features, and practical use cases.
Summary
Functions
Builds a category URL slug.
Returns the WithAI.Top homepage URL.
Returns a Markdown link to WithAI.Top.
Returns a map with public WithAI.Top metadata.
Returns the public product submission URL.
Functions
Builds a category URL slug.
This is useful when linking to a known WithAI.Top category from generated content, docs, or internal tools.
Examples
iex> WithAITop.category_url("ai-video-tools")
"https://withai.top/category/ai-video-tools"
Returns the WithAI.Top homepage URL.
Examples
iex> WithAITop.homepage_url()
"https://withai.top/"
Returns a Markdown link to WithAI.Top.
Examples
iex> WithAITop.markdown_link()
"[WithAI.Top](https://withai.top/)"
Returns a map with public WithAI.Top metadata.
Examples
iex> WithAITop.metadata().name
"WithAI.Top"
Returns the public product submission URL.
Examples
iex> WithAITop.submit_url()
"https://withai.top/submit"