code.vicjicama.com www.repoflow.com
I did some major updates to the shop editor (WIP), you can play around with the live demo here:
https://shop.listws.com/v2/store/demo/editor/demoshop.listws.app/default/
I still need to improve a lot the UX and the navigation between the form editor, the preview pages and the html code, but I am constantly working on this. Now you can deploy the result to a CDN, but I am working on integrate this to a Wordpress instance
Let me know any feedback!
I want to share a tool that I am working on, this tool started as a couple of scripts and evolved into another project. The tool is kind of simple and just has one purpose: to help you to add speech, subtitles and music to a video in a couple minutes. I use this tool to create custom tutorials, customer support videos, page reviews and walkthroughs for my projects.
Here is a video tutorial for the tool as example: https://www.youtube.com/watch?v=r15Eu21pdEU
Website: https://video.listws.com/
Let me know any feedback!
Yesterday I saw a very strange behavior while working with some tags, I thought this was a bug!
Can you spot the difference? (https://jsfiddle.net/vbjtcf3d/)
<div pagews-snapshot="true" referenceid="remotemkt.listws.app" snapshotid="snapshot/board-companies" ></div>
the other ( https://jsfiddle.net/q9d08xp1/ )
<div pagews-snapshot="true" referenceid="remotemkt.listws.app" snapshotid="snapshot/board-companies" ></div>
Both looks exactly the same!, but only one is working....
It turn out that it was an unicode character issue, the spacing between the non working tag was using the unicode non-breaking space (0xC2 0xA0), when I replaced the spaces with the regular space character (0x20) everything worked again.
I think that I copied this tag from an email, I will be extra careful in the future for this kind of issues.
It took me a while to find out this, I hope this could help anyone, if your attributes are null and you are sure that they are present check you html with a hex editor.
Let me know your thoughts
I want to share a website that I generated from the 'Ultimate Meal Planner' airtable.
Site: https://recipes.listws.app/ Airtable base: https://airtable.com/universe/expf1Eqp1BC0kvs86/ultimate-meal-planner?explore=true
I am using an airtable site builder that I am working on https://table.listws.com If you have an airtable that you want to convert into a website let me know, I am continuously doing site like this from an airtable.
Please let me know any feedback, thank you!
I am working on a products catalog template for the tables editor.
I added filters based on tags, simple search and rich text paragraphs.
This is the template: https://table.listws.com/table/editor/tailwind.listws.com/products/table/values
You can download the generated table and modify the html templates.
Let me know your feedback. Thank you
I am working on a landing page editor, I just added a bootstrap template, here is the link if you want to explore the editor and check it out:
https://landing.listws.com/landing/canvas
Let me know any feedback, thank you!!
I am doing some experiments to remove friction for the users that want to try the projects that I am working on.
I have been working on this editor: https://landing.listws.com/landing/canvas
This is a single page editor, I am planning to shreds and reuse. Since this have practically 0 cost for me(I never hit the backend), I will add a download button to get the modified html.
Please let me know any feedback, thank you!
This is a simple digital catalog + stripe checkout. I am working on a couple services that will let you create catalogs like this in a couple minutes.
The final goal is a simple option that will let you publish products with 0% sales commission. (just the stripe commission + fixed fee)
Please let me know any feedback, question or ideas. Thank you!
https://shop.vicjicama.com/
I am working on a very rudimentary analytics tool for a couple of projects.
I only capture page views, unique visitors (a hash), referrals, timeOnSite, agent info, load time for each page and every hour I aggregate the result and store them on a CDN. I also have some alerts that are triggered and sent immediately.
This leads to a cost effective and simple solution... but I am totally missing the real-time statistics, so far I am ok with this, I only review the results once or twice a day or when an alert is triggered.
But I was wondering if there is something important that I am missing without the real time information? Why is the real time information useful for you? How much do you spend reviewing the real time analytics?
Thank you.