20 lines
682 B
Plaintext
20 lines
682 B
Plaintext
---
|
|
title: Developer Guide
|
|
description: Extend and customize WooNooW.
|
|
---
|
|
|
|
## Core Concepts
|
|
|
|
WooNooW is built with extensibility in mind.
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Addons System" icon="Package" href="/docs/developer/addons/module-integration">
|
|
Learn how to create custom modules that plug into the WooNooW ecosystem.
|
|
</Card>
|
|
<Card title="React Integration" icon="Plug" href="/docs/developer/addons/react-integration">
|
|
Understand how we bridge PHP and React to create seamless admin interfaces.
|
|
</Card>
|
|
<Card title="API Reference" icon="Zap" href="/docs/developer/api/licensing">
|
|
Detailed documentation of our REST API endpoints.
|
|
</Card>
|
|
</CardGroup> |