JSPM

create-atlas-app

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q20392F
  • License MIT

A CLI Tool to create production ready Next.js applications with Drizzle, Better-Auth, Tailwind CSS, and more.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-atlas-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Logo

    Atlas: create-atlas-app

    Production-ready Next.js app scaffolding CLI
    Drizzle, Better-Auth, Tailwind CSS, and more — in one command.

    npm version types downloads license build

    Table of Contents

    Install

    npx create-atlas-app@latest

    Usage

    npx create-atlas-app my-app

    Follow the interactive prompts to scaffold a new Next.js project with your chosen stack.

    Features

    • Next.js 14+ project scaffolding
    • Drizzle ORM integration
    • Better-Auth setup
    • Tailwind CSS preconfigured
    • TypeScript by default
    • Prettier & ESLint setup
    • Ready-to-deploy Vercel config
    • Sensible defaults for production
    • Extensible plugin system (planned)

    Roadmap

    This is a living list of all planned, in-progress, and possible features for Atlas. Everything goes here for now!

    • Customizable templates (choose between full-stack, API-only, static, etc.)
    • Database selection (Postgres, MySQL, SQLite, MongoDB, etc.)
    • ORM options (Prisma, Drizzle, TypeORM, etc.)
    • Authentication providers (Better-Auth, NextAuth, Clerk, Auth.js, etc.)
    • UI frameworks (Tailwind, Chakra, Material UI, etc.)
    • Monorepo support (Turborepo, Nx, Yarn workspaces)
    • CI/CD setup (GitHub Actions, GitLab CI, Vercel, etc.)
    • Testing setup (Jest, Vitest, Playwright, Cypress)
    • API routes & REST/GraphQL options
    • Edge runtime support
    • Dockerfile & deployment scripts
    • Environment variable management
    • TRPC support (for RPC-style APIs)
    • Plugin system (for extensibility)
    • Community plugin marketplace
    • **More to come — suggest your ideas!

    Contributing

    PRs, issues, and ideas are welcome! To get started:

    git clone https://github.com/nick-vanduijn/create-atlas-app.git
    cd create-atlas-app
    npm install
    npm run dev

    License

    MIT

    This project is licensed under the MIT License. See the LICENSE file for details.