pull down to refresh

The idea is this: to create a system where players of a specific sport can find other players in a specific city and play a friendly match.
What would be the simplest system to add this idea to a very basic website?
The basi website is on Google sites..
Thanks in advance!
What you have described is something that happens frequently, and people resolve it simply by communicating via messaging apps. Without intending to discourage your project, I doubt that most sports enthusiasts will seek matches on a website. However, if there is a system of elo, rankings, and points, whether between players or teams, it may be more effective. It reminded me that there are soccer goalkeepers who operate this way, not through a website, but by offering their services for friendly matches through all kinds of social media.
reply
It would take some programming skills, a backend where the database and all the behind-the-scenes happen, and a frontend for the user to interact with, not to mention other annoying things like authentication and so on.
Nowadays, it seems a lot of people 'vibe code' with AI LLMs and stick together something, might be harder if you don't have a clear idea of your goals, but you can try your luck.
reply
Use Claude code
reply
I'd be really careful on brainstorming ideas with such tools, it's really risky and if you don't have clear what you want, especially on functionalities and final experience, the ai will probably distort the idea bring it down to an average to mediocre result.
@Bitcoiner1 join us #1068257 , perfect place for you to plan your idea and bring it forward before give it away to feed an LLM.
reply
Can you elaborate a little bit more on this?
reply
Yeah, Claude Code is an AI tool that can make software projects, including websites, from scratch.
From your description, you'd probably need a backend for storing user data, and I'm not sure you'd be able to achieve that using just Google Sites.
reply