Installation

Get WeKeKe running for hosted or local environments.

WeKeKe is designed as a hosted workspace, but you can also run it locally for development and testing. Pick the setup path that matches your workflow.

Hosted setup

  1. Create your account and sign in.
  2. Connect at least one provider (Bluesky, X/Twitter, or Telegram).
  3. Open the dashboard and verify your inbox is syncing.

Local development

  1. Install Node.js 20+ and pnpm.
  2. Clone the repository and install dependencies.
  3. Configure environment variables for Firebase and the database.
  4. Run migrations and start the dev server.

Environment checklist

  • Firebase client + admin credentials.
  • Database connection string.
  • Provider API keys (if testing integrations locally).

Next step

Once installed, move on to Authentication and First Steps to finish onboarding.