diff --git a/lib/ash_hq_web/pages/home.ex b/lib/ash_hq_web/pages/home.ex index 2c0cd69..8ed0c4c 100644 --- a/lib/ash_hq_web/pages/home.ex +++ b/lib/ash_hq_web/pages/home.ex @@ -59,6 +59,28 @@ defmodule AshHqWeb.Pages.Home do
+
+

+ Framework +

+

+ What is Ash? +

+

+ Ash Framework is a declarative, resource-oriented application + development framework for Elixir. A resource can model anything, + like a database table, an external API, or even custom code. Ash + provides a rich, and extensive set of tools for interacting with + and building on top of these resources. By modeling your + application as a set of resources, other tools know exactly how to + use them, allowing extensions like AshGraphql and AshJsonApi to + provide top tier APIs with minimal configuration. With + filtering/sorting/pagination/calculations/aggregations, pub/sub, + policy authorization, rich introspection, and much more built-in, + and a comprehensive suite of tools to allow you to build your own + extensions, the possibilities are endless. +

+

Write it once