Setting Up Your First Pearl Project
Install Pearl, scaffold a project, and run your first module in under five minutes.
Hands-on, step-by-step tutorials for building with Pearl. Filter by category to find exactly what you need.
Install Pearl, scaffold a project, and run your first module in under five minutes.
A tour of the module API — inputs, outputs, and how to declare dependencies.
Wire two modules together with signals and see reactive updates in action.
Learn patterns for composing many modules into a maintainable graph.
Because modules are pure, unit testing is straightforward. Here is the recommended setup.
Patterns for global, local, and derived state using the signal primitive.
Profile and reduce unnecessary recomputations in large graphs.
Configuration, runtime selection, and monitoring for production deployments.
Swap the default runtime for a worker-based one and measure the difference.
Identify, break, and prevent circular dependencies in your module graph.