u/AnywhereCorrect4548

▲ 1

Just built something to speed up how I start new NextJS projects.

npx create-atom-stack

Scaffold a full setup in seconds:

• Next.js + TypeScript + Tailwind

• Choose Zustand or Jotai for state

• Choose Playwright or Cypress for E2E

• ESLint, Prettier, Husky + Commitlint

• Choose pnpm / npm / yarn / bun

No repetitive setup. Just build.

reddit.com
u/AnywhereCorrect4548 — 8 days ago
▲ 0

Hey everyone 👋

I built a CLI tool called create-atom-stack to solve a problem I kept hitting—repeating the same setup every time I start a new Next.js app.

With one command, you get a production-ready setup including:

Atomic design structure (atoms, molecules, organisms)

Next.js App Router + TypeScript

Tailwind (preconfigured with a ready-to-use config file)

Zustand + clean architecture (lib, hooks, utils)

Design tokens (colors, spacing, radius, shadows, etc.)

Dedicated types/ folder for shared typings

It also ships with useful files out of the box:

architecture.md + a docs/ folder

commit hooks + commitlint

.releaserc, .nvmrc, .npmrc

ready-to-use utilities (date, number, percent formatters, etc.)

Basically: no more starting from scratch or copying configs between projects.

If you want to try it out:

👉 https://www.npmjs.com/package/create-atom-stack

Still early, and I’m actively improving it—would really appreciate feedback or contributions 🙌

Repo: https://github.com/hakizimana-fred/create-atom-stack

reddit.com
u/AnywhereCorrect4548 — 12 days ago