Skip to content

Commit

Permalink
add feedback form, hosting link, update readme, show promo image
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Aug 12, 2023
1 parent a048cf4 commit 6e56c51
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 33 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
16 changes: 9 additions & 7 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
Expand Down
Binary file modified frontend/public/favicon.ico
Binary file not shown.
Binary file added frontend/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 19 additions & 17 deletions frontend/src/components/Sidebar/index.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import React, { useEffect, useRef, useState } from "react";
import {
AtSign,
BookOpen,
Briefcase,
Cpu,
GitHub,
LogOut,
Menu,
Package,
Plus,
Shield,
Tool,
Expand Down Expand Up @@ -87,25 +89,26 @@ 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
href={paths.hosting()}
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"
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>

Expand Down Expand Up @@ -198,11 +201,10 @@ export function SidebarMobileHeader() {
className={`z-99 fixed top-0 left-0 transition-all duration-500 w-[100vw] h-[100vh]`}
>
<div
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`}
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`}
onClick={() => setShowSidebar(false)}
/>
<div
Expand Down Expand Up @@ -254,23 +256,23 @@ 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
href={paths.hosting()}
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"
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 />
Expand Down
9 changes: 6 additions & 3 deletions frontend/src/utils/paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down
Binary file added images/promo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/wordmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e56c51

Please sign in to comment.