DEV Community

Morteza
Morteza

Posted on

Looking for Go open source idea

#go

I want make an open source Golang project. I need your help. Give me some ideas which have all or some of these:

  • Tech industry or Developers need it
  • There are a few or zero similar projects out there
  • There are similar projects written in other languages like Python but are not fast and optimized

Thanks in advance.

Latest comments (12)

Collapse
 
bashery profile image
bashery • Edited

code converter/framework from TypeScript to Dart Flutter,

The goal is to write flutter-applications in typescript language

Collapse
 
mathprocessing profile image
Евгений

I think about something for developers, tool that helps for formatting, or checking some things.

  • interactive tutorial how to do something: create package, ...
  • some math tools that works with bigintegers or bigrationals (i can help)
  • something like steganography library but this is already exists

This have very few similar projects:

General idea:

Collapse
 
mrtztg profile image
Morteza

Thanks @mathprocessing
Can you give some information about the second one?
some math tools that works with bigintegers or bigrationals (i can help)

Collapse
 
mathprocessing profile image
Евгений • Edited

Something like this but for go

Main idea: A lot of libraries exist that performs operations only with floats and calculations have unpredictable error. And some libraries can be "moved" to rational domain.

Example of code:

const { r } = require('./my-big-rat');

console.log(0.2 + 0.1); // 0.30000000000000004
const some = r(0.2).add(r(0.1));
console.log(some); // 3/10
console.log(some.toDecimal()); // 0.3
Enter fullscreen mode Exit fullscreen mode
Thread Thread
 
mrtztg profile image
Morteza

Got it. I'll do so research about it. Thanks

Thread Thread
 
shogg profile image
shogg • Edited

Go had big.Int, big.Rat and big.Float from the beginning.
stdlib package: math/big

Collapse
 
ats1999 profile image
Rahul kumar

I have built a tool for content creators to generate open graph images for social media posts.

see -> og-image-client.vercel.app

Must check it out

Collapse
 
rafo profile image
Rafael Osipov
  • A web-app, that analyzes the movie preferences and suggests new movies according to the previously set ratings.

  • Dating web-app for cats

  • Youtube playlist export and help to find missing (removed by Youtube) videos.

Collapse
 
mrtztg profile image
Morteza

You mentioned some ideas which non-specialist people will like it.
Thanks a lot @rafo

Collapse
 
joncarr profile image
Jon Carr

I'd like to see an open source music hosting platform

Collapse
 
mrtztg profile image
Morteza

It needs some huge servers to host those musics.

Collapse
 
joncarr profile image
Jon Carr

True....