Getting Started

Quick Start Guide

Get up and running with Platphorm Design in under 5 minutes.

1

Open the Editor

Navigate to the main editor. Your canvas is ready immediately - no account required.

https://phorm.platphormnews.com
2

Create Your First Design

Use the toolbar to select drawing tools. Keyboard shortcuts accelerate your workflow:

Select toolV
Pan/Hand toolH
RectangleR
EllipseO
LineL
TextT
Pen/PathP
ImageI
3

Use AI Assistance

Open the AI panel to get intelligent suggestions. The AI analyzes your design and proposes improvements you can accept or reject.

Example prompts:

  • • “Suggest a better color palette for this design”
  • • “Improve the layout spacing”
  • • “Generate an icon for a settings button”
  • • “Create a hero section for a landing page”
4

Export Your Design

Export in multiple formats with one click. Use presets for social media or custom dimensions.

  • SVG - Scalable vector graphics, infinite resolution
  • PNG - Lossless raster with transparency
  • JPEG - Compressed, smaller file size
  • WebP - Modern format, best quality/size ratio
5

Save to Platphorm Docs

Submit your design to the Platphorm network for collaboration and version control.

// Submit to docs.platphormnews.com/submissions/
const response = await fetch('/api/v1/submit/design', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    name: 'My Design',
    description: 'Hero section for landing page',
    elements: [...designElements],
    tags: ['hero', 'landing', 'marketing']
  })
})

Next Steps