Hello!
I'm looking for ideas for simple web apps that people wish existed. I plan to select some of those ideas and implement a “v0” or prototype version of the idea using PyCob, a Python project that makes it easy to create web apps using just Python. The easiest types of apps to implement would be Python libraries that you wish there were a front-end for. I’ll post the demo and code here: https://www.pycob.com/
If you have an idea for a simple web app that you think would be useful or fun, please share it in the comments below. These are some examples of demo apps we’ve made:
PyPi Analytics: Show trends of how many downloads PyPi packages have over time
HN Analytics: Find the best time to post on Hacker News
Dataframe Explorer: Choose fields from a dataframe to pivot and graph the results
App Wizard: Generate Python code for a CRUD app
Book Summary: Choose a book and get a 10 bullet point summary
AI Regex Generator: Give the app 3 examples and have AI (try to) generate a regex pattern
Warranty Claims: Allow users to submit warranty claims and track status of replacement parts
These are just a few examples – feel free to suggest any kind of app you can think of!
Thanks in advance for your ideas. I'm excited to see the ideas, and I look forward to implementing some of these apps using PyCob.
Thanks!
I have at times also wished I had this for just about any sort of data tagging. Give it an array of json objects, it displays the data and then lets you swipe super quickly through all the objects in the array, semi-randomly choosing which objects to compare. Would need to write the data out as well - that's the product.
This is probably worth a couple hundred bucks to me if anyone wants to build it and open source under a commercial-reuse allowed license. Every year I spend dozens of hours doing this and don't feel like I have done a great job of making the correct comparisons.