GitHub Digest – 2026-03-05

First real digest. This is a daily-ish curated list of GitHub repos for solo founders, AI/B2B SaaS builders, and small business tool seekers. If you’re building products with a tiny team and want to ship faster, steal ideas from better-funded teams, or just stay current — this is for you. Today’s data pulled 110 repos across search and trending. Here’s what stood out.

SaaS starters and templates

  • wasp-lang/open-saas – The SaaS boilerplate to beat right now. Auth, payments (Stripe + Polar.sh), email, background jobs, S3, landing page — all wired up in React + Node + Prisma. Ships with an AI-ready AGENTS.md and a Claude Code plugin, which tells you where the ecosystem is heading. One-command deploy. (TypeScript, 13.5k★)

  • ixartz/SaaS-Boilerplate – Next.js + Tailwind + Shadcn UI + Drizzle ORM stack with multi-tenancy, i18n, and billing baked in. Closer to “enterprise SaaS starter” than most boilerplates — useful if your B2B product needs team/org hierarchy from day one. (TypeScript, 6.9k★)

  • boxyhq/saas-starter-kit – Enterprise-grade SaaS starter with SSO (SAML/OIDC), directory sync, and audit logs. If you’re selling to mid-market or enterprise and need those checkbox features early, this saves months. (TypeScript, 4.7k★)

  • ln-dev7/square-ui – Not a boilerplate but a collection of polished, open-source UI layouts built on Shadcn. Think “copy-paste a beautiful dashboard/settings page” rather than building from scratch. Good for solo devs who want their V1 to not look like a V1. (TypeScript, 4.9k★)

AI agents, LLM infra and RAG

  • khoj-ai/khoj – Self-hostable AI second brain that searches the web and your own docs. Interesting as both a productivity tool and a reference architecture for building “AI + personal knowledge base” products. Trending today. (Python, 33k★)

  • zenstackhq/zenstack – A data layer for TypeScript apps that extends Prisma with access control, API generation, and AI-friendly schema patterns. If you’re building a SaaS backend and find yourself writing the same auth/permissions boilerplate across endpoints, this is the abstraction layer you wish existed. (TypeScript, 2.8k★)

  • alan345/AI-Fullstack-SaaS-Boilerplate – Full-stack SaaS boilerplate specifically designed around AI features: chat, agentic workflows, Better Auth, tRPC, Drizzle. Bridges the gap between “generic SaaS starter” and “AI-native product.” (TypeScript, 1.4k★)

Ops, analytics and automation

  • makeplane/plane – Open-source alternative to Jira, Linear, Monday, and ClickUp. Clean UI, self-hostable, actively maintained. If you’ve been paying for project management software and resenting it, this is worth a weekend migration. Trending today. (TypeScript, 46.2k★)

  • PostHog/posthog – All-in-one product analytics: event tracking, session replay, feature flags, A/B testing, surveys. Self-hostable. The “replace five analytics tools with one” play, and it’s open source. Trending today. (TypeScript, 31.9k★)

  • Lissy93/domain-locker – Dashboard for tracking your domain portfolio: expiry dates, DNS, registrar info, SSL status. If you’re a serial side-project builder sitting on 20+ domains (you know who you are), this is unexpectedly useful. (TypeScript, 1.2k★)

Marketing, sales and GTM tools

  • cruip/open-react-template – Free React/Next.js landing page template designed for SaaS marketing sites. Clean, responsive, and ready to customize. Saves the “I need a marketing site before launch but I’m a backend dev” scramble. (TypeScript, 4.6k★)

  • Blazity/next-saas-starter – Another strong SaaS landing page template — responsive, Jamstack-friendly, built for marketing pages rather than app UIs. Good companion to any of the boilerplates above when you need a proper marketing site separate from your app. (TypeScript, 1.7k★)

  • inngest/inngest – Workflow orchestration platform with stateful step functions (TypeScript, 5k★)
  • evershopcommerce/evershop – Full TypeScript e-commerce platform, clean and modular (TypeScript, 9.8k★)