Skip to content

tinmanworks-foundation/repo-template-web-modular-next

Repository files navigation

repo-template-web-modular-next

Generalized modular product web app template using Next.js and TypeScript.

Status

  • Stage: Draft
  • Owner:
  • License:
  • Visibility: Public | Private | Internal
  • Reason:
  • Promotion criteria to Public:

What This Project Is

  • A baseline app shell for feature-module oriented products.
  • Includes neutral module registry contracts and extension seams.

Use This Template

  1. Click Use this template on GitHub to create a new repository.
  2. Rename package/module identifiers and update ownership metadata.
  3. Review .env.example and update environment configuration for your target project.
  4. Run validation and CI checks before first release.

Quickstart

Prerequisites

  • Node.js 20+
  • pnpm 10+

Install

pnpm install

Run

pnpm dev

Checks

pnpm lint
pnpm test
pnpm typecheck

Documentation

Validation

bash tools/validate-template.sh core
bash tools/validate-template.sh advisory

Contributing

See CONTRIBUTING.md.

Releases

No releases published

Packages

 
 
 

Contributors