top | item 6789992

Ask HN: Give me some PHP project or web app ideas

41 points| gembird | 12 years ago

50 comments

order
[+] nate|12 years ago|reply
My favorite method for generating ideas is this:

1) Find a task I have. If I want to make money later from this idea, this task should probably be something I already pay money for, but if I just want to make my life easier, than forget the money part. My credit card statement is a great place to look for the money making ones. Once I have the task...

2) List out all the steps this task has. Be as detailed as you can.

3) Figure out how to remove as many steps as possible.

Seems simple, but I don't see people doing this very much. Instead they focus on making something because it sounds cool or is going to be the next Facebook for people who use Groupon.

OXO is one of my favorite examples of doing this. They make household goods.

1) Task: they studied the tasks people have in the kitchen. They watched how people cooked and baked using measuring cups.

2) Steps: one of the weird steps people have in cooking with measuring cups is when they lift the cup to see the water level against the cups ruler. They would do this 4 or 5 times trying to get an accurate amount of water in their cup.

3) Remove: they figured out they could add the measuring cups ruler to the top of the measuring cup so that people could see the measurement while they used the kitchen faucet to add water. They no longer needed to lift the cup up to read the level.

So simple, but they shaved off those 4-5 extra steps, and they sold millions of their new measuring cups in 18 months.

They innovated on a measuring cup. Pretty inspiring when you think of how long measuring cups have been around and how simple they are. There are so many newer more complicated things around us today that could use the simplification above.

[+] byoung2|12 years ago|reply
I saw a good example of this at the LA Car Show yesterday. The new Honda Odyssey minivan has a vacuum cleaner built in to the cargo area, with an extendable hose that can reach all the way to the driver seat. Such a simple idea, I can't imagine how no other manufacturer ever thought of it before.
[+] gesman|12 years ago|reply
Second that.

I implemented a task I need and sold it for about $100,000 total to other people.

That's a rule - if you have a problem - chances are - lots of other people have the same problem for solving which they'd be more than happy to pay.

[+] placementloop|12 years ago|reply
Services related:

1) Find repeatable operations that distributed users can perform.

2) Achieve scale by helping the users become more efficient (technology) and effective (empathetic).

E.G. Uber, Airbnb

[+] jtheory|12 years ago|reply
What makes a project/webapp idea well-suited to PHP? It might be better to ask about your interests, your experience, etc.. Presumably you've branched off from coding basic CRUD apps into something more specialized; do you have expertise (and contacts, domain knowledge, etc.) you might want to leverage in a new project? Or do you want to start a side project to build more expertise in X?

What do you want out of this?

Suggestions for finding (and validating) ideas for new webapps/projects are all over; you might check into those.

[+] aoloe|12 years ago|reply
PHP is wells suited for software that you want the users to install on "their" server without requiring any server configuration skills.

Two simple projects I'm needing:

- A Tumblr like app where I can post / tag / search the link s I stumbled upon in my daily browsing (with screenshots?). - A secure but simple commenting engine that I can attach to any of my pages (spam / attacks detection; confirm / delete from links in mails).

Of course I need them as free software. And I'm probably going to work on them soon.

[+] comicjk|12 years ago|reply
My way of learning a programming language is always to write a chess program in it (this is probably why I haven't learned any languages which don't encourage state). A multiplayer chess site would be a fun and challenging project.
[+] cgag|12 years ago|reply
I think you should check some of those languages out. Chess is used as an example in the Joy of Clojure, and I've seen it used to teach Haskell as well: http://www.youtube.com/watch?v=ScS8Q32lMxA (note, you can't really see anything here unless yout put it in HD and view in full screen).
[+] wickedOne|12 years ago|reply
though i agree with the comments that there's not really an idea restricted to php (jtheory) and your interests would be good to know (jtheory, dutchbrit), i throw in a wild idea as you didn't provide those…

an application in which you keep track of your fridge's content (throw a cam driven barcode scanner in there) and suggests meals to cook based on the lowest investment (stuff not in your fridge) taking into account the store closest to you (can throw a little location based feature) your favourite meals sorted desc based on a custom rating (client specific rating db?)…

should keep you busy for a while? B-)

