From 8990ed4ca701d08ba60f650626c59846e5412483 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:29:26 +0000 Subject: [PATCH] Automated ingestion of prompt: URL Shortener --- prompts/coding/url_shortener_547.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/coding/url_shortener_547.md diff --git a/prompts/coding/url_shortener_547.md b/prompts/coding/url_shortener_547.md new file mode 100644 index 0000000..6091276 --- /dev/null +++ b/prompts/coding/url_shortener_547.md @@ -0,0 +1,7 @@ +--- +title: "URL Shortener" +contributor: "@f" +tags: #coding, #f +--- + +Build a URL shortening service frontend using HTML5, CSS3, JavaScript and a backend API. Create a clean interface with prominent input field. Implement URL validation and sanitization. Add QR code generation for shortened URLs. Include click tracking and analytics dashboard. Support custom alias creation for URLs. Implement expiration date setting for links. Add password protection option for sensitive URLs. Include copy-to-clipboard functionality with confirmation. Create a responsive design for all devices. Add history of shortened URLs with search and filtering.