TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Recommend Project Management (Game Development) Software for a Solo Founder

3 pointsby Blakestrover 5 years ago
I&#x27;ve been developing in the Unreal engine (VR) part time for the past three years. I&#x27;m at the point where my startup needs to have something to transition to where other developers can jump on board and work on it.<p>When it was me just learning, it didn&#x27;t matter if no one else could decipher my code&#x2F;blueprints. I didn&#x27;t need to have a design&#x2F;spec because I knew what needed to be done. But now I&#x27;m building a very complex framework that even I have trouble keeping up with. Having something that can function as a work log and plan that is organized better than my specs simply written down on excel&#x2F;word.<p>This is an area I&#x27;m completely ignorant in, so please risk redundancy --I&#x27;ve googled this a bit but I&#x27;d rather have someone weigh in and not just trust some SEO-delivered recommendation. I don&#x27;t have enough money for an enterprise solution but most of the products I see I could afford a single seat license.

1 comment

noah-kunover 5 years ago
Short answer: I suggest Gitlab as it includes everything project management needs for free, and you can even host it yourself should you have the need.<p>The reason is important--all the smaller tools out there being bought up by larger tools&#x2F;companies and made into complete project management packages. It used to be that Github did just one thing--git hosting--and anything else was an &quot;integration&quot; with another service through an API, tokens and webhooks, etc.<p>Now what&#x27;s happening is companies like Atlassian, Microsoft and Pivotal are buying or building all those little tools or services that used to be separate apps connected by happily sharing their API with anyone, and making them features of a larger product.<p>This isn&#x27;t necessarily a bad thing. It means a lot fewer open browser tabs and less context shifts between one service and another.<p>I recommend Gitlab because it&#x27;s both the most mature solution, free to use, and open source to boot. As Microsoft is still in the buying and consolidating stage, with some features in beta, Gitlab has had most of those features for years, and battle-tested them with their users able to report bugs or submit merge requests right on the very platform being developed.<p>The features included in Gitlab--for free--include git repo hosting on par with Github, unlimited private repos, issue-tracking and a Kanban board, CI (you can host your own runner or use their free runners), private Docker registry, artifact hosting, static website hosting, error-reporting, serverless and Kubernetes integration, wikis, code snippets and more.<p>So before you go use 1 or 2 services that will inevitably be rolled into some larger one, use the cheapest, most mature one out there that also happens to be open source. You may not need all the features now, but It&#x27;s really cool when you realize they are right there waiting for you when you do, at no extra cost.<p>BTW: I&#x27;m a web and mobile developer, so don&#x27;t know all the needs that game devs have that we don&#x27;t from project management stuff.