I'm just surprised we haven't seem some app that can act like a wordpress admin page but generating a static output you can host for free or very cheap somewhere.
We assume people are so stupid, its not they are stupid, they have to learn wordpress admin, square space's admin, wixx, they all have a learning curve. The issue is time and effort. If the process is simple even if not elegant its still simple.
In my case you are logging into github and navigating to a folder vs an admin and navigating to a specific section. Editing file directly in github vs hitting save on some form and site deploys via github actions without any other need. If anything my system offers version control baked in with about the same level of effort.
I used elixir because thats what I know and love so it was mostly just a personal choice rather than a technical one.
/s
First, the site generator is MIT licensed but I don't see a link to the license. If someone forks this generator, would they be in compliance with MIT license requirements?
Second, the images linked in this site are quite nice. I can imagine someone choosing to use some of them as is. Are they yours to share?
Third, it appears that you are targeting non-developers. I would think about how to make it as easy as possible to customize. Decisions like putting images in "priv/output/images" seems a bit confusing.
Second: pixabay
Third: Yeah that's the challenge I'm working on at the moment. Thanks for the feed back.
I do plan on cleaning up the repo so that you are not starting with the example and also plan on making a small tutorial video to show how much effort it takes to setup.
https://github.com/Local-Cafe/localcafe-full
You can test the checkout with a sandbox stripe credit card IE 4242 4242 4242 4242
## Features:
* Stripe payments fully integrated.
* Anonymous user checkout and payments.
* Tips can be added at checkout.
* Browser based push notifications.
* Order status tracking.
* Menu items can have multiple prices and or variants.
* Menu items can be associated to a given location as only available there.
* Menu items have basic tags / categories for easy filters.
* Analytics built in admin dash
* Blog + comments with full comment moderation
I have loads more planned for this and again its very early. I just could not wait to show off the progress so far.
I'm open to feed back good or bad.
The stack is:
Serverside: Elixir (no liveview)
JS: vanilla - no framwork
CSS: vanilla - no framework
My only runtime npm module is "@stripe/stripe-js": "^8.5.2"
It has a wasm tool I built for client side image scaling and uploading to a s3 compatible object store via pre-signed urls for use in the menu items, slide show and locations. No server side image processing required.
Demo site take about 156.7 MB to run on the server.