+ While each Modus SDK offers similar functionality, the APIs and usage may vary between languages.
+ Modus {feature} APIs are documented on the following pages:
+
+ {(() =>{
+ const languages = ["AssemblyScript", "Go"];
+ const page = feature.toLowerCase().replace(/\W/g, "");
+ return languages.map((lang) => {
+ if (lang === language) {
+ return (
+ - {lang} {feature} APIs (this page)
+ )
+ } else {
+ return (
+ - {lang} {feature} APIs
+ )
+ }
+ })
+ })()}
+
+
+)
diff --git a/snippets/sdk-overview-intro.mdx b/snippets/sdk-overview-intro.mdx
new file mode 100644
index 00000000..faec49c7
--- /dev/null
+++ b/snippets/sdk-overview-intro.mdx
@@ -0,0 +1,20 @@
+The Modus {language} SDK provides a set of APIs that allow you to interact
+with various databases and services in Modus apps written in {language}.
+It's designed to work seamlessly with the Modus platform, enabling you to build
+powerful applications with ease.
+
+