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.
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.
The AI Prompt Snippets chrome extension is built using the following technologies:
- React JS and TypeScript
- Vite as the bundler
- Bun as the package manager
- Next UI as the UI component library
- Tailwind CSS for styling
- Headless UI for building other atomic ui component that is not provided by Next UI
- Ladle for developing component in isolation
- Cypress for component testing
- Playwright for extension e2e testing
- Starlight for documentation (astro based framework)