Skip to content

Instantly share code, notes, and snippets.

identifier: com.hermeticvm.linkahest
version: 0.1.1
name: Linkahest
repository: https://codeberg.org/hermeticvm/linkahest
summary: A privacy-focused Android app that transforms social media links to selfhostable alternative frontends like Nitter, Invidious and Redlib before sharing them.
release_repository: https://codeberg.org/hermeticvm/linkahest/releases
homepage: https://codeberg.org/hermeticvm/linkahest
images:
- ../mainscreen-preview.png
- ../share-from-yt.png
@hermeticvm
hermeticvm / prompt-clean.md
Created June 13, 2025 08:42
Initial prompt after LLM refinement

LinkShare Android App - Project Specification

1. Project Scope

Core Features:

  • Receive shared links via Android Intent system
  • Transform YouTube links (strip tracking, convert to Invidious)
  • Transform Twitter/X links (convert to Nitter)
  • Share transformed links back through Android share sheet
@hermeticvm
hermeticvm / prompt-dirty.md
Created June 13, 2025 08:41
initial prompt before LLM refinement

Android app linkshare

Help me build an android application.

Core functionality:

Receive links from various apps via android intent share sheets Modify shared links according to user-specified preferences

Examples:

  • Strip tracking identifiers from shared links (for example strip "?si=$trackingID" from Youtube links)
  • Transform Youtube links to invidious links (for example replace youtube.com with yewtu.be but with additional customisable invidious instances to save)