WithAITop (WithAI.Top v0.1.0)

Copy Markdown View Source

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

category_url(slug)

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"

homepage_url()

Returns the WithAI.Top homepage URL.

Examples

iex> WithAITop.homepage_url()
"https://withai.top/"

markdown_link(label \\ "WithAI.Top")

Returns a Markdown link to WithAI.Top.

Examples

iex> WithAITop.markdown_link()
"[WithAI.Top](https://withai.top/)"

metadata()

Returns a map with public WithAI.Top metadata.

Examples

iex> WithAITop.metadata().name
"WithAI.Top"

submit_url()

Returns the public product submission URL.

Examples

iex> WithAITop.submit_url()
"https://withai.top/submit"