{"id":49885869,"url":"https://github.com/meyer1994/webhooks","last_synced_at":"2026-05-15T18:15:23.573Z","repository":{"id":331637473,"uuid":"1131675809","full_name":"meyer1994/webhooks","owner":"meyer1994","description":"webhook.site inspired app","archived":false,"fork":false,"pushed_at":"2026-01-11T02:56:05.000Z","size":478,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T04:14:42.085Z","etag":null,"topics":["cloudflare-workers","nuxt","nuxtui","trpc","vue"],"latest_commit_sha":null,"homepage":"https://webhooks.meyer1994.workers.dev/","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/meyer1994.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-10T13:36:35.000Z","updated_at":"2026-01-11T02:56:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/meyer1994/webhooks","commit_stats":null,"previous_names":["meyer1994/webhooks"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/meyer1994/webhooks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fwebhooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fwebhooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fwebhooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fwebhooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meyer1994","download_url":"https://codeload.github.com/meyer1994/webhooks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meyer1994%2Fwebhooks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["cloudflare-workers","nuxt","nuxtui","trpc","vue"],"created_at":"2026-05-15T18:15:22.689Z","updated_at":"2026-05-15T18:15:23.562Z","avatar_url":"https://github.com/meyer1994.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flower\n\nFlower is a modern Vue 3 + Nuxt 4 application designed for document processing\nwith AI integration, leveraging Cloudflare's ecosystem for performance and\nscalability.\n\n## Features\n\n- **Frontend**: [Nuxt 4](https://nuxt.com/blog/nuxt-4-0) with [Vue\n  3](https://vuejs.org/) and [Nuxt UI 4](https://ui4.nuxt.com/).\n- **Styling**: [Tailwind CSS v4](https://tailwindcss.com/) and [Nuxt\n  UI](https://ui4.nuxt.com/).\n- **API**: Type-safe communication using [tRPC](https://trpc.io/).\n- **Database**: [Drizzle ORM](https://orm.drizzle.team/) with [Cloudflare\n  D1](https://developers.cloudflare.com/d1/).\n- **AI/LLM**: [LangChain](https://js.langchain.com/) and\n  [LangGraph](https://langchain-ai.github.io/langgraphjs/) integrated with\n  [Cloudflare Workers AI](https://developers.cloudflare.com/workers-ai/).\n- **Storage**: [Cloudflare R2](https://developers.cloudflare.com/r2/) for object\n  storage.\n- **Vector Search**: [Cloudflare\n  Vectorize](https://developers.cloudflare.com/vectorize/) for semantic search.\n- **Authentication**: `nuxt-auth-utils` with Auth0 support.\n- **Developer Experience**: ESLint Stylistic, TypeScript strict mode, and pnpm.\n\n## Development\n\n### Setup\n\n1.  **Clone the repository**:\n\n    ```bash\n    git clone \u003crepository-url\u003e\n    cd nuxt-template\n    ```\n\n2.  **Install dependencies**:\n\n    ```bash\n    pnpm install\n    ```\n\n3.  **Configure environment**: Copy the example environment file and fill in the\n    required values.\n\n    ```bash\n    cp .env.example .env\n    ```\n\n    The following variables are configurable in `.env`:\n\n    ```env\n    # Database\n    DATABASE_URL=file:.data/db.sqlite\n\n    # AWS (S3) / Minio configuration\n    NUXT_AWS_BUCKET='uploads'\n    AWS_REGION='auto'\n    AWS_ACCESS_KEY_ID='minioadmin'\n    AWS_SECRET_ACCESS_KEY='minioadmin'\n    AWS_ENDPOINT_URL='http://localhost:9000'\n    ```\n\n### Running Locally\n\nTo start the development server with Nuxt:\n\n```bash\npnpm run dev\n```\n\nFor Cloudflare-specific development (using Wrangler):\n\n```bash\npnpm run cf:dev\n```\n\n### Database Migrations\n\nThis project uses Drizzle ORM. Migrations are managed via `drizzle-kit` and\napplied to Cloudflare D1.\n\n1.  **Generate a new migration**: Run this after making changes to\n    `server/db/schema.ts`.\n\n    ```bash\n    pnpm run db:generate\n    ```\n\n2.  **Apply migrations locally**: Apply migrations to your local D1 instance for\n    development.\n\n    ```bash\n    pnpm run cf:migrate --local\n    ```\n\n3.  **Apply migrations to production**: Apply migrations to your remote D1\n    database on Cloudflare.\n\n    ```bash\n    pnpm run cf:migrate --remote\n    ```\n\n### Cloudflare Bindings \u0026 Types\n\nWhen you add or change bindings in `wrangler.jsonc` (like D1, R2, or Vectorize),\nyou should regenerate the TypeScript definitions:\n\n```bash\npnpm run cf:types\n```\n\nThis updates `shared/wrangler.d.ts` to ensure type safety for your Cloudflare\nbindings.\n\n## Deployment\n\nDeploy the application to Cloudflare Workers:\n\n```bash\npnpm run cf:deploy\n```\n\n## Useful Commands\n\n- `pnpm lint`: Run ESLint checks.\n- `pnpm lint:fix`: Automatically fix linting issues.\n- `pnpm typecheck`: Run TypeScript type checks.\n- `pnpm cf:types`: Generate types for Cloudflare bindings.\n- `pnpm clean`: Remove build artifacts and temporary files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeyer1994%2Fwebhooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeyer1994%2Fwebhooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeyer1994%2Fwebhooks/lists"}