https://github.com/rayyannafees/vitepb
Vite + Pocketbase template for deploying on Koyeb
https://github.com/rayyannafees/vitepb
koyeb pocketbase vite
Last synced: 7 months ago
JSON representation
Vite + Pocketbase template for deploying on Koyeb
- Host: GitHub
- URL: https://github.com/rayyannafees/vitepb
- Owner: RayyanNafees
- Created: 2024-04-18T22:55:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T23:15:17.000Z (over 1 year ago)
- Last Synced: 2025-01-18T14:27:51.700Z (9 months ago)
- Topics: koyeb, pocketbase, vite
- Language: CSS
- Homepage: https://efficient-carolina-pocketbase-vite.koyeb.app/
- Size: 19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite + Pocketbase on Koyeb 🚀
Pocketbase Instance runnign Vite static site for frontend inside `pb_public`, tested deployment on [Koyeb Cloud](https://app.koyeb.com)
## Client
### Vite Integrations
- Tailwind
- React
- ShadCN UI
- Zustand
- swr
- pocketbase-react## Deployment Settings
Expose port `8090`### Build command
```sh
pnpm build
```### Run command
```sh
pnpm permit && pnpm dev
```> `pnpm permit` gives permission to pocketbase CLI to be ran by the cloud instance
## Todo
- [ ] Test with `pb_public` build folder gitignored
- [ ] Landing page listing out the features & integrations
- [ ] Todo App based on the pocketbase CRUD
- [ ] Auth + OAuth with admin login
- [ ] Chat Client with Pocketbase SSE
- [ ] Gemini AI responses to the chat client
- [ ] Pocketbase Cron Job
- [ ] S3 image storage
- [ ] Backup testing
- [ ] Extended features with `pb_hooks`
- [ ] Guide on working with ignored `pb_data` folder on the Koyeb Cloud
- [ ] Video illustrating using [AnonAddy](https://addy.io) email aliases for unlimited deploys on Koyeb Cloud