←back to thread

634 points david927 | 1 comments | | HN request time: 0.253s | source

What are you working on? Any new ideas that you're thinking about?
1. curiousmindset ◴[] No.41356644[source]
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)