Live data from Hacker News

Introducing Bootstrap Studio

bootstrapstudio.io

71–80 of 142 posts

Re: Introducing Bootstrap Studio

#71
This looks really cool. It seems like you have a lot of granular control over the elements and layout. That being said, most of the websites I build these days don't need this level of customization. I've found that Blocs[1] is more my tempo. I just really want to organize structure at a high level, add content, polish, and export.

[1] - https://www.blocsapp.com

Re: Introducing Bootstrap Studio

#73

I know this is a Bootstrap tool, which means it has baggage. But if something like this existed for email, I would buy it in a snap. I have yet to find a desktop tool that can make decent responsive html emails, and that is one of the main strengths that Bootstrap should offer. Skip the JQ efects. Perhaps you can make a email mode that is JS free, strips out the unused CSS, and inlines the remaining rules?

[deleted]

Re: Introducing Bootstrap Studio

#74

Pretty. I hope it doesn't mangle markup like GUI tools (that tackled the problem) in the distant past did. Frontpage or Netscape Composer anyone?

GoLive, Dreamweaver too. It's hard to convey semantic intent and create efficient structures in markup when your tool has to be generic enough to have a flexible GUI. It still comes down to how skillful the creator is, to not end up with nested divs and classes like "rt-col1-flex-span-head".

Adobe Contribute... i.e. Adobe code mangler.

That's been my experience in the past with these kind of tools as well. Its easy to make a mess.

Re: Introducing Bootstrap Studio

#75
post #29

Looks super cool and very useful. If anyone thinks that $25 or $50 is expensive for 3 installs, they are just being disingenuous. That's less than most devs charge their clients per hour and tools like this easily save a few hours on each project. And good to see another Bulgarian venture :-)

Well, to be honest, it might be. I myself would never pay so much for software because I have better things to pay, like electricity, water, internet, etc. I'm not saying you should not pay for software, but poor people, even more poor under-18 developers, don't really have the conditions to pay for such things.

I don't really see where you're going here.

If you're not working, you're not the target market for an application for professional developers and designers.

Re: Introducing Bootstrap Studio

#76
post #43
post #27

IMO this is another example of unnecessary fragmentation of the dev tools ecosystem. Why do we need a whole IDE for Bootstrap? Can't we instead make a plugin for an existing IDE to accomplish the same thing?

Are there any widely used WYSIWYG web editors left that this could be a plugin for? I can't remember seeing one of those in ages.

Good question. Most designers I know use Sketch and I'm pretty sure Sketch doesn't output HTML or CSS.

Re: Introducing Bootstrap Studio

#78

LOL, $50 for a HTML editor.

$25 for a pretty superb WYSIWYG editor with CSS and JavaScript support, in-app responsive design tool, selectable themes, etc. I enjoy it. I'm not at all into coding front-end design, which is always a project-stopper for me. Something like this makes the GUI part easy, even though it's "just bootstrap".

Bootstrap is so simple you don't need WYSIWYG.

Re: Introducing Bootstrap Studio

#79
Just bought it after being quite impressed with the online demo, and figured it was worth a shot for $25.

First impression after downloading: an unsigned OS X app? Really? This is commercial software; it's not that expensive to get a dev certificate.

Re: Introducing Bootstrap Studio

#80

I know this is a Bootstrap tool, which means it has baggage. But if something like this existed for email, I would buy it in a snap. I have yet to find a desktop tool that can make decent responsive html emails, and that is one of the main strengths that Bootstrap should offer. Skip the JQ efects. Perhaps you can make a email mode that is JS free, strips out the unused CSS, and inlines the remaining rules?

Been thinking about / working on the email design problem for a long time. Email is a great medium with a startling lack of good design tools. Here are the features I look for in an WYSIWYG email builder:

* Drag and drop with common content types. Text, HTML, image, button, divider, social icons.

* Controls for fonts, colors, borders, padding, etc. You don't want to adjust CSS after the CSS is inlined.

* Control over email structure. Most email layouts are a single column or pre-built with a multi-column area. A good editor allows you to add new sections that are single or multi-column.

* Responsive by default. For email this means that multi-column layouts can "collapse" to one column on mobile. So a 3x3 grid becomes 1x9 and the content of each cell isn't tiny on a phone.

* Cross email client compatible. It handle Outlook, GMail and Apple Mail out of the box. This means lots of s, that's just life.

* One-click export to HTML with inlined CSS.

* Image hosting. You can host the images yourself, but most of the time that's an extra step you don't care about.

* Allows for saving and re-editing. It's not fun creating a variation of a template from scratch.

For the last three years, we've been working on our email builder: https://www.klaviyo.com/email-templates. I think it has all of the above.

Post reply on HN