Would there be a market for physics/chemistry web development tools?

  • Thread starter Thread starter CrimpJiggler
  • Start date Start date
  • Tags Tags
    Tools Web
AI Thread Summary
Creating a chemistry tool WordPress plugin that generates visual representations like Bohr diagrams from BBCode could be a viable monetization opportunity. The demand for such tools stems from the tedious nature of creating educational content, which many educators and bloggers may prefer to automate. Conducting market research is essential to gauge the potential user base and their willingness to pay for the plugin. It's important to consider existing alternatives, such as sourcing images online, and the potential for user requests for additional features post-launch. Additionally, focusing on enhancing personal blogs with these tools could lead to increased web traffic and advertising revenue. The developer plans to delay major projects until after completing college, emphasizing the complexity and debugging challenges of programming.
CrimpJiggler
Messages
141
Reaction score
1
I've been making various PHP scripts that make it easier for me to build chemistry tutorials but I spend a lot of time making this software, so it would be cool if I could make some money in the process. Would you say people would pay for something like a chemistry tool wordpress plugin which will let you enter in a short BBCode, say for example [atom=Br2+ display=electron_configuration output=bohr_diagram] and it outputs a Bohr atom diagram for that particular ion. Thats just an example of one of the features I could add. Do you think people would pay for that?
 
Technology news on Phys.org
There's one way to find out :P

I like these kinds of tools, it's often just the kind of tedious procedure nobody wants to do, but if you have a plugin that spits it out then why not? Do it I say. :)
 
Do some market research.

Find out how many wordpress blogs have (or could use) the diagrams you want to generate. Then make a guess at how many of those bloggers would pay money for your software.

Then think about what alternatives they have - e.g. just find a similar looking image on the web and link to it, or copy it.

Then consider what happens if you do get some customers, and they start asking for lots of features that you don't have...

Financially you might be better to go the opposite way: if your own blogs / tutorials look so much better than the alternatives, you get all the web traffic and all the advertising revenue it generates :devil:
 
Thanks for all the advice. I'm going to wait until I'm finished college (a few months) before taking on any big projects, since I'm a professional programmer, my scripts get mighty complex and hard to debug, even little plugins are tricky because they have to be perfect.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top