Docs / Getting Started / Installation
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
- Create your account and sign in.
- Connect at least one provider (Bluesky, X/Twitter, or Telegram).
- Open the dashboard and verify your inbox is syncing.
Local development
- Install Node.js 20+ and pnpm.
- Clone the repository and install dependencies.
- Configure environment variables for Firebase and the database.
- 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.