Getting Started with SproutOS
Quickly set up your account, access the dashboard, and create your first website project in under 5 minutes.
Prerequisites
Before you begin, ensure you have the following:
- A modern web browser such as Chrome, Firefox, or Safari
- An email address for account registration
- Optional: Google account for social login
SproutOS runs entirely in your browser, so no downloads or installations are required.
Sign Up and Log In
Follow these steps to create your account and access the dashboard.
Visit the Dashboard
Open your browser and navigate to https://dashboard.sproutos.ai.
Create Account
Click Sign Up and choose your preferred method.
Verify Email
Check your inbox for a verification link and click it to activate your account.
Log In
Return to the dashboard and enter your credentials.
Enter your email and create a strong password. SproutOS enforces minimum security standards.
Click Continue with Google and authorize the app. This enables seamless single sign-on.
Dashboard Overview
Once logged in, you land on the main dashboard. It provides a centralized view of your projects, AI tools, and automation workflows.
Projects
Manage all your website projects in one place.
AI Planner
Generate plans and sitemaps with AI assistance.
Automations
Set up workflows for building and deployment.
Create Your First Project
Now, launch your initial website project using SproutOS AI capabilities.
New Project
Click New Project in the top-right corner.
Enter Details
Provide a project name like My Agency Site and select your target framework.
AI Planning
Describe your site: Build a modern agency portfolio with services, testimonials, and contact form.
Generate & Review
Click Generate Plan and review the AI output before proceeding.
// Example AI-generated React structure
const App = () => {
return (
<div>
<Header />
<Services />
<Testimonials />
<Contact />
</div>
);
};
// Next.js page structure
export default function Home() {
return (
<main>
<Hero />
<Features />
<CTA />
</main>
);
}
// Vue component setup
<template>
<header />
<section class="services" />
<testimonials />
<contact-form />
</template>
Next Steps
Explore these resources to dive deeper:
Congratulations! You've set up SproutOS and created your first project. Start scaling your agency workflows today.
Last updated 1 week ago
Built with Documentation.AI