File tree 2 files changed +15
-1
lines changed 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -432,6 +432,19 @@ const features = {
432
432
</p>
433
433
` ,
434
434
} ,
435
+ tidewave : {
436
+ adds : [ "tidewave" ] ,
437
+ order : 16 ,
438
+ links : [ { link : "https://tidewave.ai" , name : "Tidewave" } ] ,
439
+ tooltip : `
440
+ <p class="mb-2">
441
+ Speed up development with AI assistants that understand your web application, how it runs, and what it delivers.
442
+ </p>
443
+ <p>
444
+ Tidewave is an MCP server, served by your application, that gives your agentic development workflow super powers.
445
+ </p>
446
+ ` ,
447
+ } ,
435
448
} ;
436
449
437
450
let addingToApp = false ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ defmodule AshHqWeb.HomeView do
15
15
end
16
16
17
17
@ coming_soon [ :opentelemetry , :appsignal ]
18
- @ external [ :oban , :mishka , :live_debugger ]
18
+ @ external [ :oban , :mishka , :live_debugger , :tidewave ]
19
19
20
20
defp logos_grid , do: "grid-cols-3"
21
21
@@ -127,6 +127,7 @@ defmodule AshHqWeb.HomeView do
127
127
admin: "Admin UI"
128
128
] ,
129
129
"Dev Tools": [
130
+ tidewave: "Tidewave" ,
130
131
live_debugger: "Live Debugger"
131
132
] ,
132
133
"UI Components": [
You can’t perform that action at this time.
0 commit comments