⚡ PWAMaker: Create a PWA easily using PWAmaker 100% on your device

:zap: PWAMaker


PWAmaker allows you to create a simple PWA that can help speed up your website without any servers. This allows you to make a PWA just by filling out a simple form. The files are generated on your device, zipped up, then downloaded all on your device.

Fun Fact: The PWA on the site was generated by the PWA generator. Pretty cool right?

image

Project URL: https://pwamaker.glitch.me/
(also, the main site uses Twemoji)

It does not work on Firefox as the way they process their HTML/JavaScript. I cannot fix it.

10 Likes

Ooooooo, nice!
That may be cool.

@aboutdavid What do you do with the files afterwards? Where do they go?

PWAs belong to websites. Websites are hosted on servers. Upload the files to your server.

5 Likes

Thanks for creating this tool, I’ll add instructions for using this in the PWA tutorial!

2 Likes

The mobile responsibility, the ability for installation and it’s simplicity is the reason why I like this! Keep up the good work!

2 Likes

Nice work! I would like to say that I was very smart and actually tested the thing that download, but I just threw it away…

3 Likes

Idea: Web app to PWA extension so I can read sites offline that won’t move to PWAness

3 Likes

It probably is open source, just go glitch.com/edit/#!/projectname.
And wats this??
Screen Shot 2020-11-08 at 11.52.12 AM

He replied by email.

1 Like

Now that I think of it, what if you left a vacation responder on and it replied to your discourse emails

That would be bad lol

Awesome, let me try that.

This works! I set it up here:


Thanks so much @aboutdavid! :slight_smile:
Eddie

1 Like

Nice. Is there a list of badges somewhere?

@CarlyRaeJepsenStan
https://support.glitch.com/badges

2 Likes

Hum. how does one invite users?

Ya share a link.

That feature seems to be disabled.

How would I create one from your app?

You fill in the form and click “Create!”

I did, however I believe the create button broke. Also, is there a source for it?

What browser are you using? I assume you are using Firefox and it does not work on firefox.

It doesn’t work on Firefox? Firefox is the best browser of the century!


Many libraries/code is not suitable for firefox as firefox’s engine may have less features than V8 (the leading browser engine)

Chrome

1 Like

I wonder if there’s a polyfill for fixing that sort of stuff

2 Likes

I can confirm that this is working on chromium based browsers, but they have to be newer.

Is this open sourced?

And, how do I view my site?

CTRL + SHIFT + R in the Glitch Editor

What happens if you use firefox just curious, I think this issue might be revelant

1 Like

Most of those features are non-standard functionality the Chrome team added on a whim. V8 is not a browser engine, it is a JS runtime used by Chromium and Node.js. Chromium uses Blink, a fork of Apple’s WebKit.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.