diff --git a/app/page.tsx b/app/page.tsx index ee1889b..bd63a56 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,3 +1,4 @@ +import { Guide } from "@/components/Guides"; import { Resource, type ResourceType } from "@/components/Resources"; import { TeamMember } from "@/components/Team"; import { wrapper } from "@/components/mdx"; @@ -48,9 +49,9 @@ const Page: FC = () => { icon: "tabler:database", }, { - name: "In-depth security docs", + name: "Tested in production :)", description: - "Docs provide lots of information on how to program a secure instance.", + "We know it works well, because we use it in our own projects.", icon: "tabler:shield", }, { @@ -98,7 +99,52 @@ const Page: FC = () => { ))} -
+ Use the reference implementation,{" "} + Versia Server! It's a microblogging server + with a focus on feeling like current Fediverse platforms, + like Sharkey and Mastodon. +
+ ++ If you want to try out Versia without setting up your own + instance, you can use one of the following public instances: +
+beta.versia.social
+ {" "}
+ (send an email to{" "}
+
+ aprl@versia.pub
+ {" "}
+ for an account)
+
+ You can ask Jesse for help with anything
+ Versia-related, or if you just want to chat!
+