Features
Guides for implementing common application features in LightNap.
Available Guides
Managing Content
Learn how to create, edit, and publish content using LightNap’s built-in Content Management System.
Adding In-App Notifications
Create new types of in-app notifications to keep users informed about events and activities.
Adding Email Scenarios
Implement new transactional email scenarios using T4 templates and the email service.
Adding User Settings
Implement user-specific settings and preferences that persist across sessions.
Reusable Form Components
Create reusable form components with validation, error handling, and consistent styling.
Idempotency-Key Filter
Make mutating endpoints replay-safe with the [Idempotent] action filter and a client-supplied Idempotency-Key header. Prevents double-click and retry-after-drop duplicates without changes to your action body.