An easy-to-use and enterprise-grade Next.js boilerplate.
You don't need to buy templates anymore; Ecmel provides a complete, open-source solution for building SaaS applications quickly and easily.
Before you start, make sure you have the following installed:
-
- Linux
curl -sL https://gist.github.com/tianzx/874662fb204d32390bc2f2e9e4d2df0a/raw -o ~/downloaded_script.sh && chmod +x ~/downloaded_script.sh && source ~/downloaded_script.sh
- MacOS
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew install git brew install oven-sh/bun/bun brew install nvm
-
- You can use Vercel Postgres or a local PostgreSQL server(add POSTGRES_URL env in .env.local)
POSTGRES_URL = ''
- You can use Vercel Postgres or a local PostgreSQL server(add POSTGRES_URL env in .env.local)
To get started with this boilerplate, we offer two options:
- Use the
bun create
command(๐Strongly recommend๐):
bun create ecmel
- Manually clone the repository:
git clone https://github.com/suchcodemuchwow/ecmel.git
cd ecmel
bun install
Follow these steps to set up your project:
- Set up the environment variables:
cp .env.example .env.local
// (you must have a database prepared before running this command)
bun db:push
- Run the development server:
bun run dev:web
-
Open https://localhost:3000 in your browser to see the result.
-
(Optional alpha)
bun run tailwind-config-viewer
Open https://localhost:3333 in your browser to see your Tailwind CSS configuration
- Next.js - The React Framework for the Web (with App Directory)
- NextAuth.js - Authentication for Next.js
- Kysely - The type-safe SQL query builder for TypeScript
- React-email - A React renderer for creating beautiful emails using React components
- Vercel โ Deploy your Next.js app with ease
- Stripe โ Payment processing for internet businesses
- Resend โ Email marketing platform for developers
- i18n - Support for internationalization
- SEO - Search engine optimization
- MonoRepo - Monorepo for better code management
- T3 Env - Manage your environment variables with ease
- trpc โ End-to-end typesafe APIs made easy
- tanstack/react-query โ Hooks for fetching, caching and updating asynchronous data in React
- Zustand โ Small, fast and scalable state management for React
- Tailwind CSS โ Utility-first CSS framework for rapid UI development
- Shadcn/ui โ Re-usable components built using Radix UI and Tailwind CSS
- Framer Motion โ Motion library for React to animate components with ease
- Lucide โ Beautifully simple, pixel-perfect icons
- next/font โ Optimize custom fonts and remove external network requests for improved performance
- TypeScript โ Static type checker for end-to-end type safety
- Prettier โ Opinionated code formatter for consistent code style
- ESLint โ Pluggable linter for Next.js and TypeScript
- Husky โ Git hooks made easy
- Vercel Analytics โ Real-time performance metrics for your Next.js app
- bun.sh โ npm alternative for faster and more reliable package management
- PostgreSQL โ The world's most advanced open source database
web
: The main Next.js applicationui
: Shared UI componentsdb
: Database schema and utilitiesauth
: Authentication utilitiesemail
: Email templates and utilities
This project is licensed under the MIT License. For more information, see the LICENSE file.
Made with contrib.rocks.