Your First Build

This guide walks you through your first complete build using ConjureForge.

Step 1: Open the build console

From your Dashboard, click New Project then Start Forging. The build console opens with a chat interface on the left and a live preview panel on the right.

Step 2: Write your brief

In the chat input, describe what you want to build. Be specific about what it does, who uses it, and key features.

Example brief: "Build a task management app with a Kanban board. Users can create projects, add tasks with due dates and assignees, drag tasks between columns, and get a daily email summary of overdue tasks."

Step 3: Review the plan

ConjureForge generates a structured build plan before writing any code. You can approve it, ask for changes, or add constraints.

Step 4: Watch it build

Once you approve, ConjureLoop begins the build cycle. Files appear in the file tree in real time. The live preview updates automatically as components are built.

Step 5: Test and iterate

Interact with your app in the preview pane. If something is wrong, describe it: "The Kanban board is not draggable on mobile. Fix it." ConjureLoop will diagnose, fix, and retest.

Step 6: Deploy

Click Deploy to publish your app. ConjureForge pushes the code to GitHub and triggers a Netlify deployment. Your app goes live at a *.conjureforge.app subdomain within 60 seconds.