add feedback form, hosting link, update readme, show promo image

This commit is contained in:
timothycarambat 2023-08-11 17:28:30 -07:00
parent a048cf451a
commit 6e56c51a53
8 changed files with 44 additions and 33 deletions

View File

@ -1,20 +1,24 @@
<p align="center">
<b>🤖 AnythingLLM: A full-stack personalized AI assistant</b>. <br />
A hyper-efficient and open-source document chatbot solution for all.
<a href="https://useanything.com"><img src="https://github.com/Mintplex-Labs/anything-llm/blob/master/images/wordmark.png?raw=true" alt="AnythingLLM logo"></a>
</p>
<p align="center">
<b>AnythingLLM: A business-compliant document chatbot</b>. <br />
A hyper-efficient and open-source enterprise-ready document chatbot solution for all.
</p>
<p align="center">
<a href="https://twitter.com/tcarambat" target="_blank">
<img src="https://img.shields.io/twitter/url/https/twitter.com/tim.svg?style=social&label=Follow%20%40Timothy%20Carambat" alt="Twitter">
</a> |
<a href="https://discord.gg/6UyHPeGZAC" target="_blank">
<img src="https://dcbadge.vercel.app/api/server/6UyHPeGZAC?compact=true&style=flat" alt="Discord">
</a> |
<a href="https://github.com/Mintplex-Labs/anything-llm/blob/master/LICENSE" target="_blank">
<img src="https://img.shields.io/static/v1?label=license&message=MIT&color=white" alt="License">
</a> |
<a href="https://docs.mintplex.xyz/anythingllm-by-mintplex-labs/" target="_blank">
<a href="https://docs.useanything.com" target="_blank">
Docs
</a> |
<a href="https://my.mintplexlabs.com/aio-checkout?product=anythingllm" target="_blank">
Hosted Instance
</a>
</p>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AnythingLLM | Your personal LLM trained on anything</title>
@ -12,20 +12,22 @@
<!-- Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://anything-llm.ai">
<meta property="og:url" content="https://useanything.com">
<meta property="og:title" content="AnythingLLM | Your personal LLM trained on anything">
<meta property="og:description" content="AnythingLLM | Your personal LLM trained on anything">
<meta property="og:image" content="https://anything-llm.ai/promo.png">
<meta property="og:image"
content="https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/master/images/promo.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://anything-llm.ai">
<meta property="twitter:url" content="https://useanything.com">
<meta property="twitter:title" content="AnythingLLM | Your personal LLM trained on anything">
<meta property="twitter:description" content="AnythingLLM | Your personal LLM trained on anything">
<meta property="twitter:image" content="https://anything-llm.ai/promo.png">
<meta property="twitter:image"
content="https://raw.githubusercontent.com/Mintplex-Labs/anything-llm/master/images/promo.png">
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.png" />
<link rel="apple-touch-icon" href="/favicon.png" />
</head>
<body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
frontend/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -1,11 +1,13 @@
import React, { useEffect, useRef, useState } from "react";
import {
AtSign,
BookOpen,
Briefcase,
Cpu,
GitHub,
LogOut,
Menu,
Package,
Plus,
Shield,
Tool,
@ -87,13 +89,13 @@ export default function Sidebar() {
<IndexCount />
</div>
<a
href={paths.hosting()}
href={paths.feedback()}
target="_blank"
className="flex flex-grow w-[100%] h-[36px] gap-x-2 py-[5px] px-4 border border-slate-400 dark:border-transparent rounded-lg text-slate-800 dark:text-slate-200 justify-center items-center hover:bg-slate-100 dark:bg-stone-800 dark:hover:bg-stone-900"
>
<Cpu className="h-4 w-4" />
<AtSign className="h-4 w-4" />
<p className="text-slate-800 dark:text-slate-200 text-xs leading-loose font-semibold">
Managed cloud hosting
Feedback form
</p>
</a>
<a
@ -101,11 +103,12 @@ export default function Sidebar() {
target="_blank"
className="flex flex-grow w-[100%] h-[36px] gap-x-2 py-[5px] px-4 border border-slate-400 dark:border-transparent rounded-lg text-slate-800 dark:text-slate-200 justify-center items-center hover:bg-slate-100 dark:bg-stone-800 dark:hover:bg-stone-900"
>
<Briefcase className="h-4 w-4" />
<Package className="h-4 w-4" />
<p className="text-slate-800 dark:text-slate-200 text-xs leading-loose font-semibold">
Enterprise Installation
Managed cloud hosting
</p>
</a>
<LogoutButton />
</div>
@ -198,8 +201,7 @@ export function SidebarMobileHeader() {
className={`z-99 fixed top-0 left-0 transition-all duration-500 w-[100vw] h-[100vh]`}
>
<div
className={`${
showBgOverlay
className={`${showBgOverlay
? "transition-all opacity-1"
: "transition-none opacity-0"
} duration-500 fixed top-0 left-0 bg-black-900 bg-opacity-75 w-screen h-screen`}
@ -254,13 +256,13 @@ export function SidebarMobileHeader() {
<IndexCount />
</div>
<a
href={paths.hosting()}
href={paths.feedback()}
target="_blank"
className="flex flex-grow w-[100%] h-[36px] gap-x-2 py-[5px] px-4 border border-slate-400 dark:border-transparent rounded-lg text-slate-800 dark:text-slate-200 justify-center items-center hover:bg-slate-100 dark:bg-stone-800 dark:hover:bg-stone-900"
>
<Cpu className="h-4 w-4" />
<AtSign className="h-4 w-4" />
<p className="text-slate-800 dark:text-slate-200 text-xs leading-loose font-semibold">
Managed cloud hosting
Feedback form
</p>
</a>
<a
@ -268,9 +270,9 @@ export function SidebarMobileHeader() {
target="_blank"
className="flex flex-grow w-[100%] h-[36px] gap-x-2 py-[5px] px-4 border border-slate-400 dark:border-transparent rounded-lg text-slate-800 dark:text-slate-200 justify-center items-center hover:bg-slate-100 dark:bg-stone-800 dark:hover:bg-stone-900"
>
<Briefcase className="h-4 w-4" />
<Package className="h-4 w-4" />
<p className="text-slate-800 dark:text-slate-200 text-xs leading-loose font-semibold">
Enterprise Installation
Managed cloud hosting
</p>
</a>
<LogoutButton />

View File

@ -11,13 +11,16 @@ export default {
return "https://discord.com/invite/6UyHPeGZAC";
},
docs: () => {
return "https://docs.mintplex.xyz/anythingllm-by-mintplex-labs/";
return "https://docs.useanything.com";
},
mailToMintplex: () => {
return "mailto:team@mintplex.xyz";
return "mailto:team@mintplexlabs.com";
},
hosting: () => {
return "https://form.typeform.com/to/KdSCdSvq";
return "https://my.mintplexlabs.com/aio-checkout?product=anythingllm";
},
feedback: () => {
return "https://form.typeform.com/to/i0KE3aEW";
},
workspace: {
chat: (slug) => {

BIN
images/promo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 KiB

BIN
images/wordmark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB