{"id":45208098,"url":"https://github.com/mkaczkowski/devprompt","last_synced_at":"2026-02-20T16:03:44.676Z","repository":{"id":337323053,"uuid":"1153095923","full_name":"mkaczkowski/devprompt","owner":"mkaczkowski","description":"Create, organize, and share structured AI prompts with DevPrompt","archived":false,"fork":false,"pushed_at":"2026-02-08T23:26:09.000Z","size":3820,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-09T04:24:38.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://devprompt.netlify.app","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/mkaczkowski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-08T22:13:51.000Z","updated_at":"2026-02-08T23:26:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mkaczkowski/devprompt","commit_stats":null,"previous_names":["mkaczkowski/devprompt"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mkaczkowski/devprompt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkaczkowski%2Fdevprompt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkaczkowski%2Fdevprompt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkaczkowski%2Fdevprompt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkaczkowski%2Fdevprompt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkaczkowski","download_url":"https://codeload.github.com/mkaczkowski/devprompt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkaczkowski%2Fdevprompt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29656590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T09:27:29.698Z","status":"ssl_error","status_checked_at":"2026-02-20T09:26:12.373Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-02-20T16:03:42.957Z","updated_at":"2026-02-20T16:03:44.669Z","avatar_url":"https://github.com/mkaczkowski.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevPrompt\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![Node.js](https://img.shields.io/badge/Node.js-%3E%3D22.0.0-green.svg)](https://nodejs.org/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue.svg)](https://www.typescriptlang.org/)\n[![React](https://img.shields.io/badge/React-19-61dafb.svg)](https://react.dev/)\n\nOrganize, manage, and share your AI prompts with ease. DevPrompt parses markdown into collapsible sections you can selectively copy, reorder, and sync across devices — so your prompt library is always at hand.\n\n## Screenshots\n\n### Desktop\n\n|             Dark Theme              |              Light Theme              |\n| :---------------------------------: | :-----------------------------------: |\n| ![Dark Theme](screenshots/dark.png) | ![Light Theme](screenshots/light.png) |\n\n### Mobile\n\n|                               Dark Theme                                |                                Light Theme                                |\n| :---------------------------------------------------------------------: | :-----------------------------------------------------------------------: |\n| \u003cimg src=\"screenshots/mobile-dark.png\" alt=\"Mobile Dark\" width=\"300\" /\u003e | \u003cimg src=\"screenshots/mobile-light.png\" alt=\"Mobile Light\" width=\"300\" /\u003e |\n\n## Features\n\n- **Markdown Parsing** - Automatically parses markdown content into manageable sections\n- **Selective Copying** - Copy individual sections or combine multiple sections as needed\n- **Syntax Highlighting** - Built-in syntax highlighting for code blocks\n- **Dark/Light Theme** - System-aware theming with manual override\n- **Cloud Sync** - Optional Supabase integration for syncing prompts across devices\n- **Responsive Design** - Works seamlessly on desktop and mobile devices\n- **Drag \u0026 Drop** - Reorder sections with intuitive drag and drop\n- **Prompt Sharing** - Share prompts via unique links with anyone\n- **Local Storage** - Prompts persist locally with optional cloud backup\n- **PWA Support** - Installable as a native app with offline app shell loading\n\n## Tech Stack\n\n- **Framework**: React 19 + TypeScript\n- **Build Tool**: Vite 7\n- **Styling**: Tailwind CSS 4 + Shadcn/UI\n- **State Management**: Zustand\n- **Authentication**: Clerk\n- **Database**: Supabase (optional)\n- **Testing**: Vitest + Playwright\n- **i18n**: LinguiJS\n\n## Getting Started\n\n\u003e **Prerequisites:** Node.js \u003e= 22.0.0 (see `.nvmrc`) and npm\n\n```bash\ngit clone https://github.com/mkaczkowski/webapp-client.git\ncd webapp-client\nnpm install\ncp .env.example .env\nnpm run dev\n```\n\nThe app will be available at `http://localhost:5173`.\n\n## Environment Variables\n\nCopy `.env.example` to `.env` and configure:\n\n| Variable                     | Description                    | Required |\n| ---------------------------- | ------------------------------ | -------- |\n| `VITE_APP_NAME`              | Application display name       | No       |\n| `VITE_APP_URL`               | Application URL                | No       |\n| `VITE_CLERK_PUBLISHABLE_KEY` | Clerk authentication key       | Yes      |\n| `CLERK_SECRET_KEY`           | Clerk secret key for E2E tests | No       |\n| `E2E_CLERK_USER_EMAIL`       | Test user email for E2E        | No       |\n| `E2E_CLERK_USER_PASSWORD`    | Test user password for E2E     | No       |\n| `VITE_SUPABASE_DATABASE_URL` | Supabase project URL           | No       |\n| `VITE_SUPABASE_ANON_KEY`     | Supabase anonymous key         | No       |\n| `SUPABASE_PROJECT_ID`        | Supabase project ID for types  | No       |\n| `VITE_SENTRY_DSN`            | Sentry error tracking DSN      | No       |\n\n## Development\n\n```bash\nnpm run dev               # Start dev server\nnpm run build             # Production build\nnpm run preview           # Preview production build\nnpm run typecheck         # Type checking\nnpm run lint              # Linting\nnpm run format            # Formatting\n```\n\n## Testing\n\nThe project maintains 80% code coverage threshold.\n\n```bash\nnpm run test              # Run unit tests\nnpm run test:watch        # Watch mode\nnpm run test:coverage     # Coverage report\nnpm run e2e               # E2E tests (desktop)\nnpm run e2e:mobile        # E2E tests (mobile)\nnpm run e2e:ui            # E2E tests with UI\n```\n\n## Project Structure\n\n```\nsrc/\n├── components/    # UI primitives, layout, and shared components\n├── contexts/      # React Context providers\n├── hooks/         # Custom React hooks\n├── lib/           # Utilities, config, and helpers\n├── locales/       # i18n message catalogs (LinguiJS)\n├── pages/         # Route components (lazy-loaded)\n├── stores/        # Zustand state stores\n└── types/         # TypeScript type definitions\n\ne2e/               # Playwright E2E tests\n```\n\n## PWA\n\nDevPrompt is a Progressive Web App. After visiting the production site, the app shell is cached for fast subsequent loads and offline access. Users can install it as a standalone app from the browser's install prompt.\n\n- **Installable** - Add to home screen on mobile or install on desktop via the browser address bar\n- **Offline shell** - The app shell (HTML, CSS, JS, fonts, icons) loads offline; data operations still require a network connection\n- **Update prompt** - When a new version is deployed, users see a non-intrusive toast to reload\n\n## Contributing\n\nContributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkaczkowski%2Fdevprompt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkaczkowski%2Fdevprompt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkaczkowski%2Fdevprompt/lists"}