tech-stack

Bootstrap a Go + React full-stack project with Postgres and sqlc.

3|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/gmautner/marketplace --skill tech-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech-stack
Source: https://github.com/gmautner/marketplace/tree/main/plugins/cofounder/skills/tech-stack
Command: npx skills add https://github.com/gmautner/marketplace --skill tech-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-to-use Go + React full-stack architecture and iterative local development workflow, enabling teams to scaffold apps, add features, fix bugs, and loop quickly in a deterministic environment.

Core Features & Use Cases

  • Scaffolds a Go JSON API + React SPA layout with a single binary deployment.
  • Manages local Postgres via Podman with essential extensions (pgmq, pg_cron, pgroonga, pgvector, pg_jsonschema, LISTEN/NOTIFY) and SQL migrations in a defined cycle.
  • Supports sqlc-based code generation, in-database migrations, and a repeatable write-test-feedback loop for fast iteration.
  • Use cases include starting a new project, adding features, performing migrations, and validating end-to-end dev loops in a reproducible environment.

Quick Start

Spin up the standard local dev loop for a new Go + React app using the described architecture.

Frequently Asked Questions about tech-stack

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

FAQPage Schema
How do I scaffold a Go and React full-stack project with Postgres?

To scaffold a Go and React full-stack project, this tool generates a standardized layout featuring a Go JSON API and React SPA, while configuring local Postgres via Podman with SQL migrations for rapid development.

What is the best way to manage local Postgres extensions for full-stack development?

Managing local Postgres extensions is handled by running the database via Podman, which automatically provisions pgmq, pg_cron, pgroonga, pgvector, and pg_jsonschema within a reproducible local development environment.

How does sqlc code generation work with Go and Postgres migrations?

Sqlc code generation works by compiling typed Go code from SQL queries within a deterministic dev loop, executing in-database migrations against the local Postgres instance to validate the write-test-feedback cycle.

Can I use Podman instead of Docker for local React and Go app development?

Yes, you can use Podman instead of Docker for local Go and React app development. The workflow specifically leverages Podman to standardize the local Postgres database environment and essential extensions deterministically.

Does full-stack scaffolding support single binary deployment for React and Go?

Yes, full-stack scaffolding supports single binary deployment by structuring the project layout to embed the React SPA directly within the Go JSON API binary for simplified release and iteration.