README.md

# ray3_ai_app

`ray3_ai_app` is a minimal Hex package for the Ray3 AI AI video generator website.

- Homepage: https://www.ray3-ai.app
- Hex: https://hex.pm/packages/ray3_ai_app
- Docs: https://hexdocs.pm/ray3_ai_app

## Usage

Add the package to `mix.exs`:

```elixir
def deps do
  [
    {:ray3_ai_app, "~> 0.1.0"}
  ]
end
```

Then use it:

```elixir
Ray3AiApp.homepage()
Ray3AiApp.summary()
```