DEV Community

Cover image for I have built my first SaaS
Yota Hamada
Yota Hamada

Posted on • Updated on

I have built my first SaaS

Hello guys,
I am a Golang developer working in a small company and also making an another product as a side hassle.

I have just created a service that provide a chat GUI for a group of people who don't want their conversations to be learned by OpenAI for training their models.

The service is available at the URL below.
https://chat.corpgpt.jp/

Screenshot

Currently it's just a simple app that allows user to manage their OpenAI API token and their organization members.

It may be seemed boring to you. Indeed, it has nothing really interesting. However I think I try to use this simple service as an entry point to start a discussion with SMBs and enterprise companies that are eager to find an area where they can leverage the state-of-art generative AI technologies.

Here is the technology stack.
Backend: Go
Frontend: TypeScript / React
Infrastructure: Cloud Run on GCP

Maybe it seems a bit weird that I use Go to create this kind of service, but that has been a great experience so far!

If you are interested, please try it out and let me know your thoughts, ideas, advice, or anything.

The news that OpenAI fired Sam Altman and CTO makes me a bit sad today, I hope the advance of the technology would continue and Sam and Greg will start an another great company or service tomorrow or soon.

Thanks!

Top comments (0)