Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benallfree/pocketpages
Server-Side pages for PocketBase
https://github.com/benallfree/pocketpages
Last synced: about 12 hours ago
JSON representation
Server-Side pages for PocketBase
- Host: GitHub
- URL: https://github.com/benallfree/pocketpages
- Owner: benallfree
- Created: 2024-08-30T18:03:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T01:45:17.000Z (about 1 month ago)
- Last Synced: 2025-01-08T21:09:48.614Z (8 days ago)
- Language: CSS
- Homepage: https://pocketpages.dev
- Size: 7.86 MB
- Stars: 59
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-pocketbase - pocketpages - Server-side EJS pages for PocketBase. ![GitHub Repo stars](https://img.shields.io/github/stars/benallfree/pocketpages) (JSVM Plugins)
README
# PocketPages
> **_Really fast Server Side pages for PocketBase_**
PocketPages is a lightweight EJS and router engine that runs as a PocketBase JS hook. It's super fast and can render pages <40ms.
Write your web apps like old-school PHP:
```ejs
// pb_hooks/pages/index.ejs
<%= `Hello, world!` %>
```### >>> [Official docs](https://pocketpages.dev/docs) <<<
## Why did I make this?
- Because when I have a new app idea, I want to make contact with the real world as soon as possible
- Because I want to start simply and grow as needed, in any direction I decide
- Because I want a unified SEO-friendly platform without needing to worry about SSR/SSG/SPA
- Because I miss the good parts of PHP
- Because I think pure client-side reactive frameworks like AlpineJS and HTMLx are a perfect compliment to Server Side pages.
- Send a PR to add your reasons here :)## Contributing
PR's are welcome.
- Docs
- Core features
- Starter kits
- Showcases