Currently the tools work by splitting the project into js and html files
Sometimes some components get broken and show up with some issues when webpage is viewed.
You can view all generated websites here:
https://shipstation.ai/all
Check out as many websites as you can and spot whatever issues you find and a patttern of where AI is breaking or giving poor output.
Effectively, we need to add a "analyse and repair" website tool.
One of the approach for the tool is:
- Once website is generated, open the website in a headless browser programmatically and take screenshots
- Send those screenshots for analysis to AI which detects potentially broken components like features/pricing/footer etc
- Rewrite the code for the component if needed
- Call project deployed event once this all is done
We need to aim to fix both visual aspect of things and try to fix broken carousels, buttons etc which are supposed to do work but dont. Text and other colors used should also have good contrast ration with the backgrounds as well. You
We are open to any other approach as well which is faster, smarter and more reliable.
Currently the tools work by splitting the project into js and html files
Sometimes some components get broken and show up with some issues when webpage is viewed.
You can view all generated websites here:
https://shipstation.ai/all
Check out as many websites as you can and spot whatever issues you find and a patttern of where AI is breaking or giving poor output.
Effectively, we need to add a "analyse and repair" website tool.
One of the approach for the tool is:
We need to aim to fix both visual aspect of things and try to fix broken carousels, buttons etc which are supposed to do work but dont. Text and other colors used should also have good contrast ration with the backgrounds as well. You
We are open to any other approach as well which is faster, smarter and more reliable.