SharveshC/CodeFlow — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a cloud based coding app called CodeFlow where people can sign up, open a browser editor, write code in different programming languages, run it, and see the output right away.

It should have a polished landing page, login and signup with email or Google, email verification, password reset, light and dark mode, and a main editor that feels like VS Code. Users should be able to choose a language, type code with syntax highlighting, run it with shortcuts like F5 or Ctrl Enter, and see errors or results clearly.

Please include private snippet saving for each user. I want folders, search, language filtering, auto save after a short pause, duplicate name handling, and a confirmation before deleting anything. Also add an AI coding assistant that can answer coding questions or suggest fixes.

Use React, TypeScript, Firebase auth and storage, Vercel serverless functions, Judge0 for code execution, and Google AI for the assistant. Look up current docs online if needed.

Want more depth? Deep Reverse