DinoCore: Next.Js Starter Template

Fullstack starter template for your Next projects.Today or never!

Features

A battery of modern tools and features to improve the development experience

Jotai
Jotai

No extra re-renders, state resides within React, and you get the full benefits from suspense and concurrent features.

NextJs

React Suspense and concurrent mode allow for improved frontend performance and scalability, providing similar capabilities as a full-stack framework.

Pocketbase
Pocketbase

An open source Go backend featuring an embedded database, realtime subscriptions, and user/file management. It has a convenient admin dashboard and simple API.

Typescirpt
Typescript

TypeScript is a programming language that is a typed superset of JavaScript, offering additional features such as type checking and interfaces. It is used to build large-scale applications and can be compiled to plain JavaScript.

Cypress
Cypress

A testing tool is a software platform that helps teams create, execute, and evaluate test cases for their software products.

Prettier
Prettier

Its a tool that automatically organizes and standardizes the layout and indentation of source code, making it easier to read and understand.

Husky
Husky

You can use it to lint your commit messages, run tests, lint code, etc... when you commit or push. Husky supports all Git hooks.

Lint-staged
Lint-staged

Linting makes more sense when run before committing your code

Tailwind
Tailwind

A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.