- a headless cloudflare worker use KV to store prompts, use Cloudflare AI to handle GitHub webhook events, for example: issue command
- handle routes by hono
- use hono-openapi and zod-openapi (with zod) to define and validate query & params schema
- use hono-openapi (api specs) to generate api schemas and docs
- use nextjs to serve a nice interactive UI to operate Prompts
- GitHub OAuth using Next-Auth@v5
- Prompts Import/Export, Create/Update/Delete, Search Models, etc.
- completely self-hostable, you can freely to deploy worker to your cloudflare account, and run Nextjs on your own server
*ps: prompt in example image below are not production usable, please add your own.
recommend site: https://prompts.chat/
unauthorized | authorized |
---|---|
![]() |
![]() |
update | delete |
---|---|
![]() |
![]() |
quick add from model list | filter models |
---|---|
![]() |
![]() |
completely api doc generated by openapi |
---|
![]() |
show result |
---|
![]() |
![]() |