[+] sz0ka|12 years ago|reply
Write a service for people who got the same issue like you: A web(app|page), where people can submit their computer problems like "I need an application, that scans my calendar from <insert calendar provider here> and alerts me in my browser ten minutes before the event comes up". Programmers than could just pick a task from it and post the solution. The whole thing can be expanded to the maximum like payed work, featured idea's, collaboration / team finding based on activity stats .. you name it :) I hope this helps you a bit.. ./sz0ka
[+] jpatapoff|12 years ago|reply
I find that it's better to work on a project related to something you're passionate about. Otherwise a couple weeks will go by and you'll have a hard time continuing to work on it.

If you want to do something audio related, you can use an API that I built out http://audiour.com/api There are a couple things I want to rework before officially releasing it into the wild, but you can start using it now if you're interested.

[+] adamzerner|12 years ago|reply
A web app that plays music (could just be youtube videos), and makes smart ratings and playlists for you based on how long you listen to your songs. The idea is that if you listen to a song for 20 seconds, you don't like it as much as if you listen to it for 2:30. From this data on how much you like songs, you could even get into better predicting of which songs you should try (like Pandora does).
[+] paromi|12 years ago|reply
a nice music site, but without the ratings www.groovevibe.com
[+] krapp|12 years ago|reply
PHP forum scripts are mostly horrible, out of date and bug-ridden messes. Make something simpler and better that's not a service.
[+] mcintyre1994|12 years ago|reply
If this is actually a problem you currently have, I've heard great things about FluxBB[0], it's built on Laravel and also powers the Laravel forums.

[0] http://fluxbb.org/

EDIT: Its alpha 2.0 is built on Laravel and is a complete rebuild.

[+] X4|12 years ago|reply
For MONEY, or NOT?

If not, I'd say create a webpage for a charity organization that cares for the environment or children or poor people etc.

[+] drizzzler|12 years ago|reply
I've got a near fully built front-end that needs a back-end. The project is in the travel industry. It's a lot simpler than AI, video crawling, etc that you mention, but it's straightforward and ready to make money. Ping me on Twitter if you're interested.
[+] dysoco|12 years ago|reply
You can probably do a simple Twitter-like application, it's simple CRUD and shouldn't be difficult (It's used both in Rails for Zombies and the Rails Book as example iirc)

A simple blog engine isn't complicated either.

[+] sirsar|12 years ago|reply
An RSS reader that flows all the feeds together, but weights them based on frequency. So your once-a-month blog is above your webcomic is above your HN feed.
[+] gembird|12 years ago|reply
thinking about some AI technologies like Natural Language interfaces, intelligent OCR scanners, video crawler with using machine vision .... etc
[+] ohashi|12 years ago|reply
Well if you like working with natural language. As far as I know, nobody has ported Natural Language Tool Kit (NLTK) from Python into PHP. I've ported small parts to suit my needs, but I am sure a lot of PHP developers would love having access to the whole thing directly.
[+] vikp|12 years ago|reply
I've been bouncing the idea around in my head for a while to predict the weather in an area from a photostream (ie flickr, twitter, etc). More brightness -> hotter is a simple correlation, but you could extract a lot of interesting image and meta features, I am sure (for instance, maybe people take less indoor photos in the summer).

This is more of a "fun" project in realtime, but historical weather data is actually very valuable for things like energy price prediction, and is pretty hard to get. I don't know what the market is like, but there is almost definitely one (I would be a customer if the data is accurate).

[+] puppetmaster3|12 years ago|reply
One project would be to learn another programming lang so you know something other that PHP. Same advice I would give to Java or others.
[+] RyanZAG|12 years ago|reply
Great. Now he knows two different languages and still has no ideas on what to use them on.

Terrible advice.

The correct time to learn a new language is when your current one isn't meeting your needs or when you've completed enough projects to have learned as much as possible from your current language and can start bringing in ideas from others. Endlessly learning new languages and never using them is completely backwards.

[+] NicoJuicy|12 years ago|reply
I have like 5 a day... So i don't think it's hard ;)

Also, ideas are very subjective :)

[+] alb000|12 years ago|reply
read the book "The Millionaire Fastlane" by MJ Demarco. after you have read it, your ideas will flow (I think) and you will have a clearer vision on what you really must pursue.