Official templates for Paperline - The AI Mobile Engineer.
- ios-swiftui-basic - Basic iOS app with SwiftUI and SwiftData
- ios-swiftui-mvvm - iOS app with MVVM architecture (coming soon)
- android-compose-basic - Android app with Kotlin & Compose (coming soon)
import { createApp } from "@paperline/create-app";
// Use from GitHub
await createApp({
template: "github:PaperlineAI/templates/ios-swiftui-basic@v1.0.0",
appName: "MyApp",
// ...
});Each template must have:
template.json- Manifest fileREADME.md- Template documentation- Template files with
__PAPERLINE_*__placeholders
See individual template READMEs for details.
This project is licensed under the MIT License - see the LICENSE file for details.
Projects created from these templates are yours - you own them completely and can license them however you want. The MIT license only applies to the template files themselves, not to what you create with them.