superflare icon indicating copy to clipboard operation
superflare copied to clipboard

A full-stack toolkit for Cloudflare Workers.

Results 17 superflare issues
Sort by recently updated
recently updated
newest added

Since Superflare is deeply integrated with the Cloudflare ecosystem and Remix doesn't have a built-in image optimizer, it would be nice if there were a way to optimize images using...

Now that Cloudflare supports ALS using the `nodejs_compat` compatibility flag, this allows us to attach Superflare config to a request-local context. This is way better than assigning a bunch of...

Hey :wave: Just stumbled upon this project while trying to find a way to do queued jobs in my SvelteKit project. This seems to be the missing piece in the...

i’m very impressed by this project and was quite excited to get started with the `@superflare/remix` package. however, i see that it’s depending on [remix version ^1.14.1](https://github.com/jplhomer/superflare/blob/main/templates/remix/package.json#L19), whereas i’m on...

``` Where would you like to create your app? │ ./ superflare new [name] 🎸 Create a new Superflare project Positionals: name The name of the app to create [string]...

This makes the `env` and `ctx` params available to Job instances. Resolves #56

Hello, Would it be possible to create an example for a plain cloudflare worker (no remix)? Thanks for putting this together!

Following the steps from [getting started](https://superflare.dev/getting-started), I get the following error: ``` > npx superflare@latest new (cd into project, build, dev, killed) > npm install @superflare/remix npm ERR! code ERESOLVE...

Found this repo and I like what's going on! Cloudflare are certainly upping the ante these days and I'm glad to see a opinionated toolkit for it. Have you considered...

Hey there, I'm trying to use Cloudflare's [Browser Rendering API](https://developers.cloudflare.com/browser-rendering/platform/puppeteer/) in a job, which requires invoking the ENV context. How do I access that in a Job?