Tools
Here are tools that we use in our daily work:
Google Workspace
Your email address, calendar, and documents are all in Google Workspace. We also use Google Meet for all client and internal meetings.
Slack
We use Slack for team and client communication. We encourage you to disable as many notifications as possible to avoid distractions. Here are some important channels that you should join:
- #general: For general announcements or discussion.
- #afk: Notify everyone before you are going AFK for more than an hour during working hours.
- #shitposting-memelord: For memes and jokes.
ClickUp
We use ClickUp for project management. You can find your tasks, log your time, and update your progress in ClickUp.
Gadjian
We use Gadjian for payroll and HR management. You can request leave and access your payslip in Gadjian.
Figma
We use Figma for design collaboration. You can find the design files and prototypes in Figma.
GitHub
Where we store our code, manage pull requests, and run CI/CD pipelines.
Passbolt
We use Passbolt to store and share passwords securely.
AI Development Tools
We use AI-powered tools to accelerate development. See the AI Development guide for workflows and best practices.
Claude Code
Our primary AI coding agent. Claude Code runs in your terminal and can search the codebase, generate code, run tests, and create pull requests. It integrates directly with your local repo and GitHub.
OpenClaw
An AI coding agent similar to Claude Code with support for multiple LLM providers. Used as an alternative depending on project needs and team preference.
Cursor
An AI-powered code editor built on VS Code. Useful for inline code generation, chat-based editing, and codebase-aware autocomplete. A good option if you prefer a GUI over terminal-based agents.