Skip to content

Commit

Permalink
Sport Alliance branding
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzen committed May 21, 2024
1 parent 2dcac88 commit 5edf874
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 70 deletions.
65 changes: 9 additions & 56 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,18 @@
![Chatpad AI](./banner.png)

<h1 align="center">Chatpad AI</h1>
<h2 align="center">Premium quality UI for ChatGPT</h2>
<!-- <p align="center"><a href="https://chatpad.ai">Web App</a> & <a href="https://download.chatpad.ai">Desktop App</a></p> -->
<p align="center"><a href="https://chatpad.ai">Web App</a> & <a href="https://dl.todesktop.com/230313oyppkw40a">Desktop App</a></p>
<h1 align="center">Sport Alliance Chatpad AI</h1>

Recently, there has been a surge of UIs for ChatGPT, making it the new "to-do app" that everyone wants to try their hand at. Chatpad sets itself apart with a broader vision - to become the ultimate interface for ChatGPT users.
Everything (API Keys, settings and chats) is stored *locally in your browser*, thus **Sport Alliance does not and cannot monitor any communications/chats with OpenAI**.

### ⚡️ Free and open source
Sport Alliance does however monitor general API usage and costs, which do not leak any content.

This app is provided for free and the source code is available on GitHub.
# Source

### 🔒 Privacy focused
- Licensed under `GNU Affero General Public License v3.0`
- Source at https://github.com/sportalliance/chatpad (feel free to provide PRs)
- Original Author, all credits to https://github.com/deiucanta/chatpad

No tracking, no cookies, no bullshit. All your data is stored locally.

### ✨ Best experience
# Help & Feedback

Crafted with love and care to provide the best experience possible.

---

## Self-host using Docker

```
docker run --name chatpad -d -p 8080:80 ghcr.io/deiucanta/chatpad:latest
```

## Self-host using Docker with custom config

```
docker run --name chatpad -d -v `pwd`/config.json:/usr/share/nginx/html/config.json -p 8080:80 ghcr.io/deiucanta/chatpad:latest
```

## One click Deployments

<!-- Easypanel -->
[![Deploy on Easypanel](https://easypanel.io/img/deploy-on-easypanel-40.svg)](https://easypanel.io/docs/templates/chatpad)

<!-- Netlify -->
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/deiucanta/chatpad)

<!-- Vercel -->
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdeiucanta%2Fchatpad&project-name=chatpad&repository-name=chatpad-vercel&demo-title=Chatpad&demo-description=The%20Official%20Chatpad%20Website&demo-url=https%3A%2F%2Fchatpad.ai&demo-image=https%3A%2F%2Fraw.githubusercontent.com%2Fdeiucanta%2Fchatpad%2Fmain%2Fbanner.png)

<!-- Railway -->
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/Ak6DUw?referralCode=9M8r62)




## Give Feedback

If you have any feature requests or bug reports, go to [feedback.chatpad.ai](https://feedback.chatpad.ai).

## Contribute

This is a React.js application. Clone the project, run `npm i` and `npm start` and you're good to go.

## Credits

- [ToDesktop](https://todesktop.com) - A simple way to make your web app into a beautiful desktop app
- [DexieJS](https://dexie.org) - A Minimalistic Wrapper for IndexedDB
- [Mantine](https://mantine.dev) - A fully featured React component library
visit slack-channel `#spa-engineering-ai-tools`
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Chatpad AI</title>
<title>Sport Alliance Chatpad</title>
<meta
name="description"
content="A free, open-source, and slick UI for ChatGPT"
content="Sport Alliance's slick chat UI for GPT"
/>
<meta
name="viewport"
Expand Down
12 changes: 0 additions & 12 deletions src/routes/IndexRoute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,6 @@ export function IndexRoute() {
</Button>
</SettingsModal>
)}
{config.showDownloadLink && !window.todesktop && (
<Button
component="a"
href="https://dl.todesktop.com/230313oyppkw40a"
// href="https://download.chatpad.ai/"
size="md"
variant="outline"
leftIcon={<IconCloudDownload size={20} />}
>
Download Desktop App
</Button>
)}
</Group>
</Container>
</Center>
Expand Down

0 comments on commit 5edf874

Please sign in to comment.