{"id":32554134,"url":"https://github.com/pascalx-git/sketchprompt-website","last_synced_at":"2026-02-22T21:11:16.178Z","repository":{"id":304261264,"uuid":"1017748198","full_name":"pascalx-git/SketchPrompt-Website","owner":"pascalx-git","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-15T03:29:33.000Z","size":2738,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-15T05:25:58.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sketch-prompt.com/","language":"HTML","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/pascalx-git.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,"zenodo":null}},"created_at":"2025-07-11T03:29:58.000Z","updated_at":"2025-08-15T03:29:36.000Z","dependencies_parsed_at":"2025-08-02T03:36:54.212Z","dependency_job_id":"66d4afd1-4fd7-4f37-ba6f-dfa93babf4f3","html_url":"https://github.com/pascalx-git/SketchPrompt-Website","commit_stats":null,"previous_names":["pascalx-git/sketchprompt-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pascalx-git/SketchPrompt-Website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalx-git%2FSketchPrompt-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalx-git%2FSketchPrompt-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalx-git%2FSketchPrompt-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalx-git%2FSketchPrompt-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pascalx-git","download_url":"https://codeload.github.com/pascalx-git/SketchPrompt-Website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalx-git%2FSketchPrompt-Website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281520715,"owners_count":26515681,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"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":[],"created_at":"2025-10-28T21:57:06.616Z","updated_at":"2025-10-28T21:57:08.168Z","avatar_url":"https://github.com/pascalx-git.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SketchPrompt Website\n\nThis is the marketing website for SketchPrompt, a visual thinking tool for coding with AI. Sketch ideas and use them in your prompts to improve your workflow with AI models. Works in OpenVSX-compatible editors like Cursor, Windsurf, Firebase Studio, etc.\n\n## Quick Start\n\n1. **Local Development**\n   ```bash\n   # Navigate to the website directory\n   cd website\n   \n   # Open index.html in your browser\n   open index.html\n   # Or use a local server\n   python -m http.server 8000\n   # Then visit http://localhost:8000\n   ```\n\n2. **Deploy to GitHub Pages**\n   ```bash\n   # Create a new repository for the website\n   git init\n   git add .\n   git commit -m \"Initial website commit\"\n   git branch -M main\n   git remote add origin https://github.com/yourusername/sketchprompt-website.git\n   git push -u origin main\n   \n   # Enable GitHub Pages in repository settings\n   # Go to Settings \u003e Pages \u003e Source \u003e Deploy from a branch\n   # Select main branch and / (root) folder\n   ```\n\n3. **Custom Domain Setup**\n   - Purchase `sketch-prompt.com` from your domain registrar\n   - In your domain registrar's DNS settings, add these records:\n     ```\n     Type: A\n     Name: @\n     Value: 185.199.108.153\n     Value: 185.199.109.153\n     Value: 185.199.110.153\n     Value: 185.199.111.153\n     ```\n   - In GitHub repository settings, go to Pages and add your custom domain\n   - Check \"Enforce HTTPS\" option\n\n## File Structure\n\n```\nwebsite/\n├── index.html          # Main HTML file\n├── styles.css          # CSS styles\n├── script.js           # JavaScript functionality\n├── images/             # Image assets\n│   ├── logo.png        # SketchPrompt logo\n│   ├── favicon.png     # Favicon\n│   ├── hero-screenshot.png  # Hero section screenshot (placeholder)\n│   ├── usage-demo.png  # Usage demonstration image (placeholder)\n│   └── og-image.png    # Open Graph image for social sharing (placeholder)\n└── README.md           # This file\n```\n\n## Customization\n\n### Colors\nThe website uses CSS custom properties for easy color customization. Edit the `:root` section in `styles.css`:\n\n```css\n:root {\n    --primary-color: #3b82f6;\n    --primary-dark: #2563eb;\n    --secondary-color: #06b6d4;\n    --accent-color: #8b5cf6;\n}\n```\n\n### Content Updates\n- **Hero Section**: Update the main headline and description in `index.html`\n- **Features**: Modify the feature cards to reflect current capabilities\n- **Installation**: Update installation steps as the extension evolves\n- **Roadmap**: Keep the development timeline current\n\n## Missing Images\n\nThe following images are currently placeholders and need to be created:\n- `hero-screenshot.png` - Screenshot of SketchPrompt in action\n- `usage-demo.png` - Demonstration of usage workflow\n- `og-image.png` - Open Graph image for social sharing\n- `visual-thinking-illustration.svg` - Hero illustration\n\n## Development Notes\n\n### Current State\n- Responsive design with modern CSS\n- Interactive JavaScript features\n- Development status banner\n- Accurate installation instructions\n- Missing hero screenshot\n- Missing usage demo images\n- Missing social sharing images\n\n### Next Steps\n1. Create actual screenshots of SketchPrompt in action\n2. Add usage demonstration images\n3. Create social sharing images\n4. Update content as features are completed\n5. Add analytics tracking\n6. Optimize for performance\n\n## Deployment\n\n### GitHub Pages\n1. Push to GitHub repository\n2. Enable GitHub Pages in repository settings\n3. Configure custom domain if desired\n\n### Netlify\n1. Connect GitHub repository to Netlify\n2. Configure build settings (not needed for static site)\n3. Deploy automatically on push\n\n### Vercel\n1. Import GitHub repository to Vercel\n2. Configure as static site\n3. Deploy automatically on push\n\n## Analytics\n\nConsider adding analytics to track website performance:\n- Google Analytics\n- Plausible Analytics\n- Simple Analytics\n\n## SEO\n\nThe website includes:\n- Meta tags for social sharing\n- Open Graph tags\n- Twitter Card tags\n- Semantic HTML structure\n- Fast loading times\n\n## Mobile Optimization\n\nThe website is fully responsive and optimized for:\n- Mobile devices\n- Tablets\n- Desktop computers\n- Various screen sizes\n\n## Performance\n\nOptimizations include:\n- Minified CSS and JavaScript\n- Optimized images\n- Fast loading times\n- Efficient animations\n- Progressive enhancement ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalx-git%2Fsketchprompt-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpascalx-git%2Fsketchprompt-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalx-git%2Fsketchprompt-website/lists"}