Feature: browser extension and PWA share target for one-click saving
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 10
- Forks
- 0
- Avg merge
- 2h 52m
- Merged PRs (30d)
- 20
Description
Tier 4 — feature idea
Why
The single biggest friction point in the product: saving a link requires leaving what you are reading, opening the app, and pasting a URL. Every competing tool solves this with a button in the browser. This is the retention feature.
Sketch
- A minimal MV3 extension (or a bookmarklet as a same-day version) that POSTs the current tab URL to an authenticated endpoint and shows a confirmation.
- Add
share_targettowwwroot/manifest.jsonso the installed PWA appears in the Android share sheet. - A small API surface for both:
POST /api/resourceswith token auth.
Evidence
LearnStack/wwwroot/manifest.json— noshare_target- No API endpoints exist for resource creation
Notes
Pairs naturally with the import issue — acquisition and retention in one release.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with LearnStack/wwwroot/manifest.json and inspect the application’s existing routing and authentication entry points; the issue notes that no resource-creation API exists yet. Define the extension, PWA share target, and POST /api/resources behavior together, with authenticated saving and confirmation as the completion criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- api, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100