HackBase.io — Founders Launchpad for Indie Makers
Link building intelligence meets Product Hunt. Validate startup ideas with AI-powered debates, discover your founder archetype with HEXACO-60, and launch with confidence.
Your Agency in a Box. Open-source, cross-platform SaaS boilerplate built with Vue Quasar. Ships for web, iOS, Android, desktop, and PWA from a single codebase with AI Copilot, Stripe billing, and Directus CMS.

open-source saas boilerplate. one codebase → web, ios, android, desktop. ship in days, not months.
explore synthstack →SynthStack is an AI-native SaaS boilerplate that ships production-ready applications for web, iOS, Android, and desktop from a single codebase. Built on Vue 3 and Quasar Framework, it's the foundation we use at Manic Agency to launch client projects in days instead of months.
Unlike typical boilerplates that bolt on features as afterthoughts, SynthStack was designed from the ground up for the AI era—with a built-in AI Copilot, semantic vector search, and intelligent automation baked into every layer.
Every new SaaS project starts the same way: weeks spent on authentication, billing, email, CMS, deployment. Then you add AI features and spend more weeks integrating OpenAI, handling rate limits, managing costs. Finally, a client asks for a mobile app and you're back to square one.
SynthStack eliminates this entirely:
pnpm build produces web, PWA, Electron desktop, and Capacitor iOS/AndroidA production-ready chat assistant available throughout the app via ⌘K or the floating button:
Choose your auth provider at runtime—no code changes required:
| Provider | Best For | OAuth Support |
|---|---|---|
| Supabase (default) | Teams wanting managed auth | Google, GitHub, Discord, Microsoft |
| Local PostgreSQL | Self-hosted deployments | Email/password (OAuth coming soon) |
Both include: Argon2id password hashing, JWT access/refresh tokens, account lockout, email verification, and session management with token rotation.
Complete billing system with subscriptions and one-time payments:
| Tier | Monthly | Annual | Credits/Day |
|---|---|---|---|
| Free | $0 | $0 | 10 |
| Maker | $12.99 | $116.91 | 30 |
| Pro | $24.99 | $224.91 | 100 |
| Agency | $39.99 | $359.91 | Unlimited |
| Lifetime | $149-249 one-time | — | Pro features forever |
Directus provides a headless CMS that automatically models your PostgreSQL database:
One codebase, five platforms:
# Web + PWA pnpm build:web # iOS (requires Xcode) pnpm build:ios # Android (requires Android Studio) pnpm build:android # Desktop (Electron) pnpm build:electron
Semantic search powered by Qdrant for:
Built-in engagement systems (Pro Edition):
SynthStack emerged from a simple realization: we kept building the same foundation for every client project. Here's how it evolved:
The first commit laid the foundation: Vue 3 + Quasar with TypeScript, PostgreSQL, Redis, and Docker Compose. We integrated Stripe, email systems (Mailgun/SendGrid), and analytics from day one.
Added a comprehensive onboarding wizard for new users and deep Directus integration. The CMS became the central hub for managing all content—blog, products, themes, newsletters.
The Christmas release brought the AI Copilot, gamification system, and referral tracking. We also added support for Python backends (FastAPI, Django) for teams preferring that stack.
Mobile builds arrived via Capacitor, desktop builds via Electron. The test suite grew to 920+ tests. CI/CD pipelines now auto-deploy to any VPS provider.
synthstack/
├── apps/
│ └── web/ # Vue 3 + Quasar (PWA, iOS, Android, Desktop)
├── packages/
│ ├── api-gateway/ # Fastify REST API
│ ├── ts-ml-service/ # NestJS ML service (TypeScript-only)
│ ├── types/ # Shared TypeScript types
│ └── directus-extension-synthstack/ # CMS extensions
├── services/
│ └── directus/ # Directus config (101 migrations)
└── deploy/
├── docker-compose.yml # Production stack
└── nginx.conf # Reverse proxy config
Key Technologies:
# Clone git clone https://github.com/manicinc/synthstack.git cd synthstack # Install pnpm install # Configure cp .env.example .env # Edit .env with your Supabase/Stripe/OpenAI keys # Start services docker compose up -d # Run frontend pnpm dev:web
Access points:
SynthStack connects with other tools we've built:
SynthStack Community Edition is MIT licensed. Use it for side projects, client work, or as a learning resource.
SynthStack Pro adds Python backends (FastAPI, Django), referral systems, and advanced AI copilots for commercial use.
Ready to build your agency? Get started with SynthStack →