Core Concepts
Understand the fundamental building blocks of every Igniter.js application. This section covers the essential concepts you need to master to build robust, type-safe APIs.
What You'll Learn
In this section, you'll discover:
- The Igniter Builder pattern and how it shapes your application
- Context and dependency injection
- Controllers, Actions, and routing
- Procedures (middleware) for reusable logic
- Validation with Zod
Quick Navigation
- The Igniter Builder - Your application's foundation
- Context - Dependency injection and shared state
- Controllers & Actions - Building API endpoints
- Procedures - Reusable middleware
- Routing - URL patterns and request handling
- Validation - Type-safe data validation with Zod
Ready to dive deep? Start with The Igniter Builder to understand the foundation of every Igniter.js application.