AI Component Builder

Pipeline Dashboard

Pipeline Reference

Phases

DocumentPhase 0 — Component is researched and documented. Props, behavior, and design are captured in a markdown file.
ManifestPhase 1 — A manifest.json is generated defining all props, types, and defaults. Tested with Playwright to confirm it loads in the Adalo editor.
BuildPhase 2 — Full React Native component code is written (index.js). Playwright verifies it renders in the Adalo editor and staging preview.
RefinePhase 3 — Visual review, self-audit, user-approved fixes, and platform tests (iOS, Android, ORN). Database setup if needed.
Prop TestPhase 4 — Manual prop testing. Multiple instances placed on a test screen so the user can verify every prop works correctly.
iOSPhase 5 — iOS Simulator testing via mobile previewer app. All static configs and dynamic fields verified.
AndroidPhase 6 — Android Emulator testing via mobile previewer app. Same test methodology as iOS.
ORNPhase 7 — Old React Native (0.74.2) compatibility testing. Ensures the component works on the legacy Adalo runtime.
ApprovedPhase 8 — Component has passed all tests across all platforms and is ready for production.

Results

passComponent passed its most recent test.
failComponent failed its most recent test. Will be fixed in a later pass.
pendingNo test result yet — component hasn't been tested or is still in progress.

Locations

testingComponent folder is in testing-components/ — actively being built and tested.
finalizeComponent folder is in finalize-components/ — moved there after passing tests, pending final review.

Next Steps

DocumentNeeds Phase 0 documentation before entering the pipeline.
Manifest TestReady for manifest generation and Playwright manifest test.
Build & Web TestReady for full code generation and web render test.
Refine & Platform TestsReady for visual review, audit, fixes, and iOS/Android/ORN testing.
Manual Prop TestReady for user to manually test every prop in the editor.
iOS TestReady for iOS Simulator re-test after improvements.
Android TestReady for Android Emulator re-test.
ORN TestReady for Old React Native compatibility re-test.
Needs VerificationComponent is in finalize directory but has no STATUS.json — actual progress is unknown.

Pipeline Overview

Loading components...

📣 Marketing — Forum Posts

Ready-to-post announcements for the Adalo Community Forum. Click "Copy" to copy the post content.

Loading posts...