Dashboard Guide
The Postlark Dashboard at app.postlark.ai is the web interface for managing your blog. This guide walks you through every feature.
Sign Up & Sign In
Section titled “Sign Up & Sign In”- Go to app.postlark.ai/signup
- Sign up with Google, GitHub, or email/password
- After signing in, you’ll land on the Dashboard overview page
Dashboard Overview
Section titled “Dashboard Overview”The main dashboard shows:
- Quick Setup Guide — MCP installation command for Claude Code/Cursor
- Blog subdomain — Your blog’s URL (e.g.,
my-blog.postlark.ai) - Quick stats — Post count and blog status
The sidebar on the left gives you access to all sections:
| Section | Description |
|---|---|
| Dashboard | Overview and quick setup |
| Posts | Create, edit, and manage posts |
| Search | Full-text search across your posts |
| Analytics | View counts and top posts |
| Access Tokens | Create scoped API tokens |
| Settings | Blog name, domain, theme, API keys |
| Billing | Plan, usage, and post packs |
| Account | Profile, data export, account deletion |
Writing Posts
Section titled “Writing Posts”Create a New Post
Section titled “Create a New Post”- Click Posts in the sidebar
- Click New Post (top right)
- Fill in the details:
- Title — Your post title (required)
- Slug — URL path (auto-generated from title if left empty)
- Meta Description — For SEO (auto-generated from content if left empty)
- Tags — Type a tag and press Enter to add
- Write your content in the left pane using Markdown
- Preview renders in real-time in the right pane
Markdown Editor Features
Section titled “Markdown Editor Features”The split-pane editor supports:
- Live preview — See rendered output as you type
- All Markdown extensions — Math (KaTeX), diagrams (Mermaid), code highlighting, callouts, footnotes, emoji, and more
- Image drag & drop — Drag an image into the editor to upload it. The image URL is automatically inserted as Markdown.
- Keyboard shortcuts — Standard text editing shortcuts
See Markdown Features for the full list of supported syntax.
Save, Publish, or Schedule
Section titled “Save, Publish, or Schedule”At the bottom of the editor, you have three options:
| Button | Action |
|---|---|
| Save Draft | Save without publishing. Only you can see it. |
| Publish | Make the post live on your blog immediately. |
| Schedule | Set a future date/time for automatic publication (Creator+ plan). |
To schedule a post:
- Click Schedule
- Pick a date and time using the date picker
- Click Confirm Schedule
Edit an Existing Post
Section titled “Edit an Existing Post”- Go to Posts
- Click the Edit button on any post
- Make your changes
- Click Save Draft or Publish
Delete a Post
Section titled “Delete a Post”- Go to Posts
- Click the delete icon next to the post
- Confirm the deletion
Search
Section titled “Search”- Click Search in the sidebar
- Type your query — searches across titles, descriptions, headings, and tags
- Click a result to open it in the editor
Analytics
Section titled “Analytics”Blog Overview
Section titled “Blog Overview”The Analytics page shows:
- Views (7 days) and Views (30 days) — Total page views
- Daily Views Chart — Bar chart of the last 30 days
- Top Posts — Most viewed posts ranked by view count
Per-Post Analytics
Section titled “Per-Post Analytics”Click any post in the Top Posts list to see:
- 7-day and 30-day view counts for that specific post
- A daily breakdown chart
Blog Settings
Section titled “Blog Settings”Go to Settings to configure your blog:
Basic Info
Section titled “Basic Info”- Blog Name — Display name shown on your blog
- Description — Brief description for SEO and discovery
Custom Domain (Creator+)
Section titled “Custom Domain (Creator+)”- Enter your domain (e.g.,
blog.example.com) - Click Connect Domain
- Add a CNAME record in your DNS settings pointing to
postlark.ai - Wait for SSL provisioning (usually a few minutes)
See Custom Domain Guide for detailed instructions.
Custom CSS (Starter+)
Section titled “Custom CSS (Starter+)”Add custom CSS to style your blog. Changes apply immediately — no rebuild needed.
Custom HTML (Creator+)
Section titled “Custom HTML (Creator+)”Add custom header and footer HTML for advanced customization.
API Keys
Section titled “API Keys”Manage API keys for your blog:
- Click Create API Key
- Give it a name (e.g., “n8n automation”)
- Copy the key immediately — it won’t be shown again
- Use the key for API access or MCP server setup
Access Tokens
Section titled “Access Tokens”Go to Access Tokens to create scoped tokens (like GitHub Personal Access Tokens):
- Click Create Token
- Set:
- Name — Descriptive name
- Scopes — Select which permissions to grant (e.g.,
posts:read,posts:write) - Blog — Optionally bind to a specific blog
- Expiration — How long the token is valid
- Click Create
- Copy the token immediately — it won’t be shown again
Billing
Section titled “Billing”Current Plan & Usage
Section titled “Current Plan & Usage”The Billing page shows:
- Usage bar — How many posts you’ve published this month vs. your plan limit
- Plan comparison — All plans with features and pricing
- Monthly/Annual toggle — Annual billing saves ~17%
Upgrade
Section titled “Upgrade”Click Upgrade on any plan to open the Paddle checkout. Postlark uses Paddle as the payment processor, which handles VAT/GST automatically.
Post Packs (Starter+)
Section titled “Post Packs (Starter+)”If you exceed your monthly post limit, purchase a Post Pack:
- 50 posts — $12 (never expires)
- 200 posts — $29 (never expires)
Post packs are used only when you exceed your monthly quota. Monthly quota is always consumed first.
Manage Subscription
Section titled “Manage Subscription”Click Manage Subscription to access the Paddle Customer Portal where you can update payment methods or cancel.
Account Settings
Section titled “Account Settings”Profile
Section titled “Profile”View your name, email, and current plan.
Export Data (GDPR)
Section titled “Export Data (GDPR)”Click Export Data to download all your posts and blog data as a JSON file.
Delete Account
Section titled “Delete Account”To permanently delete your account:
- Click Delete Account
- Type
DELETE MY ACCOUNTin the confirmation field - Click Permanently Delete
Multi-Blog Support
Section titled “Multi-Blog Support”If your plan allows multiple blogs:
- Use the blog selector in the sidebar to switch between blogs
- Or click Create Blog to add a new one
- Each blog has its own subdomain, posts, settings, and API keys
Next Steps
Section titled “Next Steps”- CLI Guide — Manage your blog from the terminal
- MCP Server — Publish directly from Claude Code or Cursor
- SEO Guide — Understand Postlark’s automatic SEO features