{"id":34246663,"url":"https://github.com/shadowquillapp/shadowquillapp","last_synced_at":"2026-06-14T02:09:52.522Z","repository":{"id":309075262,"uuid":"1035036567","full_name":"shadowquillapp/shadowquillapp","owner":"shadowquillapp","description":"ShadowQuill is a privacy‑first, offline and free prompt engineering/generation app powered by self-hosted local LLMs","archived":false,"fork":false,"pushed_at":"2026-06-11T14:22:03.000Z","size":7020,"stargazers_count":27,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-06-11T15:27:12.634Z","etag":null,"topics":["gemma","gemma3","gemma4","llms","local-ai","localization","offline-first","ollama","privacy-first","prompt-engineering","self-hosted"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shadowquillapp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-08-09T14:19:26.000Z","updated_at":"2026-06-11T14:30:35.000Z","dependencies_parsed_at":"2026-03-03T17:08:02.596Z","dependency_job_id":null,"html_url":"https://github.com/shadowquillapp/shadowquillapp","commit_stats":null,"previous_names":["sammyhamwi/promptsphere","sammyhamwi/lekkerprompt","lekkerprompt/lekkerprompt","shadowquillapp/shadowquill-app","shadowquillapp/shadowquillapp"],"tags_count":47,"template":false,"template_full_name":null,"purl":"pkg:github/shadowquillapp/shadowquillapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowquillapp%2Fshadowquillapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowquillapp%2Fshadowquillapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowquillapp%2Fshadowquillapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowquillapp%2Fshadowquillapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadowquillapp","download_url":"https://codeload.github.com/shadowquillapp/shadowquillapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowquillapp%2Fshadowquillapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34306798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gemma","gemma3","gemma4","llms","local-ai","localization","offline-first","ollama","privacy-first","prompt-engineering","self-hosted"],"created_at":"2025-12-16T07:14:47.373Z","updated_at":"2026-06-14T02:09:52.518Z","avatar_url":"https://github.com/shadowquillapp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \n# ShadowQuill\n\n**A local prompt studio that stays on your machine**\n\n  [![Stars](https://img.shields.io/github/stars/shadowquillapp/shadowquillapp)](https://github.com/shadowquillapp/shadowquillapp/stargazers)\n  [![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)\n\u003c/div\u003e\n\n## Overview\n\nShadowQuill turns rough ideas into structured prompts you can actually use. It talks to [Ollama](https://ollama.com) and runs Google Gemma models locally — no cloud API, no account, no network required after setup.\n\n## Quick start\n\n**You need:** [Ollama](https://ollama.com) installed, plus at least one Gemma model pulled.\n\n```bash\n# Pull a Gemma model\nollama pull gemma4:latest   # Gemma 4\nollama pull gemma3:latest   # Gemma 3\n\n# Clone, install, run\ngit clone https://github.com/shadowquillapp/shadowquillapp.git\ncd shadowquillapp\npnpm install\npnpm start\n```\n\n## Features\n\n| Feature | Details |\n|---------|---------|\n| **8 tabs** | Keep several prompts open at once |\n| **7 task types** | Intent, Engineering, Visual, Motion, Analysis, Narrative, Persuasion |\n| **10 default presets** | Starting points for common workflows |\n| **Preset Studio** | Build your own presets with live preview |\n| **Version history** | Step through prompt versions with prev/next navigation |\n| **Gemma via Ollama** | Finds compatible models on your local instance |\n\n### Default presets\n\n`Daily Helper` • `Quick Summary` • `Code Helper` • `Bug Hunter` • `Research Assistant` • `Deep Analyst` • `School Work` • `Social Post` • `Image Creator` • `Video Creator`\n\n### Keyboard shortcuts\n\n| Shortcut | Action |\n|----------|--------|\n| ⌘/Ctrl + T | New tab |\n| ⌘/Ctrl + W | Close tab |\n| ⌘/Ctrl + 1-8 | Switch tabs |\n| ⌘/Ctrl + F | Find |\n\n## Development\n\n```bash\npnpm install              # Install packages\npnpm run dev              # Dev mode (Electron + Next)\npnpm run build            # Production build\npnpm start                # Run production build\npnpm run test             # Vitest\npnpm run typecheck        # TypeScript check\npnpm run check            # Lint with Biome\n```\n\n## Tech stack\n\nNext.js • Electron • Ollama • React • TypeScript • Tailwind CSS • Vitest • Biome\n\n## How we think about it\n\n- **Offline-first** — Works without internet once Ollama and the app are set up\n- **No telemetry** — Nothing phones home\n- **Local storage** — Projects, presets, and config live on your disk\n\n## Contributing\n\n1. [Open an issue](https://github.com/shadowquillapp/shadowquillapp/issues) if you want to discuss a change first\n2. Keep PRs small and leave the local-first setup alone unless the PR is explicitly about that\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowquillapp%2Fshadowquillapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowquillapp%2Fshadowquillapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowquillapp%2Fshadowquillapp/lists"}