personal-fullstack-bootstrap

Bootstrap a full-stack app with Go, Next.js, PostgreSQL, and Docker Compose.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/mfzzf/personal-fullstack-bootstrap-skill --skill personal-fullstack-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: personal-fullstack-bootstrap
Source: https://github.com/mfzzf/personal-fullstack-bootstrap-skill/tree/main
Command: npx skills add https://github.com/mfzzf/personal-fullstack-bootstrap-skill --skill personal-fullstack-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Bootstraps a production-ready full-stack project by providing a Go backend, Next.js frontend, PostgreSQL database, Docker Compose setup, and a domain-driven design structure, enabling teams to start building quickly without boilerplate.

Core Features & Use Cases

  • One-click scaffolding of a cohesive stack with API contract-first approach and runtime API proxy pattern.
  • SSE-ready streaming, AI-agent integration patterns, and production-grade best practices baked in (observability, testing, linting, and durable async task workflow).
  • Use cases include building SaaS dashboards, admin panels, or AI-powered platforms from a solid starting point with OpenAPI-driven code generation and a Docker Compose-based local/dev environment.

Quick Start

Copy this repository into your Claude skills directory and install it as a skill package.

Frequently Asked Questions about personal-fullstack-bootstrap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap a full-stack app with Go and Next.js using Docker Compose?

Bootstrap a full-stack app by scaffolding a Go backend, Next.js frontend, and PostgreSQL database with Docker Compose. The generated skeleton provides a production-grade foundation with API proxy patterns, observability, testing, and linting baked in.

What is OpenAPI-driven code generation for a full-stack project?

OpenAPI-driven code generation uses an API contract-first approach to produce API types and client code for your Go and Next.js stack. This enforces OpenAPI discipline under 500 lines and ensures frontend-backend contract alignment.

Can I use domain-driven design for a new SaaS dashboard with Go and Next.js?

Yes, you can scaffold a SaaS dashboard using a bounded-context architecture based on domain-driven design. The setup applies DDD structure to your Go backend, enabling organized business logic for admin panels and AI-powered platforms.

Does the full-stack bootstrap include production-grade patterns like SSE and async tasks?

The full-stack bootstrap includes production-grade patterns like SSE-ready streaming, async task processing, and AI-agent integration. These durable workflows are baked into the scaffolding alongside observability and testing utilities.

What's the best way to start a contract-first API project with a Go backend?

Start a contract-first API project by using a Go backend with a runtime API proxy pattern and Next.js frontend. This approach generates code from OpenAPI definitions, ensuring your API contract drives development from a solid starting point.

Do I need PostgreSQL and Docker Compose to scaffold a production-ready full-stack skeleton?

Yes, PostgreSQL and Docker Compose are required to scaffold this production-ready full-stack skeleton. They provide the database layer and local development environment needed to bootstrap the cohesive stack with deployment scaffolding.