+
diff --git a/backend/lib/azimutt_web/templates/website/portal.html.heex b/backend/lib/azimutt_web/templates/website/portal.html.heex
new file mode 100644
index 000000000..29581bc09
--- /dev/null
+++ b/backend/lib/azimutt_web/templates/website/portal.html.heex
@@ -0,0 +1,191 @@
+
+
+
+
+
+
+
+
Your PostgreSQL database, without incidents.
+
Get insights from your database to fix issues before the become production incidents.
+
+
+
+
+
+
+
+
+
+
+
+
+
Databases are critical.
+
+ In fact, they are the most critical part of the infrastructure as they are the hardest to scale and replicate.
+ Yet, many companies prefer scaling them up and spending more on infrastructure rather than making sure they are used correctly.
+ Essentially because the existing tooling is made for specialists and require a lot of expertise.
+
+
+ Database monitoring is mostly done as a side effect. Either from the server monitoring (CPU, memory, disk, network...) or from the code (query duration, timeouts...).
+ This allows to spot and act on incidents, but it has no way to anticipate and prevent them.
+
+
+ There is a better way...
+
+
+
+
+
+
+
+
Proactive monitoring and alerting turned into insights
+
+
+
+ Not only monitor slow queries, but identify degradations, fast and slow.
+
+
+
+ Not only trigger thresholds alerts, but search unusual values and patterns.
+
+
+
+ Not only react on sudden events, but also warn on long term drift.
+
+
+
+ Not only monitor a database, but inspect all your clusters.
+
+
+
Watch internals for weak signal: dead rows, analyze and vacuum delays.
+
+
+
+
+
+
+
+
+
+
Work safer
+
Human in production make errors.
+
+ Yet they may be required for many reasons depending on the business.
+ The less, the better, but still you need to manage some access.
+ Now with Azimutt portal:
+
+
+
+
+
+
+
+ Fine-grained access rights
+
+
+ Allowing see schema, run query plan, read access or write access for any table/column.
+ All with history, temporary access, query approval and urgency escalation.
+
+
+
+
+
+ Query safeguard
+
+
+ For queries using large tables, run a query plan to check usage index and warn/block if excessive.
+ Adds default timeout on user queries.
+ Less fat finger in production.
+
+
+
+
+
+ Full audit log
+
+
+ Production access is critical, knowing who done what and when improves safety a lot.
+ Keeping queries with parameters as well as impacted rows.
+
+
+
+
+
+ Malicious activity identification
+
+
+ Watch malicious patterns such as data extraction or weired access pattern, making sure database access is used well.
+
+
+
+
+
+
+
+
+
+
+
+
Monitoring without graphs.
+
+ Current products show you a lot of data and graphs, allowing you to dig into issues.
+ This is good. But only if you have the skills, the time or the necessity to dig in.
+ Azimutt portal mainly provides alerts and insights. It's meant for teams who want their databases on autopilot.
+ This is not a replacement of other tools, it's an addition with expert knowledge backed in.
+ Or more probably, your first step into taking better care or your database.
+
+
+
+
+
+
+
+
+
Everything API driven.
+
+ Offering seamless integration in your current tech stack and tools!
+