Hey everyone! I've spent the last couple of months working on a transcription web app using Nuxt.js, and the entire codebase was generated by AI. While I understand what my app does, I'm not actually sure how it works on a code level. My current setup includes a Nuxt.js frontend, a Dockerized Postgres database for user data and transcripts, plus S3 compatible storage for media files. After running a small test with about 30 users over two months, the feedback was really positive which got me excited about the potential. Now, I'm stuck, though. I have concerns about the security and scalability of the app since I don't have a strong grasp of JavaScript or web development. I've done some basic checks, like ensuring hashed passwords and testing URL protections, but I know that's not enough. I want to be privacy-focused, especially since I handle sensitive data, but I don't want to jeopardize user information. What should I do next? Should I learn web security basics, hire a developer, find someone for a code audit, or put this project on hold until I'm more knowledgeable?
2 Answers
Honestly, if you're more interested in the product side than coding, it might be worth focusing on that while getting help with the code. Find someone who can ensure the app is built right. Then you can focus on developing and marketing your service. Don't throw your idea away—it's got potential!
What you're doing is interesting for sure! But if you're depending on an external service for the transcription part, ensure they follow the necessary security protocols. Also, I would recommend learning the basics of web security, especially since privacy is a big part of your pitch. You don’t want your users’ data at risk.
Absolutely, I totally get that! I want to maintain trust with my users.
That makes sense! I might want to explore that route since coding isn't my passion.