sonicjs
sonicjs copied to clipboard
SonicJs Headless CMS - Blazing Fast Headless CMS built on Cloudflare Workers. 100% Javascript Based
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...
Fast?
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...
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...
Per this annoutments: https://blog.cloudflare.com/workers-vitest-integration We should convert our testing to use vitest over miniflare
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...