The link is the example. I built a static site generator for this same template, but now I offer free hosting via a subdomain and a simple to use admin for those with no idea how to host their own. I will be adding custom domains later but for now its supported via subdomain
This url is a form for submitting a location that I review and add to OSM on someone's behalf making it much easier for small biz people to add their location to OSM.
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.
They are markdown files, if you can't manage a markdown file then you are not likely gonna have any easier of a time working in wordpress or anything for that matter.
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.
There is some code for looking up the geo lat/log of locations at compile. not sure how you would do that. But yeah outside of that your are mostly correct.
I used elixir because thats what I know and love so it was mostly just a personal choice rather than a technical one.
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.