PerceptivePenguin /
GPT-exporter
A browser extension for exporting ChatGPT conversations to Markdown and generating AI-powered summaries. Supports Chrome, Edge, and Firefox.
68/100 healthLoading repository data…
MERSEI / repository
AI-powered Chrome browser extension for prompt improvement. TypeScript + React with glassmorphism UI, real-time API integration, and library management.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Это обновленная версия PromptTune, подготовленная для деплоя на Vercel. Включает:
extension/ — оригинальное WXT браузерное расширениеweb/ — Next.js веб-приложение с демо-интерфейсом и API# Установить зависимости
npm install
# Запустить веб-приложение на localhost:3000
npm run dev
# Собрать оба проекта
npm run build:all
# Одновременно запустить extension и web (требует concurrently)
npm run dev:all
prompttune/
├── extension/ # WXT браузерное расширение
│ ├── src/
│ ├── package.json
│ └── wxt.config.ts
├── web/ # Next.js веб-приложение (деплоится на Vercel)
│ ├── app/
│ │ ├── page.tsx # Главная страница с UI
│ │ ├── api/
│ │ │ └── improve/ # POST /api/improve
│ │ └── layout.tsx
│ ├── next.config.ts
│ └── package.json
├── package.json # Корневой файл с workspaces
└── vercel.json # Конфиг для Vercel
web/)POST /api/improveweb/app/api/improve/route.ts)POST /api/improve
{
"text": "Your prompt here"
}
Response:
{
"improved_text": "Enhanced prompt...",
"rate_limit": {
"remaining": 9,
"total": 10
},
"request_id": "uuid"
}
GET /api/improve — Health check, возвращает текущие rate limits
Залить на GitHub:
git remote add origin https://github.com/MERSEI/Vibe_prompt.git
git branch -M main
git push -u origin main
Создать проект на Vercel:
cd web && npm run buildweb/.next# Установить Vercel CLI
npm install -g vercel
# Залить проект
vercel
# Для production
vercel --prod
Если нужны переменные окружения, добавьте их в Vercel Dashboard:
NEXT_PUBLIC_APP_NAME (по умолчанию: "PromptTune")NEXT_PUBLIC_DEMO_MODE (по умолчанию: "true"){
"buildCommand": "cd web && npm run build",
"outputDirectory": "web/.next",
"framework": "nextjs",
"nodeVersion": "20.x"
}
| Скрипт | Описание |
|---|---|
npm run dev | Запустить веб-приложение |
npm run build | Собрать веб-приложение |
npm run build:all | Собрать всё (extension + web) |
npm run dev:all | Запустить extension и web параллельно |
npm run lint | Запустить ESLint |
MIT
Готово к деплою на Vercel! 🚀
Selected from shared topics, language and repository description—not editorial ratings.
PerceptivePenguin /
A browser extension for exporting ChatGPT conversations to Markdown and generating AI-powered summaries. Supports Chrome, Edge, and Firefox.
68/100 healthxidik12 /
Oculo — AI-Powered Native Browser. Cursor:VSCode :: Oculo:Chrome. 7 MCP tools, open-source.
66/100 healthcodestcode /
AI-powered Chrome extension that turns your browser sidebar into a full study assistant ,chat, quiz, and summarize any web content.
chirag127 /
AI-powered browser extension using Google Gemini to intelligently categorize and organize tabs. Declutters workspaces with automated grouping and session persistence across Chrome, Firefox, and Edge. Built with Manifest V3 for modern performance and security.
74/100 healthdrknowhow /
AI-powered browser testing & guide creator. Record, replay, assert, track bugs, manage notes & workspaces, and generate visual docs — manually or via 50+ MCP tools. 100% local, privacy-first Chrome extension.
49/100 healthquzhaojing /
Agent Bar is an AI-powered browser extension built with Plasmo Framework that provides smart text enhancement capabilities. It features multi-LLM provider support, configurable toolbars, URL-based activation, and rich results display. The extension supports Chrome/Edge and Firefox with TypeScript-based development and MIT license.
23/100 health