defmodule Ray3AiApp do @moduledoc """ Minimal metadata module for the Ray3 AI AI video generator website. """ @homepage "https://www.ray3-ai.app" @summary "Ray3 AI is an AI video generator for text-to-video and image-to-video workflows." @doc "Returns the official Ray3 AI website URL." def homepage do @homepage end @doc "Returns a short product summary." def summary do @summary end end