About

← Back to Tips

What is this?

Drupal Tip Viewer is a web interface for browsing tips across various Drupal development categories. Tips cover various aspects of Drupal development, from core services to best practices.

Quick Start

  • Get a random tip: Click "Get Random Tip" or use GET /api/random
  • Filter by category: Select a category from the dropdown
  • Open in IDE: Click Cursor or WindSurf buttons to edit tips
  • Toggle theme: Use the moon/sun button for dark/light mode

API Endpoints

Endpoint Description
GET /api/tipsGet all tips
GET /api/tips?category=XGet tips by category
GET /api/randomGet random tip
GET /api/random?category=XGet random tip from category
GET /api/categoriesList all categories

Links