Quickstart
Get your documentation site up and running in under 5 minutes.
1
2
Create a Workspace
After signing up, you'll be prompted to create your first workspace. This is where all your documentation projects will live.
Tip: Use your company or team name for the workspace.
3
Create Your First Project
Click "New Project" in the dashboard. Choose a name, select your brand colors, and pick a template or start from scratch.
Template - Start with pre-built pages
Blank - Start from scratch
GitHub Import - Coming soon
4
Write Your Documentation
Use the built-in web editor to create and edit pages. Write in Markdown with support for MDX components.
# Getting Started
Welcome to our documentation!
## Installation
```bash
npm install @mycompany/sdk
```
## Quick Example
```javascript
import { Client } from '@mycompany/sdk';
const client = new Client({ apiKey: 'your-key' });
```5
Publish & Share
Click "Publish" on your pages to make them live. Your docs will be available at a algoquill.ai subdomain, or connect your own custom domain.
🎉 That's it! Your documentation is now live and ready to share.