Examples
This section showcases minimal, focused examples that demonstrate specific technical concepts or integrations. Think of them as "hello world" examples that you can learn from and build upon.
Each example is intentionally simple and stripped of business logic, making it easier to understand the core technical concepts. You can use these as building blocks when implementing more complex features with real business requirements.
Protected Endpoint with Clerk Auth
Shows how to protect FastAPI endpoints with Clerk authentication and access them from Next.js. Features JWT token handling, error states, and user data display.
Google Drive File Picker Integration
Demonstrates integrating Google Drive File Picker with Next.js. Features file selection, type filtering, and OAuth authentication handling.
FastAPI + GraphQL + Neon Postgres Example
Demonstrates using FastAPI with GraphQL and Neon Postgres. Shows how to handle GraphQL queries, mutations, and field mapping.
Next.js + Neon Postgres Example
Shows how to use Next.js API routes with Neon's serverless driver for Postgres. Includes error handling and response validation.
Multi-Select Component
A reusable multi-select component built with Shadcn UI and Radix UI. Features search, keyboard navigation, and custom styling.