sonicjs icon indicating copy to clipboard operation
sonicjs copied to clipboard

SonicJs Headless CMS - Blazing Fast Headless CMS built on Cloudflare Workers. 100% Javascript Based

Results 74 sonicjs issues
Sort by recently updated
recently updated
newest added

Ability to pick relations when editing/creating and various improvements relating to that

This commit configures Tailwind globally, adds a new folder insider `admin` called `themes` which is insipired from the `wp-content/themes/theme-folder` structure in WordPress. Right now though is not possible to add...

https://demo.sonicjs.com/ Data Retrieval - Server: 2469ms, Client: 2877ms

Now that we support image management, it makes sense to extend this to supporting image transformation. So for example, a user uploads a full rez photo, and SonicJs will create...

enhancement
help wanted
good first issue

Currently we are using R2 for image upload. Cloudflare images offer much better functionality. We still need to retain R2 for uploading documents. https://developers.cloudflare.com/images/ TUS is used for the upload...

enhancement
help wanted
good first issue

Per this annoutments: https://blog.cloudflare.com/workers-vitest-integration We should convert our testing to use vitest over miniflare

enhancement
help wanted

Hello, Just came across this issue trying to update my production schema. In `package.json` the `up:prod` command runs: `wrangler d1 migrations apply sonicjs`/ This will not, as far as I...

Hello guys! when i click on '''categories-to-posts" i got this: ```SonicJs Error: TypeError: Cannot read properties of undefined (reading 'table') TypeError: Cannot read properties of undefined (reading 'table') at dataRoute...

Submitting as a GitHub error since there's no apparent way to contact the author. The example at: https://sonicjs.com/routing#hello-world Results in: ``` npm run dev > [email protected] dev > run-p dev:*...

Hi, I'm installing SonicJS in my first time and have stuck in this error: npm run dev > [email protected] dev > run-p dev:* > [email protected] dev:wrangler > wrangler pages dev...