Skip to main content

Quickstart

Get started with Codivise in minutes. No installation or setup—just sign up and start preparing.

1. Create an Account

Visit codivise.com and sign up with your email or OAuth (Google, GitHub).

2. Explore the Platform

After signing in, you land on the AI Home. From the sidebar you can access:

3. Try the Architecture Simulator

  1. Go to Coding CoachSystem Design Simulator (or /system-design-simulator)
  2. Select a task (e.g., “Design a URL shortener”) or Freeform
  3. Drag components from the palette onto the canvas
  4. Connect components by dragging from output to input handles
  5. Click Run Simulation to see live QPS, latency, and cost metrics
  6. Toggle chaos scenarios (traffic spike, cache miss, node crash)
  7. Save with Save or Cmd+S / Ctrl+S

4. Create Custom Diagrams

  1. Click New diagram in the task selector
  2. Enter a name (e.g., “My API architecture”)
  3. Build your design and save
  4. Load saved diagrams from Saved diagrams or the task dropdown

5. Practice Coding

  1. Go to Coding Coach
  2. Select Algorithms or System Design
  3. Pick a problem and start coding
  4. Use AI hints and get feedback on your solution

Next Steps