{"id":30065114,"url":"https://github.com/djtimca/weirdvisory-insight-engine","last_synced_at":"2026-02-11T17:01:52.325Z","repository":{"id":305142240,"uuid":"1022042723","full_name":"djtimca/weirdvisory-insight-engine","owner":"djtimca","description":"This fun project was built in support of a job application for the role of Strategy Director at WeirdAdvisory in Toronto.","archived":false,"fork":false,"pushed_at":"2025-07-18T14:22:40.000Z","size":336,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-08T05:49:03.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Blade","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/djtimca.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2025-07-18T11:02:28.000Z","updated_at":"2025-07-18T14:22:44.000Z","dependencies_parsed_at":"2025-07-18T15:38:19.887Z","dependency_job_id":"aa26a928-6cc8-4ee8-8b17-bda6594d25da","html_url":"https://github.com/djtimca/weirdvisory-insight-engine","commit_stats":null,"previous_names":["djtimca/weirdvisory-insight-engine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/djtimca/weirdvisory-insight-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djtimca%2Fweirdvisory-insight-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djtimca%2Fweirdvisory-insight-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djtimca%2Fweirdvisory-insight-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djtimca%2Fweirdvisory-insight-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djtimca","download_url":"https://codeload.github.com/djtimca/weirdvisory-insight-engine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djtimca%2Fweirdvisory-insight-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29338661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T16:14:43.024Z","status":"ssl_error","status_checked_at":"2026-02-11T16:14:15.258Z","response_time":97,"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":"2025-08-08T05:47:33.981Z","updated_at":"2026-02-11T17:01:52.286Z","avatar_url":"https://github.com/djtimca.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tim's Weirdvisory Strategic Insight Engine\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/Laravel-Latest-red\" alt=\"Laravel Version\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/PHP-8.1+-blue\" alt=\"PHP Version\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/License-MIT-green\" alt=\"License\"\u003e\n\u003c/p\u003e\n\n## Overview\n\nTim's Weirdvisory Strategic Insight Engine is an interactive web application that showcases strategic thinking, problem-solving approaches, and technical acumen with AI. The application allows users to input complex or \"weird\" business problems and receive strategic insights generated with Tim's unique problem-solving approach.\n\n## Features\n\n- **Interactive Problem Submission**: Users can submit their complex business challenges through a user-friendly interface\n- **AI-Powered Strategic Insights**: Leverages the Gemini API to generate insights with Tim's unique \"good-weird\" approach\n- **Responsive Design**: Beautiful, modern UI that works across devices\n- **Secure API Integration**: Backend-driven API calls to keep your Gemini API key secure\n\n## Technology Stack\n\n- **Frontend**: HTML5, CSS3 (Bootstrap 5), JavaScript (Vanilla JS)\n- **Backend**: PHP 8.1+, Laravel (latest)\n- **LLM Integration**: Guzzle HTTP client with Gemini API\n- **External Resources**: Font Awesome (icons), Google Fonts (Inter)\n\n## Local Development\n\n### Prerequisites\n\n- PHP 8.1 or higher\n- Composer\n- Gemini API key\n\n### Setup\n\n1. Clone the repository\n   ```bash\n   git clone https://github.com/djtimca/weirdvisory-insight-engine.git\n   cd weirdvisory-insight-engine\n   ```\n\n2. Install dependencies\n   ```bash\n   composer install\n   ```\n\n3. Configure environment\n   ```bash\n   cp .env.example .env\n   php artisan key:generate\n   ```\n\n4. Update the `.env` file with your Gemini API key\n   ```\n   GEMINI_API_URL=\"https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent\"\n   GEMINI_API_KEY=\"YOUR_API_KEY_HERE\"\n   ```\n\n5. Start the development server\n   ```bash\n   php artisan serve\n   ```\n\n6. Visit `http://localhost:8000` in your browser\n\n## Testing\n\n### Frontend Testing\n\n- **Input Validation**: Test with empty inputs, short inputs, and very long inputs\n- **Loading States**: Verify loading indicators appear during API calls\n- **Error Handling**: Test with invalid API keys and network disconnection\n- **Responsive Design**: Test across different device sizes\n\n### Backend Testing\n\n- **API Integration**: Verify successful communication with Gemini API\n- **Error Handling**: Test with various error conditions (invalid API key, network issues)\n- **Input Validation**: Verify proper validation of user inputs\n\n## Deployment\n\nFor detailed deployment instructions, see [DEPLOYMENT.md](DEPLOYMENT.md)\n\n## Updates\n\nTo update an existing installation, use the provided update script:\n\n```bash\n./update.sh\n```\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Contact\n\nFor questions or support, contact:\n- Email: tim.empringham@live.ca\n\n## Code of Conduct\n\nIn order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.\n\n## License\n\nThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjtimca%2Fweirdvisory-insight-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjtimca%2Fweirdvisory-insight-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjtimca%2Fweirdvisory-insight-engine/lists"}