Hey Indie Hackers,
I’ve just launched a new tool called TeamCheck and I wanted to share it with you all!
As a developer, I've faced plenty of team dynamic issues in previous jobs, so I built TeamCheck to address those problems.
In short, it’s a tool to help understand your team’s well-being and dynamics through smart surveys and AI analysis. Here’s how it works:
Smart Surveys: Designed to measure and address specific team challenges. They adapt to ensure we get accurate data.
AI-Powered Analysis: Breaks down survey data to highlight patterns and insights, making it easy to spot problems and areas for improvement.
Comprehensive Reports: Provides clear and concise insights, pinpointing strengths, weaknesses, and actionable strategies.
For those interested in the tech side:
I’m really looking forward to any feedback you might have, and I’m here to answer any questions you might throw my way. This is a work in progress, and I’d love to make it better with your input!
🚀 By the way, I launched it today on Product Hunt, if you think it's an interesting project I could really use your support, thanks!
Cheers,
Miguel
This is really cool. Haven't actually seen many ai tools applied to team building / relationships yet - going to add this to my directory https://aitools.inc
Perfect, thank you!
Nice one!
I usually struggle to get useful feedback from the team I manage. It is not an easy task, so I’ll definitely give this a try and see how it goes :)
Thanks.
I'm interested what tasks your backend handles. I use Supabase and Vue and don't need/want an extra backend, so I'm curious what tasks you handle in your backend and why not handle them in frontend or supabase.
In the backend I only have the survey analysis system with AI.
It is simply a Node.js, which does a GET of all the survey responses from the database and makes the request to the ChatGPT API to generate a JSON with the result of the analysis. Inside I have enough prompting logic to have a better quality analysis.
This process can take several seconds, so I have a queuing system. I also have a retry system to make sure that ChatGPT returns the answer in a JSON with a specific schema.
Oh I see, I didn't consider the AI part. I don't use AI in my application.
Not sure what and how good the supabase cababilities are on the AI front.
Thanks for the insights.
Great tool! I'm curious, can teams customize the surveys to fit their specific needs or challenges?
Additionally, if you want to increase the tool's visibility and attract more users, you might try using SEO AI. I hope it helps! Congratulations on the launch! I'll definitely check it out and support you there.
At the moment it is not possible to customize surveys, because the answers are processed in a certain way (with specific prompts), and then there are graphs to show this analysis. It would be complicated at the moment to be able to do all this process with any type of question.