Quick Start Guide
Get up and running with CrossPostr in 5 minutes. Create your first content and publish across multiple platforms.
Quick Start Guide
Get up and running with CrossPostr in just 5 minutes! This guide will walk you through creating your account, setting up your first platform connection, and publishing your first piece of content.
Step 1: Create Your Account
- Visit CrossPostr and click "Sign Up"
- Choose your sign-up method: Email, Google, or GitHub
- Complete the onboarding: Tell us about your content goals
- Verify your email if you signed up with email
๐ก Pro Tip: Use GitHub or Google sign-up for faster account creation!
Step 2: Connect Dev.to
Before you can publish content, you'll need to connect your Dev.to account.
Connecting Dev.to
- Navigate to Dashboard โ Settings โ Platforms
- Click "Connect Dev.to"
- Get your API key from Dev.to Settings
- Paste your API key and click "Connect"
๐ Note: Additional platform integrations are coming soon!
Step 3: Create Your First Content
Now let's create your first piece of content using our powerful content editor.
Using the Content Editor
- Go to Dashboard โ Content
- Click "New Article"
- Choose a template or start from scratch
- Enter your article title
Editor Features
- Rich text formatting: Bold, italic, headers, lists, and more
- Code highlighting: Syntax highlighting for multiple programming languages
- Mathematical equations: Use LaTeX notation for complex formulas
- Media embedding: Add images, videos, and other embeds easily
Example: Writing About React Hooks
# Understanding React Hooks: A Beginner's Guide React Hooks revolutionized how we write React components. In this guide, we'll explore the most commonly used hooks and learn how to use them effectively. ## What are React Hooks? Hooks are functions that let you "hook into" React state and lifecycle features from function components...
Step 4: Enhance Your Content
Using Content Tools
- Format your text using the rich text toolbar
- Add code blocks with syntax highlighting
- Include mathematical equations using LaTeX
- Organize content with headers and lists
Adding Code Examples
Use our enhanced code editor for syntax highlighting:
// Example: Using useState Hook import React, { useState } from 'react'; function Counter() { const [count, setCount] = useState(0); return ( <div> <p>You clicked {count} times</p> <button onClick={() => setCount(count + 1)}>Click me</button> </div> ); }
SEO Optimization
- Add a compelling meta description
- Use relevant tags for better discoverability
- Include a cover image (we'll help you find one!)
- Add internal links to your other content
Step 5: Publish Your Content
Publishing Options
- Save as Draft: Continue editing later
- Publish to Dev.to: Make it public on Dev.to
- Schedule: Set a specific publish time (coming soon)
Dev.to Publishing
- Click "Publish" when your content is ready
- Select Dev.to as your target platform
- Configure settings:
- Tags for Dev.to
- Publication settings
- Canonical URL preferences
- Click "Publish to Dev.to"
Content Optimization
CrossPostr automatically optimizes your content for Dev.to:
- Dev.to: Adds appropriate tags and formatting
- Markdown conversion: Ensures proper formatting
- Image handling: Processes and uploads images
Step 6: Track Performance
Analytics Dashboard
- Go to Dashboard โ Analytics
- View Dev.to performance metrics:
- Total views on Dev.to
- Engagement rates
- Top-performing content
- Publishing insights
Understanding Your Metrics
- Views: How many people saw your content
- Reads: How many people read through your content
- Engagement: Likes, comments, and shares
- Click-through Rate: Links clicked in your content
Next Steps
Congratulations! ๐ You've published your first content with CrossPostr. Here's what to do next:
Explore Advanced Features
- Content Import: Import your existing content from Google Docs and Notion
- Content Repurposing: Turn your article into social media posts
- Editor Features: Learn about the advanced content editor
- Team Collaboration: Invite team members
- Advanced Analytics: Deep dive into performance data
Join the Community
- Discord Community: Connect with other creators
- GitHub: Contribute to the project
- Blog: Stay updated with new features
Get Help
- FAQ: Common questions and answers
- Troubleshooting: Solve common issues
- Contact Support: We're here to help!
Tips for Success
Content Strategy
- Post consistently: Aim for 1-2 articles per week
- Engage with your audience: Respond to comments and feedback
- Cross-promote: Share on social media and in relevant communities
SEO Best Practices
- Use descriptive titles: Include relevant keywords naturally
- Write compelling descriptions: Hook readers in the first sentence
- Add relevant tags: Help people discover your content
- Include images: Visual content performs better
Building Your Audience
- Find your niche: Focus on topics you're passionate about
- Be authentic: Share your genuine experiences and insights
- Network: Connect with other developers and writers
- Stay up-to-date: Write about current trends and technologies
๐ Ready to create amazing content? Head to your Dashboard and start writing!
Last updated: June 15, 2025