Forum Moderators: phranque

Message Too Old, No Replies

is there any demand for a site builder?

not the usual templatemonster junk

         

eric00

11:29 am on Apr 8, 2005 (gmt 0)

10+ Year Member



Hi everyone

for several months, I've been building a site builder in php. It's different to the other turnkey services out there. Some of the things it does differently :

- clean semantic markup (xhtml) - committed to web standards
- no tables for layout
- no restrictions on templating (markup and css is completely customisable)
- extremely easy to use
- very generic. There are several features but I take a very hands off approach. You could use it to host a single-page AIM profile or a business website with customer forums.

I'm almost done with the coding. the next stage involves beta testing and having some stunning (as in zengarden stunning) designs made up but this is going to cost a lot of money and I'm starting to get cold feet.

My fear : this would appeal to people who know and care about webstandards but they probably know how to set up a site anyway. The people who don't know or care about standards won't care and would be just as happy using a $2/month turnkey solution.

what do you all think? should I cut my losses and run or bite the bullet and get on with it?

eric

topr8

12:32 pm on Apr 8, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



imo, wether any product is good or bad, the key is in getting customers ...

there are a great many not very good and expensive products out there that sell very well.

and the converse is very true too.

...

this applies to both software and tangible goods.

it is all about getting customers, if you can do that then no problem.

my point is that there are always plenty of potential customers no matter how cool, uncool, weird, conventional or wacky the product, but getting them is the hard bit, thats why marketing is such a huge industry.

saoi_jp

7:21 am on Apr 9, 2005 (gmt 0)

10+ Year Member



My fear : this would appeal to people who know and care about webstandards but they probably know how to set up a site anyway

Yes, but not all of them know how to create a site builder. They may need one for other people to use.

eric00

7:32 am on Apr 9, 2005 (gmt 0)

10+ Year Member



I hadn't thought of that. I guess I could target designers who are good with CSS and sell them the benifits of hosting their clients sites with me

peewhy

7:40 am on Apr 9, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Bear in mind that designers have their favourite editing software and you'll take some convincing to pull them away from their beloved Dreamweaver of whatver.

eric00

8:48 am on Apr 9, 2005 (gmt 0)

10+ Year Member



They can still use dreamweaver. Templates are normal html files with a @@content@@ marker. When a page is requested, @@content@@ gets replaced by the actual page content.