-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgumroad-description.html
More file actions
62 lines (45 loc) · 2.46 KB
/
gumroad-description.html
File metadata and controls
62 lines (45 loc) · 2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Prose — Gumroad description (open, select all, copy, paste into Gumroad)</title>
<style>
body { font: 16px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; max-width: 720px; margin: 40px auto; padding: 0 20px; color: #1f1f23; }
h1 { font-size: 28px; margin: 0 0 16px; }
h2 { font-size: 20px; margin: 28px 0 8px; }
p, ul, ol { margin: 8px 0 12px; }
ul, ol { padding-left: 22px; }
a { color: #5B3765; }
code { background: #f4eef2; padding: 1px 6px; border-radius: 4px; font: 14px ui-monospace, monospace; }
</style>
</head>
<body>
<h1>Prose — AI writing toolbar for Chrome</h1>
<p>Select text in any input, textarea, or rich editor on any website. A floating toolbar appears. Click an action — <strong>Improve</strong>, <strong>Shorten</strong>, <strong>Fix grammar</strong>, <strong>Make formal</strong>, <strong>Make friendly</strong> — and the selection is rewritten in place.</p>
<p>That's it. No new tab, no copy-paste, no chat window.</p>
<h2>Why I built this</h2>
<p>I kept switching tabs to ChatGPT just to fix one sentence in a Notion doc or a Gmail draft. Prose puts the rewrite right where the cursor already is.</p>
<h2>What you get</h2>
<ul>
<li>A free, open-source Chrome extension (Manifest V3)</li>
<li>Works on any site: Gmail, Notion, LinkedIn, GitHub, X, Slack web, etc.</li>
<li>Bring-your-own API key — <strong>Gemini 2.5 Flash-Lite</strong> (free tier) or <strong>OpenAI gpt-5.4-nano</strong></li>
<li>Custom <strong>Style notes</strong> to teach it your tone</li>
<li>100% local — your text and key never touch my servers</li>
</ul>
<h2>How to install</h2>
<ol>
<li>Download the zip below (or grab the source from <a href="https://github.com/ameer-pk/prose">github.com/ameer-pk/prose</a>)</li>
<li>Unzip it</li>
<li>Open <code>chrome://extensions</code>, turn on <strong>Developer mode</strong>, click <strong>Load unpacked</strong>, select the unzipped folder</li>
<li>Click the Prose icon → paste your Gemini or OpenAI API key → done</li>
</ol>
<p>A Chrome Web Store listing is coming.</p>
<h2>Pricing</h2>
<p><strong>Pay what you want.</strong> $0 is fine. If Prose saves you an hour this month, a $5 tip keeps the lights on and funds the next features.</p>
<h2>Built solo by</h2>
<p><a href="https://ameer.pk">Ameer</a> · questions / feedback / bugs → <a href="https://ameer.pk">ameer.pk</a></p>
<h2>License</h2>
<p>MIT</p>
</body>
</html>