Getting Started with Siteglide
Set up your Siteglide account and create your first project in under 5 minutes.
Prerequisites
Before you begin, ensure you have:
- A valid email address for account registration
- Access to your email for verification
- A modern web browser like Chrome or Firefox
Siteglide is a cloud-based platform—no downloads or installations required. Everything runs in your browser.
Create Your Account
Follow these steps to sign up quickly.
Visit the Sign-Up Page
Navigate to the Siteglide sign-up page.
Fill Out the Form
Enter your email, create a strong password, and provide any required details. Agree to the terms of service.
Verify Your Email
Check your inbox for a verification email from Siteglide and click the link to activate your account.
Log In and Explore the Dashboard
Once verified, log in at https://admin.siteglide.com.
Dashboard Overview
Your central hub shows sites, analytics, and quick actions. Key sections include Sites, Studio, and Settings.
Key Features
Access Studio for visual editing, API docs, and integrations like Zapier from the sidebar.
Create Your First Site
Build your initial project in minutes.
Start a New Site
From the dashboard, click New Site and choose a template or start blank.
Customize Basics
Set your site name, domain, and basic theme. Use the drag-and-drop Studio editor.
Publish Preview
Preview your site and publish to a staging URL like yoursite.siteglide.co.uk.
Use the Website Importer tool at https://www.siteglide.com/site-import to migrate existing content quickly.
Initial Configuration
Configure essential settings using these platform-specific guides.
Add your custom domain in Site Settings > Domains. Update DNS records to point to Siteglide nameservers.
Generate an API key from Account > API. Use it for integrations.
const response = await fetch('https://api.siteglide.co.uk/system/sites.json', {
headers: {
'API-Key': 'YOUR_SITEGLIDE_API_KEY'
}
});
const sites = await response.json();
console.log(sites);
curl -H "API-Key: YOUR_SITEGLIDE_API_KEY" \
https://api.siteglide.co.uk/system/sites.json
Connect Zapier via Siteglide Zapier page. Set up triggers for new forms or content.
Next Steps
Explore Studio
Dive into the visual builder for pages and components.
API Documentation
Integrate with external services using our full API reference.
Academy Courses
Learn advanced features through guided tutorials.
Congratulations! You've set up Siteglide. Check the status page for uptime and head to the community roadmap for upcoming features.