-
platformlab
Software platform to create internal tools and manage computational resources and applications (WIP)
I'm building a internal tools engine partially inspired by Interval (RIP).
It will be completely open source (and independent from VC money) from the start and support many languages other than JS.
It is in the very early stage of development, but it would be nice to know if anyone other than me is interested, and if you have any tips on what bothered you in other similar tools or things you would want on it.
https://github.com/luizgfranca/platformlab
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
Hi, I have been building https://babelfu.com, a translation service on top of Github; it fetches the translations from your GitHub repo and commits them back, so the source of truth of the translations is the repo itself. You can forget about sync tasks, collisions between branches, etc. In the end, if there are conflicts, you manage them on Git as the rest of your code.
It is available in a very early open-source version, which I will update at some moment if I see someone interested in it.
I would be very grateful if someone gave it a try to setup a project and provided some feedback.