{"id":17187559,"url":"https://github.com/thatguysam/prefillprompt","last_synced_at":"2026-03-08T01:31:22.107Z","repository":{"id":242438664,"uuid":"809485399","full_name":"ThatGuySam/prefillprompt","owner":"ThatGuySam","description":"Turn you AI Prompts into links!","archived":false,"fork":false,"pushed_at":"2024-10-02T15:13:47.000Z","size":774,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-29T09:42:56.793Z","etag":null,"topics":["chatgpt","chatgpt-app","openai","openai-api"],"latest_commit_sha":null,"homepage":"https://prefillprompt.com/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThatGuySam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-06-02T20:22:45.000Z","updated_at":"2024-10-20T16:44:50.000Z","dependencies_parsed_at":"2024-06-03T03:35:45.408Z","dependency_job_id":"9834b74a-3a60-4439-a7b6-dcc4f7e8fbc4","html_url":"https://github.com/ThatGuySam/prefillprompt","commit_stats":null,"previous_names":["thatguysam/prefillprompt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatGuySam%2Fprefillprompt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatGuySam%2Fprefillprompt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatGuySam%2Fprefillprompt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatGuySam%2Fprefillprompt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThatGuySam","download_url":"https://codeload.github.com/ThatGuySam/prefillprompt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227782274,"owners_count":17819240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chatgpt","chatgpt-app","openai","openai-api"],"created_at":"2024-10-15T01:06:41.661Z","updated_at":"2026-03-08T01:31:17.077Z","avatar_url":"https://github.com/ThatGuySam.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PrefillPrompt\n\nPrefillPrompt is a web application that generates prompt links to prefill the first message of an LLM conversation. This tool is useful for streamlining and standardizing the initial user interaction with your LLM. \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/aa52c8e6-5ad7-4370-b40b-b89b95bff19b\" width=\"360\"\u003e\n\u003c/p\u003e\n\n\n## Features\n\n- ✨ **Generate Prompt Links**: Easily create URLs that prefill the initial message in a LLM conversation.\n- 🤖 **Multiple LLM Support**: ChatGPT, Claude, and Perplexity\n- 🔓 **Open Source**: Built with modern web technologies and open to contributions.\n- 🚀 **Built with Nuxt 3 and pnpm**: Leveraging the power of Nuxt 3 for server-side rendering and pnpm for fast, disk space-efficient package management.\n\n## Example\n\nHere is an example URL generated by PrefillPrompt:\n```\nhttps://prefillprompt.com/api/prompt?q=Tell%20me%20the%20Tragedy%20of%20Darth%20Plagueis%20the%20Wise\n```\nWhen visited, this link will prefill the first message of a ChatGPT conversation.\n[Try it](https://prefillprompt.com/api/prompt?q=Tell%20me%20the%20Tragedy%20of%20Darth%20Plagueis%20the%20Wise)\n\n## Installation\n\nTo run PrefillPrompt locally, follow these steps:\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/yourusername/prefillprompt.git\n   cd prefillprompt\n   ```\n\n2. **Install dependencies:**\n   ```bash\n   pnpm install\n   ```\n\n3. **Run the development server:**\n   ```bash\n   pnpm dev\n   ```\n   The application will be available at `http://localhost:3000`.\n\n## Usage\n\n```\nhttps://prefillprompt.com/api/prompt?q=Tell%20me%20the%20Tragedy%20of%20Darth%20Plagueis%20the%20Wise\n```\n\nThis will return a URL that can be shared or embedded, allowing users to start a ChatGPT conversation with the specified initial message.\n\n### Customizing the Prompt\n\nYou can customize the prompt by changing the value of the `q` query parameter. For example, to generate a link that starts a conversation with the prompt \"Explain the benefits of TypeScript\", you would use:\n\n```\nhttps://prefillprompt.com/api/prompt?q=Explain%20the%20benefits%20of%20TypeScript\n```\n\n## Contributing\n\nWe welcome contributions! To contribute to PrefillPrompt, follow these steps:\n\n1. **Fork the repository:**\n   Click the \"Fork\" button on the top right of the GitHub page and clone your fork locally.\n\n2. **Create a new branch:**\n   ```bash\n   git checkout -b my-new-feature\n   ```\n\n3. **Make your changes:**\n   Implement your feature or bug fix.\n\n4. **Commit your changes:**\n   ```bash\n   git commit -am 'Add some feature'\n   ```\n\n5. **Push to the branch:**\n   ```bash\n   git push origin my-new-feature\n   ```\n\n6. **Create a new Pull Request:**\n   Submit your PR and describe your changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatguysam%2Fprefillprompt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatguysam%2Fprefillprompt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatguysam%2Fprefillprompt/lists"}