diff --git a/package.json b/package.json index 2957be56f..c786a9538 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "@monaco-editor/react": "4.4.6", "@next/mdx": "13.1.1", "@radix-ui/react-slider": "1.1.2", + "@rive-app/react-canvas": "4.4.0", "@sindresorhus/slugify": "2.1.1", "@vercel/og": "0.0.22", "acorn": "8.8.1", @@ -71,6 +72,7 @@ "react-dom": "18.2.0", "react-error-boundary": "3.1.4", "react-fast-compare": "3.2.0", + "react-fast-marquee": "1.6.2", "react-feather": "2.0.10", "react-syntax-highlighter": "15.5.0", "react-use": "17.4.0", diff --git a/pages/ai.tsx b/pages/ai.tsx new file mode 100644 index 000000000..bb8c4f07d --- /dev/null +++ b/pages/ai.tsx @@ -0,0 +1,1171 @@ +import { GetStaticProps } from "next"; +import Link from "next/link"; +import Marquee from "react-fast-marquee"; +import Check from "src/shared/Icons/Check"; +import Header from "src/shared/Header"; +import Container from "src/shared/layout/Container"; +import PageContainer from "src/shared/layout/PageContainer"; +import Logos from "src/shared/Home/Logos"; +// Icons +import CopyBtn from "src/shared/Home/CopyBtn"; +import { ChevronRightIcon } from "@heroicons/react/20/solid"; +import CodeWindow from "src/shared/CodeWindow"; +import Footer from "src/shared/Footer"; + +export const getStaticProps: GetStaticProps = async () => { + return { + props: { + designVersion: "2", + }, + }; +}; + +export default function AI() { + return ( + +
+ + + + {/* + +

+ Companies of all sizes trust Inngest to power their AI functionality. +

+
+ */} + + {/* Code example */} + +

+ Focus on what matters: AI. +

+

+ Spend time developing what's important. Scale from day 0 by leaving + the complex orchestration to us. +

+ +
+ + {/* +
+ TODO: Flow diagram +
+ */} +
+
+ + + + {/* Call out box: rapid development */} + + + +
+ + +
+

+ Rapidly iterate on complex AI chains, +
+ directly in code. +

+ +

+ A simple, powerful interface that lets you define reliable flow + control in your own code. Write AI workflows directly in your + API using our SDK, with local testing out of the box. +

+ +
+ + Get started{" "} + + +
+
+
+ +
+
+

+ Your data, your environment +

+

+ Leverage data from your own database, vector store, or APIs + directly in code — without complex interfaces or adapters. +

+ + +
+
+

+ Any AI model, any AI pattern +

+

+ Easily implement any AI model as either a single call or using + patterns like RAG, tree of thoughts, chain of thoughts, or + safety rails, directly in code. +

+ + +
+
+
+
+ + + + + +
+
+ 12x + development speedup + + compared to traditional infrastructure + +
+
+ 75% + total cost reduction + + on infrastructure and time spent + +
+
+
+
+ + + + +

+ Scale-ready production
AI in hours. + Zero infrastructure required. +

+ +

+ Move to production by deploying Inngest functions inside your existing + API, wherever it is — serverless, servers, or edge. Backed by rock + solid external orchestration, your workflows are ready to scale in + milliseconds. +

+
+ + + +

+ Use with any framework, on any cloud: +

+ + +