I was getting really frustrated with CSS and HTML (I was originally a print designer), so built a tool for building websites using only SVG content. It's essentially a website builder that uses Adobe Illustrator for creating pages. The results so far have been really promising: - building websites is extremely rapid - very little debugging or verification is needed - it's easy to create beautiful content Techniques t…
Show HN: A tool to build real websites built exclusively in SVG
11–20 of 164 posts
Re: Show HN: A tool to build real websites built exclusively in SVG
#12Oh, man. It's Flash all over again.
Re: Show HN: A tool to build real websites built exclusively in SVG
#13Is there any UI framework build on SVG?
Re: Show HN: A tool to build real websites built exclusively in SVG
#14I was getting really frustrated with CSS and HTML (I was originally a print designer), so built a tool for building websites using only SVG content. It's essentially a website builder that uses Adobe Illustrator for creating pages. The results so far have been really promising: - building websites is extremely rapid - very little debugging or verification is needed - it's easy to create beautiful content Techniques t…
Re: Show HN: A tool to build real websites built exclusively in SVG
#15I was getting really frustrated with CSS and HTML (I was originally a print designer), so built a tool for building websites using only SVG content. It's essentially a website builder that uses Adobe Illustrator for creating pages. The results so far have been really promising: - building websites is extremely rapid - very little debugging or verification is needed - it's easy to create beautiful content Techniques t…
If you aren't handrolling or compiling the SVG yourself you also need to look out for whatever your tool is doing. Illustrator and Sketch in particular do some wonky nonsense with filters to support things like inner/drop shadows, and you may want to A/B the SVG in different browsers to make sure they look the same. It's been a few years since I had to do this, but in my experience you really had to restrict what features of the SVG editor your designers used.
Re: Show HN: A tool to build real websites built exclusively in SVG
#16I was getting really frustrated with CSS and HTML (I was originally a print designer), so built a tool for building websites using only SVG content. It's essentially a website builder that uses Adobe Illustrator for creating pages. The results so far have been really promising: - building websites is extremely rapid - very little debugging or verification is needed - it's easy to create beautiful content Techniques t…
Re: Show HN: A tool to build real websites built exclusively in SVG
#17I was getting really frustrated with CSS and HTML (I was originally a print designer), so built a tool for building websites using only SVG content. It's essentially a website builder that uses Adobe Illustrator for creating pages. The results so far have been really promising: - building websites is extremely rapid - very little debugging or verification is needed - it's easy to create beautiful content Techniques t…
Re: Show HN: A tool to build real websites built exclusively in SVG
#18Re: Show HN: A tool to build real websites built exclusively in SVG
#19Re: Show HN: A tool to build real websites built exclusively in SVG
#20Joking aside, if enough work is put into it, SVG might be a solution one day to build a website. But right now it causes more problems than it solves.