Documentation

Welcome to CodeForge — the fastest way to build native iOS apps with AI. This documentation will help you get started and make the most of our platform.

Quick Tip

Start with a clear description of your app. The more details you provide, the better the generated code will be.

Quick Start

  1. 1

    Create an account

    Sign up for free at codeforge.app/register

  2. 2

    Describe your app

    Tell us what you want to build in plain English

  3. 3

    Review and iterate

    See the generated code, preview your app, and chat with AI to make changes

  4. 4

    Export and build

    Download your Xcode project and submit to the App Store

Getting Started Guide

Describe Your App

Start by telling CodeForge what kind of app you want to build. Be as detailed as possible about features, screens, and functionality.

Review Generated Code

CodeForge generates SwiftUI code in real-time. Review the code in the split-view editor and see the live preview.

Iterate with Chat

Use the AI chat to refine your app. Ask for changes like 'Add a dark mode' or 'Make the login screen more modern.'

Export to Xcode

When your app is ready, click Export to download a complete Xcode project. Open it in Xcode and build for the simulator or App Store.

Frequently Asked Questions

What is CodeForge?

CodeForge is an AI-powered iOS app builder that lets you create native iOS applications using plain English. Describe your app idea, and CodeForge generates the complete Swift code that you can export to Xcode.

Do I need to know Swift or programming?

No! That's the magic of CodeForge. You describe your app in plain English, and our AI handles all the Swift code generation. You can focus on the business logic and design while we handle the technical implementation.

What kind of apps can I build?

You can build various iOS apps including social apps, e-commerce apps, productivity tools, food delivery apps, and more. Our AI understands SwiftUI and can create complex UI components, navigation flows, and data models.

How do I export my app?

Once you're happy with your generated code, click the Export button to download a ZIP file containing a complete Xcode project. Open it in Xcode, and you're ready to build for the App Store.

Is the generated code production-ready?

Yes! The code generated by CodeForge follows SwiftUI best practices and is structured to be production-ready. However, we always recommend reviewing the code before submitting to the App Store.

Can I customize the generated code?

Absolutely. The generated code is yours to modify. You can edit it directly in our code editor or export it and make changes in Xcode.

API Reference

CodeForge provides a REST API for programmatic access to code generation, preview, and export features.

POST/api/generate

Generate Swift code from a text prompt

Request Body

{
  "prompt": "string (required)",
  "context": "object (optional)"
}

Response

{
  "code": "string",
  "files": "File[]"
}
POST/api/preview

Get a live preview URL for generated code

Request Body

{
  "code": "string (required)"
}

Response

{
  "previewUrl": "string",
  "errors": "string[]"
}
POST/api/export

Export project as a downloadable ZIP

Request Body

{
  "projectId": "string (required)"
}

Response

{
  "downloadUrl": "string"
}

Still have questions?

Can't find what you're looking for? Our support team is here to help.

Contact Support