Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodeGuide-dev/codeguide-starter-fullstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: amyrulmynin/codeguide-starter-fullstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 114 files changed
  • 3 contributors

Commits on Oct 12, 2025

  1. feat: scaffold WhatsAPI Fullstack Gateway monorepo

    - Set up pnpm workspace with apps/web, apps/api, packages/db, packages/worker
    - Create packages/db with Prisma schema (User, Session, Message models)
    - Build apps/api with Next.js 15 Route Handlers and Baileys WhatsApp integration
      - Implement /api/whatsapp/connect endpoint for session creation
      - Implement /api/whatsapp/send endpoint for message sending
      - Add session management and QR code generation
      - Include health check endpoint
    - Implement packages/worker with BullMQ job processing
      - Create message queue worker with Redis connection
      - Add Express server with health check on port 4001
      - Include graceful shutdown and retry logic
    - Refactor apps/web frontend with WhatsApp components
      - Create WhatsAppConnect and MessageSender components
      - Add WhatsApp API client for cross-service communication
      - Update dashboard to include WhatsApp functionality
      - Preserve existing shadcn/ui components and styling
    - Configure TypeScript path aliases and workspace dependencies
    - Add environment configuration for PostgreSQL, Redis, and API URLs
    - Set up concurrent development with pnpm dev command
    
    🤖 Generated with [Claude Code](https://claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    Codespace Runner and claude committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    040deba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from amyrulmynin/feature/scaffold-whatsapi-full…

    …stack-gateway-monorepo-7zydv1LC
    
    feat: Scaffold WhatsAPI Fullstack Gateway monorepo
    amyrulmynin authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    77fa65c View commit details
    Browse the repository at this point in the history
Loading