Basic Workflow
Understanding the Weldship workflow will help you build applications more efficiently. The core cycle is simple: Build, Preview, Deploy.
Workflow Overview
Every project in Weldship follows a straightforward workflow:
- Build - Create or modify your application using AI prompts
- Preview - See your changes instantly in the visual preview
- Deploy - Push your changes to production when ready
Build Phase
The build phase is where you create and modify your application. There are several ways to build:
AI Prompts
The primary way to build is through natural language prompts. Describe what you want, and the AI generates the code. You can:
- Create new components and sections
- Modify existing elements
- Add interactivity and logic
- Fix bugs and issues
- Refactor and improve code
File Uploads
Upload files to inform your design:
- Images - Upload images and screenshots for the AI to analyze
- Documents - Upload specs, requirements, or content
- Figma Designs - Import designs directly from Figma
Voice Input
Use voice commands to describe changes hands-free. Click the microphone button and speak your request.
Iterative Building
Preview Phase
The preview shows your application exactly as it will appear when deployed.
Real-Time Updates
As the AI generates code, the preview updates in real-time. You can see changes appearing as they're made.
Responsive Preview
Preview your application across different devices:
- Desktop - Full-width view for desktop screens
- Tablet - Medium-width view for tablets
- Mobile - Narrow view for mobile phones
Code Viewer
Switch to the code viewer to see the generated source code. You can browse files, view syntax-highlighted code, and understand how your application is structured.
Deploy Phase
When you're ready to go live, deploy your application with one click.
Environments
Weldship supports multiple environments:
- Development - For testing and experimentation
- Staging - For pre-production review
- Production - Your live, public application
Deployment Process
When you deploy:
- Your code is built and optimized
- Assets are uploaded to a global CDN
- Your application goes live at your chosen URL
- SSL certificates are automatically provisioned
Instant Rollback
Best Practices
Deploy Frequently
Deploy often to keep your production environment up to date. Each deployment creates a version you can roll back to if needed.
Test Responsiveness
Always check your application on multiple device sizes before deploying. Use the device preview buttons to ensure everything looks good.
Review Generated Code
Occasionally review the generated code to understand what the AI is creating. This helps you make more informed prompts.
Next Steps
Now that you understand the basic workflow, dive deeper into specific areas:
- AI Prompts - Master the art of prompting
- Visual Builder - Learn the builder interface
- Deployment - Understand deployment options