https://github.com/skywardai/skywardai.io
Site for skywardAI, AI-copilot for conversation
https://github.com/skywardai/skywardai.io
ai localai rag reactjs vite
Last synced: 6 months ago
JSON representation
Site for skywardAI, AI-copilot for conversation
- Host: GitHub
- URL: https://github.com/skywardai/skywardai.io
- Owner: SkywardAI
- Created: 2024-03-22T05:58:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-06T07:24:56.000Z (about 1 year ago)
- Last Synced: 2024-09-07T11:05:59.405Z (about 1 year ago)
- Topics: ai, localai, rag, reactjs, vite
- Language: JavaScript
- Homepage: https://skywardai.pages.dev/
- Size: 3.01 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SkywardaAI Homepage
This is the homepage for skyward AI, deployed on `Cloudflare`.
Find deployed application here: [https://skywardai.pages.dev](https://skywardai.pages.dev)## Cross-platform AI Chat
Try our AI chat feature on [https://skywardai.pages.dev/chat](https://skywardai.pages.dev/chat).
This requires you to download a 368MB model on the first time. You can delete it anytime you want.## Development
This project is built by [Vite+React](https://vitejs.dev/guide/)
Packages are managed by `pnpm`, but you can install depedencies use your prefer package manager.
To build and run in `dev` environment, please run
```sh
pnpm install
npm run dev
```
To preview the production build, please run
```sh
npm run preview
```
## Deploy
> _`Github Pages` doesn't support adding custom headers after deploy, this will affect on some features, so please avoid use it._
### Cloudflare
* Please prepare your own Cloudflare account.
* Go to your dashboard and select `Workers & Pages`.
* Select `create`, under `Create an application` please select `Pages`.
* Select `Connect to Git`.
* Connect to your Github Account and allow it to access your project / forked project.
* For `build command` please enter `npm run build`.
* For `Build output directory` please enter `dist`.
* Finish setup following the instructions, Cloudflare will deploy your application automatically and on you updated the selected branch.
* You can check your deployed application using the domains it provided.