I'm looking for a few cofounders to apply to YC. Working on something huge.
Our main product was a web CMS which we used to build custom sites and apps for people. In this process, there's a designer, and the designer must produce a design (which dictates aspects of the resultant software) according to his/her understanding of the client's needs as well as his/her amount of knowledge about computer systems. The developer then generally has to take this design and attempt to convert it into real software. Unless the designer is one of the rare people who is also an engineer, and unless this process is set up in such a way as to give the developer a high degree of input into the design, then the resultant software probably will never reach its full potential. The UI may not take full advantage of the tech, or the tech has to be redesigned or shoehorned into the client or designer spec. It's an altogether suboptimal approach to what should be a smooth and well understood process.
We've seen this kind of thing happen before. In the period of time before companies like Adobe and Apple ushered in the age of desktop publishing, the artist who designed something for print and those who produced/implemented it were entirely separate. The artist could of course produce copies of his work but usually it took lots of time and resources. When we got desktop publishing the game changed. Nowadays, instead of real canvases, paintbrushes, and pencils, we use tools like Photoshop, Illustrator, and printers to produce high quality work.
Right now we are experiencing a huge shift from print and web publishing to mobile and web publishing. And the problems in the process of producing mobile apps and publications indicate a huge missing piece in the puzzle.
There are some solutions to these problems. But where I worked, even in my position, nobody wanted to listen to me. I got fed up, and after using a few weeks to validate these solutions, despite my high paying job but lack of long term savings, I quit my job in November 2011. I began working to launch Blueprint (https://blueprint.io), an online tool for creating iPhone apps by yourself.
I built the MVP and was able to launch a private beta within a few months. Since then, it's received so much interest from the people to whom I've introduced it, and we've had quite a few signups. I even have a few customers that look like they'll be purchasing within a week or two.
I know that Blueprint could be huge. It's exactly what designers need, not to mention the droves of people who wish they could realize their mobile app ideas but find a huge barrier in learning to code – and I have so many exciting things planned for the near future. But right now my problems is that trying to juggle all of its aspects is too much work for just one person. I want to spend my time working on iOS and product development, where I'll be able to contribute the most value. But I have had to shoulder the additional burdens of marketing, design, server-side & web app development, PR, and more.
I completed my application to YC (for summer 2012) last month, but I know that single founders have a slimmer chance of being accepted or taken seriously.
That's why I started looking for one to three smart people to join me in my quest to change the face of mobile development into what it should be.
* A web programming wizard, preferably someone well versed in Node.JS, who could take over development of the web app and much of the server-side aspects
* A publicist with a strong background in design, or a designer with a passion for marketing
* A hustler/businessperson who could take us to the big leagues
Even if you don't match any of these roles exclusively but are a capable person interested in working on this problem, I want to talk to you...
7 comments
[ 2.1 ms ] story [ 24.3 ms ] threadBTW, the viewport size for the page is in logical pixels, the page currently looks shrunken in retina iPad :)
Blueprint is not a web app wrapper, it actually runs proprietary native code and apps you create are entirely native – unless you choose to incorporate a web view component into your app.
However, if you'd like (since you are probably a programmer) you could use a WYSIWYG view (which is really a UIWebView and for which I've exposed some advanced fields for Javascript, CSS, page begin/end etc) and input your web app code so that you can wrap it in a native app (sort of like people do with PhoneGap, just without having to put together an Xcode project and handle builds and so forth).
Thanks!