{"id":51231201,"url":"https://github.com/jeremylongshore/executive-intent","last_synced_at":"2026-06-28T16:30:58.275Z","repository":{"id":346694548,"uuid":"1132439754","full_name":"jeremylongshore/executive-intent","owner":"jeremylongshore","description":"Gmail and Calendar integration for executive assistants. DLP-screened knowledge base extraction from emails and events.","archived":false,"fork":false,"pushed_at":"2026-06-04T20:34:57.000Z","size":478,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-04T22:13:24.681Z","etag":null,"topics":["ai","automation","dlp","executive-assistant","gmail","google-calendar","knowledge-base","productivity"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/jeremylongshore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":["jeremylongshore"],"buy_me_a_coffee":"jeremylongshore"}},"created_at":"2026-01-12T00:32:30.000Z","updated_at":"2026-06-04T20:35:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jeremylongshore/executive-intent","commit_stats":null,"previous_names":["intent-solutions-io/executive-intent","jeremylongshore/executive-intent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jeremylongshore/executive-intent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremylongshore%2Fexecutive-intent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremylongshore%2Fexecutive-intent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremylongshore%2Fexecutive-intent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremylongshore%2Fexecutive-intent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeremylongshore","download_url":"https://codeload.github.com/jeremylongshore/executive-intent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremylongshore%2Fexecutive-intent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34896652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"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":["ai","automation","dlp","executive-assistant","gmail","google-calendar","knowledge-base","productivity"],"created_at":"2026-06-28T16:30:54.802Z","updated_at":"2026-06-28T16:30:58.266Z","avatar_url":"https://github.com/jeremylongshore.png","language":"TypeScript","funding_links":["https://github.com/sponsors/jeremylongshore","https://buymeacoffee.com/jeremylongshore"],"categories":[],"sub_categories":[],"readme":"# Executive Intent\n\n\u003e Your inbox + calendar, organized for decisions. DLP-enforced. Source-linked. Executive-ready.\n\nExecutive Intent is a secure decision layer over Gmail and Calendar that:\n\n1. **Connects** to your Google account via OAuth\n2. **Syncs** emails and calendar events incrementally\n3. **Scans** all content with Nightfall DLP before indexing\n4. **Indexes** allowed/redacted content as vector embeddings\n5. **Searches** with AI-powered retrieval and source provenance\n\n## Stack\n\n- **Frontend**: Next.js 14 + React 19 + Tailwind CSS\n- **Database**: Supabase (Postgres + pgvector)\n- **Auth**: Supabase Auth\n- **Workflows**: Inngest\n- **Hosting**: Firebase Hosting\n- **Infrastructure**: OpenTofu + Google Cloud\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 20+\n- npm\n- Supabase CLI (optional, for local development)\n- Google Cloud project (for KMS + Secret Manager)\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/intent-solutions-io/executive-intent.git\ncd executive-intent\n\n# Install dependencies\nnpm install\n\n# Copy environment variables\ncp .env.example .env.local\n# Edit .env.local with your values\n\n# Run development server\nnpm run dev\n```\n\n### Environment Setup\n\n1. Create a Supabase project at [supabase.com](https://supabase.com)\n2. Run the migrations in `supabase/migrations/`\n3. Create a Google Cloud project and enable:\n   - Cloud KMS\n   - Secret Manager\n   - Gmail API\n   - Calendar API\n4. Set up Google OAuth credentials\n5. Get a Nightfall API key at [nightfall.ai](https://nightfall.ai)\n\n## Project Structure\n\n```\n├── 000-docs/           # Documentation (doc-filing compliant)\n├── src/\n│   ├── app/            # Next.js App Router\n│   ├── components/     # React components\n│   ├── lib/            # Core libraries\n│   └── types/          # TypeScript types\n├── supabase/           # Database migrations\n├── infra/tofu/         # OpenTofu infrastructure\n└── .github/workflows/  # CI/CD pipelines\n```\n\n## Security\n\n- All content is scanned by Nightfall DLP before indexing\n- OAuth tokens are encrypted using Cloud KMS envelope encryption\n- Tenant isolation via Row Level Security (RLS)\n- Full audit trail of all operations\n\n## License\n\nProprietary - Intent Solutions IO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeremylongshore%2Fexecutive-intent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeremylongshore%2Fexecutive-intent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeremylongshore%2Fexecutive-intent/lists"}