An open API service indexing awesome lists of open source software.

https://github.com/oggnimodd/ai-prompt-snippets

Chrome Extension for creating customizable AI prompt snippets to automate your interactions.
https://github.com/oggnimodd/ai-prompt-snippets

biome bun chatgpt claude perplexity poe react vite

Last synced: 6 months ago
JSON representation

Chrome Extension for creating customizable AI prompt snippets to automate your interactions.

Awesome Lists containing this project

README

          

Ai Prompt Snippets Logo


AI Prompt Snippets



Documentation |
Download

## Why do we need this extension?

This chrome extension enables you to create libraries of reusable snippets containing custom questions, templates, and prompts. Instead of manually typing detailed queries multiple times, you can simply select the appropriate snippet and insert it into your chat with a single click.

## Examples

For instance, you can create an "Email" snippet with subject, recipient, body text, tone, and length parameters, allowing you to quickly generate AI-assisted email drafts. Similarly, a "Define" snippet can instantly provide word definitions and example sentences showcasing word usage.

### Email Snippet
![Email snippet](./apps/docs/public/images/screenshots/showcase-email.gif)

### Definition Snippet
![Definition snippet](./apps/docs/public/images/screenshots/showcase-definition.gif)

## Tech Stack
The AI Prompt Snippets chrome extension is built using the following technologies:

- [React JS](https://react.dev/) and [TypeScript](https://www.typescriptlang.org/)
- [Vite](https://vitejs.dev/) as the bundler
- [Bun](https://bun.sh/) as the package manager
- [Next UI](https://nextui.org/) as the UI component library
- [Tailwind CSS](https://tailwindcss.com/) for styling
- [Headless UI](https://headlessui.com/) for building other atomic ui component that is not provided by Next UI
- [Ladle](https://ladle.dev/) for developing component in isolation
- [Cypress](https://docs.cypress.io/guides/component-testing/overview) for component testing
- [Playwright](https://playwright.dev/) for extension e2e testing
- [Starlight](https://starlight.astro.build/) for documentation ([astro](https://astro.build/) based framework)