Skip to content

Commit

Permalink
Update text to cover more keywords
Browse files Browse the repository at this point in the history
- Open
- Free
- ChatGPT app
- Open AI Chat Bot
  • Loading branch information
lilac committed Apr 6, 2024
1 parent 75db8ba commit ee6c7ac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img src="public/logo.svg" height="120">
<h1>AI Chat</h1>
<h3>AI Chatbots in the Menu Bar</h3>
<h3>Open AI Chat bots in the Menu Bar</h3>

[![MacOS M1/M2 Chip](https://img.shields.io/badge/-MacOS_M_Chip%20%E2%86%92-black?style=flat-square&logo=apple&logoColor=white)](https://github.com/rabrain/ai-chat/releases)
[![MacOS x64](https://img.shields.io/badge/-MacOS_x86%20%E2%86%92-black?style=flat-square&logo=apple&logoColor=white)](https://github.com/rabrain/ai-chat/releases)
Expand All @@ -17,8 +17,8 @@

By having it reside on the menu bar, we eliminate the need to switch between windows when using ChatGPT as our daily assistant. It also enables us to have a streamlined workflow, as we can easily multitask and communicate with the AI without interrupting our current tasks.

## All Chatbots in One Place
Quick access to chatbots of your choice, including
## Open AI Chat bots in One Place
Quick access to AI chatbots of your choice, including
- [OpenAI ChatGPT](https://chat.openai.com)
- [Claude](https://claude.ai)
- [Google Gemini](https://gemini.google.com)
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { GoogleAnalytics } from '@next/third-parties/google'
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "AI Chat - ChatGPT in the menu Bar",
title: "AI Chat - Open ChatGPT in the Menu Bar",
description: "Elevate your ChatGPT experience with AI Chat, the ultimate ChatGPT app. Access OpenAI ChatGPT instantly from your menu bar on Windows, Mac, or Linux.",
keywords: [
"chatgpt",
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Home() {
New Features Is Now Available.
<ArrowRightCircle className="inline ml-1 w-4 h-4" />
</p> */}
<Heading title="AI Chatbots in the Menu Bar" />
<Heading title="Open AI Chat bots in the Menu Bar" />
<p className="max-w-[46rem] leading-normal md:text-xl sm:text-lg sm:leading-8">
AI Chat is a cross-platform ChatGPT desktop application that provides quick access to chatbots like OpenAI ChatGPT from the menu bar (tray).
</p>
Expand Down
8 changes: 4 additions & 4 deletions src/constants/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ export const feature: Feature[] = [
imageUrl: "/features/universal-access.svg",
title: "Accessible",
content:
"AI Chat on the top without window switch.",
"Free ChatGPT app on the top without window switch.",
},
{
imageUrl: "/features/open.svg",
title: "All Chatbots in One Place",
title: "Open AI Chat bots in One Place",
content:
"Quick access to chatbots of your choice, including ChatGPT, Claude, Gemini, Copilot, Perplexity etc.",
"Quick access to AI chatbots of your choice, including ChatGPT, Claude, Gemini, Copilot, Perplexity etc.",
},
{
imageUrl: "/features/secure.svg",
title: "100% secured",
content:
"Chatbots are open in a secured webview. We never have access to your private data.",
"AI Chat bots are open in a secured webview. We never have access to your private data.",
},
];
export const featuresBlock: featureBlock[] = [
Expand Down

0 comments on commit ee6c7ac

Please sign in to comment.