Ask HN: Struggle with project ideas? Heres some novel ideas you can build now

https://news.ycombinator.com/item?id=41334802
by purple-leafy • 2 years ago
40 17 2 years ago

Hey HN I love thinking of ideas, I do it almost all day everyday - and I'd love to share some with the community rather than hold them close to my chest. I'm trying to be more open-minded, and giving, rather than always taking.

-----BROWSER EXTENSIONS-----

1) Natural language browser commands:

Develop a browser extension that allows users to input natural text or voice commands, with immediate outcomes. The commands are passed to an LLM which determines what the user wants and runs the correct pre-configured browser APIS. I've already tested a prototype and it works really well with Google Gemini Flash model. You just need to pass to the prompt a JSON mapping of keywords/commands to APIs. For example:

User: "Clear history"

LLM: <Runs pre-made clear history API>

Stack: TypeScript/JavaScript/Google Gemini API

2) Declutter Mini-map -

A browser extension that when activated on a webpage, adds a mini-map of the webpage to the dedicated chrome extension side-panel (a dedicated 320px wide screen area where chrome extensions can host their ui permanently). The mini-map is special in that it only features webpage "landmarks". Landmarks are groups of functionally related components that are physically near one another. Examples are headers, footers, content sidebars, video players, etc. The mini-map features solid rectangles representing the size and position of these landmarks. The user can then turn landmarks "on" and "off" by clicking on the landmark on the mini-map. Its basically a generalist webpage element hider/declutter-er

Stack: JavaScript/React

3) UI Copilot -

A browser extension that allows users to capture a screenshot of any portion of a webpage that is automatically sent to an LLM for generic UI design feedback.

Stack: JavaScript/Svelte/ChatGPT API

-----WEB APPS-----

4) Pinterest for developers

5) Extension Sandbox -

An in-browser sandbox, that allows you to try browser extensions before ever installing them.

6) Peer-to-peer whiteboard -

Miro, without the server and database. Whiteboard only stays up as long as users are using it

7) Self-hosted internet archive and bookmark repository

In the world of AI bloat, capture, record, and keep content that matters to you. Create a Browser extension that can screenshot and capture static web content, and intercept bookmarking.

All this content is funnelled to a companion self-hosted website that hosts all your saved content

----

What will you build?

What would you like to see built?

What ideas are you sleeping on?

Wanting to collaborate? I'm currently learning GO and know frontend, but suck at UI design!

Related Stories

Loading related stories...

Source preview

news.ycombinator.com