Realtime Blog App made using React and PocketBase
May 5, 2025 ยท View on GitHub
PocketBase is an Open Source backend comprises of only one single file, written in Go, for more info visit: https://pocketbase.io/
For beginner friendly Todo app using React+PocketBase visit: blog, repo is now part of the official PocketBase show-and-tell and awesome-pocketbase
Backend
Setup pocketbase locally --> spin up the server --> Create a new collection named posts --> and add these fields to it
| field | type | required |
|---|---|---|
| title | Text | true |
| content | Text | true |
| imgurl | URL | false |
| user | User | false |
| likes | json | false |
Changes: Added redux, deployed on vercel.
Features:
- Authentication ๐
- List/View ๐ช
- Create ๐ช
- Update ๐ง๐ปโ๐ป
- Responsive
Some screenshots of the application:
- Home Page

- Login Page
