Your First Project
Follow along to create your first design in Varve. This step-by-step tutorial covers creating a document, adding shapes, editing properties, working with layers, and exporting your work.
1. Create a New Document
Launch Varve and you'll see the home screen. Click "New Document" to open the New File dialog.
Varve gives you two paths:
- Blank canvas — Start from scratch with a custom width and height
- Print presets — Choose A4, A3, or Letter with optional CMYK color mode and bleed
For this tutorial, choose a custom blank canvas at 800 × 600 pixels. Name it "My First Design" and click Create.
2. Add Shapes
With your document open, you'll see the editor interface. Let's add some shapes:
- Rectangle: Press
Rto select the Rectangle tool. Click and drag on the canvas to draw a rectangle. Release when you're happy with the size. - Ellipse: Press
Eto switch to the Ellipse tool. Click and drag to draw a circle or ellipse. - Text: Press
Tfor the Text tool. Click on the canvas and start typing. Press Escape when done.
At this point, your document should have three nodes visible in the Layers Panel on the right.
3. Select and Move
Press V to return to the Select tool:
- Click on a shape to select it. You'll see blue selection handles appear.
- Drag the shape to move it around the canvas.
- Drag handles at corners and edges to resize the shape.
- Drag outside a corner handle to rotate.
- Shift+click to add to your selection, or drag a marquee around multiple shapes.
- Use arrow keys to nudge selected shapes by 1 pixel (Shift+arrow for 10 pixels).
4. Edit Properties
With a shape selected, look at the Inspector Panel on the right side. Here you can edit:
- Position & Size — Numeric fields for x, y, width, height, and rotation. Type values or drag to scrub.
- Fill — Click the fill swatch to open the color picker. Choose a solid color, gradient, or image fill.
- Stroke — Add a border with configurable weight, color, dash pattern, cap style, and join style.
- Effects — Add drop shadows, inner shadows, layer blur, background blur, or glow effects.
- Corner Radius — For rectangles, set uniform or per-corner rounding.
Try giving your rectangle a teal fill and your ellipse a sandstone fill. Add a subtle drop shadow to the rectangle via the Effects section.
5. Work with Layers
The Layers Panel shows all three shapes in a list. Layers are painted from bottom to top:
- Reorder: Drag a layer up or down to change its stacking order.
- Rename: Double-click a layer name and type a new name.
- Group: Select multiple layers, press
Ctrl+Gto group them. The group can be moved and transformed as a unit. - Duplicate: Select a layer and press
Ctrl+Dto duplicate it.
Group the rectangle and ellipse together. Notice how the group appears as a container in the layer tree — you can expand it to see its children.
6. Use Frame Presets
Frames are containers that clip their content. Press F to select the Frame tool and draw a frame around your design. With the frame selected, the Inspector shows a Frame Presets section where you can choose from common device sizes:
- Phone (iPhone, Android common sizes)
- Tablet (iPad)
- Desktop (laptop, desktop monitor)
- Social media cover and post sizes
- Presentation sizes (16:9, 4:3)
7. Export
When you're ready to share your design, Varve offers multiple export options:
- Press
Ctrl+Eor go to File > Export to open the Export dialog. - Select a format:
- PNG — Raster image with configurable scale (1x, 2x, 3x)
- SVG — Vector format, editable in other tools
- PDF — Print-ready document
- Choose a destination and click Export.
You can also generate code directly from your design. See Export & Code Generation for details on React, Tailwind, Flutter, and SwiftUI output.
8. Save Your Work
Varve's native format is .strata, a JSON-based document format that preserves all your design data including layers, effects, variables, and interactions.
- Press
Ctrl+Sto save. The first time, you'll be prompted to choose a location. - Varve also auto-saves your work periodically (configurable in Settings).
- Recovery points are created automatically, so you can restore from a previous state if needed.
Tip: Undo and Redo
Made a mistake? Ctrl+Z undoes the last action. Ctrl+Shift+Z redoes it. Varve supports unlimited undo within a session.
You're Ready!
You've completed your first project. Explore the Vector Tools guide to learn more about what Varve can do.