This is the documentation site for Flowbaby, a VS Code extension that gives your AI coding agents long-term memory.
Live site: https://docs.flowbaby.ai
- Node.js 18+
- npm
# Install dependencies
npm install
# Start development server
npm run startThis starts a local development server at http://localhost:3000. Most changes are reflected live without having to restart the server.
npm run buildThis generates static content into the build directory that can be served by any static hosting service.
This site is deployed to Vercel. Pushes to main trigger automatic deployments.
- Root Directory:
.(repository root) - Framework Preset: Docusaurus
- Build Command:
npm run build - Output Directory:
build
docs/
├── intro.md # Overview / landing page
├── getting-started.md # Installation & quickstart
├── configuration.md # Settings, commands, MCP tools
├── workflows.md # Usage patterns & tips
├── troubleshooting.md # Common issues & solutions
└── changelog.md # Version history
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
MIT