Skip to content

Commit 7723724

Browse files
committed
docs: add ecosystem section with filaforms and custom fields cards
1 parent 6255220 commit 7723724

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

docs/content/index.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Perfect for Filament admin panels and standalone Livewire applications.
3737
:::
3838
::
3939

40-
<div class="text-center">
40+
<div class="text-center max-w-4xl mx-auto">
4141
<img src="/preview.png" alt="Flowforge Kanban Board Preview" class="mx-auto max-w-full h-auto rounded-lg shadow-lg" />
4242
</div>
4343

@@ -112,3 +112,38 @@ Why choose Flowforge?
112112
Deep integration with Filament's table system for filters, search, actions, and consistent admin panel experience.
113113
:::
114114
::
115+
116+
::u-page-section
117+
#title
118+
Our Ecosystem
119+
120+
#description
121+
Extend your Laravel applications with our ecosystem of complementary tools
122+
123+
#default
124+
::card-group
125+
:::card
126+
---
127+
title: FilaForms
128+
icon: i-simple-icons-laravel
129+
to: https://filaforms.app
130+
target: _blank
131+
---
132+
:img{src="https://filaforms.app/img/og-image.png" alt="FilaForms" class="mb-4 rounded-lg w-full pointer-events-none"}
133+
134+
Visual form builder for all your public-facing forms.
135+
:::
136+
137+
:::card
138+
---
139+
title: Custom Fields
140+
icon: i-lucide-sliders
141+
to: https://custom-fields.relaticle.com
142+
target: _blank
143+
---
144+
:img{src="https://github.com/Relaticle/custom-fields/raw/2.x/art/preview.png" alt="Custom Fields" class="mb-4 rounded-lg w-full pointer-events-none"}
145+
146+
Let users add custom fields to any model without code changes.
147+
:::
148+
::
149+
::

0 commit comments

Comments
 (0)