Official blog for Quickforge, focused on practical AI automation solutions for businesses.
# Install dependencies
npm install
# Start development server
npm start
# Type check
npm run typecheck
# Build for production
npm run build
Create a new file in the blog
directory with format: YYYY-MM-DD-slug-name.md
---
slug: your-post-slug
title: Your Post Title
authors: [quickforge] # or [greg, alex]
tags: [ai-automation, integration]
description: Brief description for SEO
---
Introduction paragraph...
<!-- truncate -->
Rest of your content...
Defined in blog/authors.yml
:
quickforge
- Quickforge Teamgreg
- Greg (Co-founder)alex
- Alex (Co-founder)
Defined in blog/tags.yml
:
ai-automation
,case-study
,integration
,best-practices
roi
,crm
,erp
,workflow
,tutorial
,industry
The blog automatically deploys to Vercel when pushing to the master
branch.
For analytics, set in Vercel dashboard:
POSTHOG_KEY
- PostHog project keyPOSTHOG_HOST
- PostHog host (defaults to https://app.posthog.com)
- Framework: Docusaurus 3
- Language: TypeScript
- Styling: Custom CSS with Inter fonts
- Deployment: Vercel
- Analytics: PostHog (optional)
# Format code
npm run format
# Check formatting
npm run format:check
# Serve production build locally
npm run serve
© 2025 Quickforge. All rights reserved.