I'm searching for a website platform that allows users to input information—including photos—into different fields and submit that data. Additionally, it should enable users to search and filter through this information. Does anyone know of a good platform that fits these requirements?
4 Answers
If you're a developer, you might enjoy a more hands-on approach. Writing raw SQL and managing migrations yourself can give you a deeper understanding of your data model compared to using a generator.
You might want to consider platforms like Glide, Softr (with Airtable), or Bubble. They let users submit data along with images and provide options for searching and filtering—all without needing to write any code!
I used to work with phpMyAdmin for database management back in the day. Depending on your user's needs and technical skills, that could be a direction to consider. Just curious, who do you mean by 'users'—are they end-users accessing the site or developers?
Just a heads up, storing photos directly in a database can be inefficient since they're binary. It’s better to store them in something like an S3 bucket and then keep just the URLs in your database. Supabase could be a great all-in-one solution for your project!

Related Questions
How to Build a Custom GPT Journalist That Posts Directly to WordPress
Cloudflare Origin SSL Certificate Setup Guide
How To Effectively Monetize A Site With Ads