HackerTrans
TopNewTrendsCommentsPastAskShowJobs

curiousmindset

no profile record

Submissions

Show HN: Don't let your billion-dollar ideas die

ideaharbor.xyz
171 points·by curiousmindset·2 yıl önce·126 comments

comments

curiousmindset
·2 yıl önce·discuss
comments are live !
curiousmindset
·2 yıl önce·discuss
Update -

Added these features -

Voting, Infinite Scroll & Sorting ( Trending, Top Voted & Most Recent )

Right now working on Comments, will probably ship it by tomorrow
curiousmindset
·2 yıl önce·discuss
Thanks a lot !!
curiousmindset
·2 yıl önce·discuss
heyy, thanks, it means a lot !

will add each and every feature you requested by this week.
curiousmindset
·2 yıl önce·discuss
I 100% agree and believe the same.

Execution is 99%, and the idea is just 1%. But you still need that 1% to start in the first place.

The site is just there to help you achieve that 1%.

In the end, the execution is on to you :)
curiousmindset
·2 yıl önce·discuss
Hey, i didn't decide on this yet. Initially i added the author names on the card so people can see who the idea came from and authors possibly get a little bit of credit.

But then i thought maybe some people are too shy to give their name away so it's best to remove them.

I was still in dilemma, so removed it from the UI but not from the api reponses ( will do it now )

In future, i'll just add an option in the profile, so you can choose to show your name if you want to
curiousmindset
·2 yıl önce·discuss
Thanks everyone for all the suggestions and ideas so far.

Just added a voting system based on your feedback.

Will soon add:

- Content moderation

- Truncating large ideas on the UI

- Support for markdown
curiousmindset
·2 yıl önce·discuss
great idea without execution <<< idea with great execution < great idea with great execution
curiousmindset
·2 yıl önce·discuss
Thank you and that was indeed the idea behind this !

Also agree that sometimes solving a small, specific problem is what grows into something bigger.
curiousmindset
·2 yıl önce·discuss
what would you recommend ?
curiousmindset
·2 yıl önce·discuss
glad you liked it !

and thanks for the suggestions, just added the voting feature, will add character limits as well
curiousmindset
·2 yıl önce·discuss
thanks!
curiousmindset
·2 yıl önce·discuss
hey, sorry for the trouble, will fix it today

thanks for letting me know !
curiousmindset
·2 yıl önce·discuss
sure!

also just added a voting feature, will add content moderation as well.
curiousmindset
·2 yıl önce·discuss
thanks and glad you liked it :)

that's actually one of the main "idea" behind the website
curiousmindset
·2 yıl önce·discuss
sure, will add it today.

thanks for the tooltip idea ! I added the basic "Read more" truncation but it was looking ugly so removed it. Tooltip sounds better
curiousmindset
·2 yıl önce·discuss
hey thanks !

just added voting feature, will add the rest as well

currently there is no moderation, i just made this as a fun project and didn't expect it to go this wild lol. will add it now
curiousmindset
·2 yıl önce·discuss
lol
curiousmindset
·2 yıl önce·discuss
I've been working on https://snippethive.com/ with a friend of mine.

We were both tired of asking AI for the same code again and again, so we thought, why not build something where we can instantly save code from our AI chats

The idea is to create a public library of AI-generated code that anyone can search through, find what they need, and either use it directly or customize it further.

For example, if you find a function that almost fits your needs, you can add it to your AI chat with just a click and tweak it, instead of starting from scratch.

So far we have -

1. Chrome Extension - To save your code or find what you need from the library and add it to chat. Currently only works with claude, working on making it compatible with v0 and chatgpt

2. VS code extension to find whatever you need right in there and an AI that will understand your project's context and integrate these snippets in seconds ( AI part is in progress )

3. Website to do other stuff - build your profile, rate other snippets ( which helps us to maintain quality )

Tech Stack -

- Frontend: NextJS, Tailwind, Shadcn

- Backend: Node.js, Express, MongoDB

- Extensions: TypeScript (VS Code) & React, TypeScript, Tailwind (Chrome)