diff --git a/website/src/pages/about.tsx b/website/src/pages/about.tsx new file mode 100644 index 00000000..1331ad24 --- /dev/null +++ b/website/src/pages/about.tsx @@ -0,0 +1,166 @@ +import { Container } from "@/components/Container"; +import { CallToAction } from "@/components/CallToAction"; +import Image from "next/image"; + +const AboutPage = () => { + return ( +
+ OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, + and retrieve information dynamically to do so. +
++ It can be extended and personalized easily and is developed as free, open-source software. +
+State-of-the-Art chat assistant that can be personalized to your needs
++ Usage of APIs and third-party applications, described via language & demonstrations. +
+External, upgradeable knowledge: No need for billions of parameters.
+Integrate OpenAssistant into your application.
++ We want OpenAssistant to be the single, unifying platform that all other systems use to interface with + humans. +
+ASAP
+
+ Q1
+
+ 2023
+
+ Q2
+
+ 2023
+
...
+