Intermediate·
15 mins
Configuring Custom Learning Topics & Scheduling Windows
Pro users can tailor the automated commit summaries to their actual tech stack (e.g. Rust, Go, Distributed Systems, React) and configure precise active hours.
🎥 Watch Video Guide • Live Setup WalkthroughFull HD
Step 1 of 3Pro Features
Step 1: Set Your Custom Focus Topic
In your dashboard settings, enter your technical focus keyword (e.g., 'Distributed Systems Architecture', 'Kubernetes Operator Pattern', or 'Fullstack TypeScript').
Example Snippet
// PUT /api/v1/user/settings
{
"custom_topic": "Rust Async & Tokio Runtime",
"commit_window_start": 9,
"commit_window_end": 19,
"commit_frequency": 3
}