leancodebox/GooseForum — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple modern community forum called GooseForum, like a friendly place where people can register, log in, write posts, reply to each other, and browse topics on desktop or mobile.

I want users to have profiles, avatars, points for activity, email activation, and a personal center. Posts should support Markdown with preview, categories, nested comments, notifications, and a basic real time chat or messaging feature. The first registered user should become the admin, and the admin area should let me manage users, roles, categories, site settings, branding, sponsors, and basic traffic stats.

Please make it easy to deploy as one Go app, with SQLite by default and optional MySQL. Include automatic database backups, simple config on first run, and a clean responsive interface using Vue 3 and TailwindCSS. It should also render pages in a search friendly way and still work reasonably if JavaScript is unavailable.

Look up current docs online if you need to, then build the full working app.

Want more depth? Deep Reverse