https://github.com/pet3r1512/deviniter
The Ultimate Starter Templates for Developers.
https://github.com/pet3r1512/deviniter
mdx mit-license nextjs nextra nextra-theme prisma-orm reactjs shadcn shiki starter-template tailwindcss typescript vercel vite vitest
Last synced: about 1 month ago
JSON representation
The Ultimate Starter Templates for Developers.
- Host: GitHub
- URL: https://github.com/pet3r1512/deviniter
- Owner: Pet3r1512
- License: mit
- Created: 2024-10-07T04:31:43.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-05T09:59:19.000Z (2 months ago)
- Last Synced: 2025-03-19T12:21:17.603Z (about 2 months ago)
- Topics: mdx, mit-license, nextjs, nextra, nextra-theme, prisma-orm, reactjs, shadcn, shiki, starter-template, tailwindcss, typescript, vercel, vite, vitest
- Language: TypeScript
- Homepage: https://www.deviniter.site
- Size: 5.54 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
DevIniter
Initialize Developer's Projects with Pre-built Templates
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
## About DevIniter
[![Product Name Screen Shot][product-screenshot]](https://deviniter.site/)
### Built With
- Next.js - Page Router - v.14
- TypeScript
- TailwindCSS
- Shadcn
- Aceternity
- Vitest
- Nextra
- Zustand## Templates
Until now, DevIniter provides 3 templates: Next.js - Page Router, Vite - React.js and Vitestack
###
Next.js - Page Router
###
Vite - React.js
###
ViteStack
## Getting Started
DevIniter provides a range of lightning-fast starter templates to help jumpstart your development journey.
### Prerequisites
Ensure you have the following tools installed on your system:
- Nodejs (v20.0.0 or higher)
- pnpm (v9.0.0 or higher)
- npm (v10.0.0 or higher)
- yarn (v4.0.0 only) - BetaNote: We are actively working to expand support for additional Node.js versions and package managers such as Bun.
### Installation
Installing your favorite template by running:
- npm
```bash
npx @deviniter/cli@latest
```- pnpm
```bash
pnpm dlx @deviniter/cli@latest
```- yarn - v4.0.0 (Beta)
```bash
yarn dlx @deviniter/cli@latest
```_For more examples, please refer to the [Documentation](https://www.deviniter.site/docs/introduction)_
## Usage
DevIniter's templates are designed to streamline your development workflow. Each template comes pre-configured with modern development tools and best practices, allowing you to focus on building your application rather than setting up boilerplate code.
Our templates support various project types including:
- Full-stack web applications
- Static websites
- API services
- Personal Portfolios## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## Project structure
You can check our [project structure](PROJECT_STRUCTURE.md) whenever you want to add new features, improvements or fix bugs.
## Top Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
## License
Distributed under the MIT License. See [LICENSE](https://github.com/Pet3r1512/DevIniter/blob/master/LICENSE) for more information.
## Contact
Peter Pham - [email protected] - [X Profile](https://x.com/Thnh_Phng_) - [LinkedIn](https://www.linkedin.com/in/peter-pham-6b02a2229)
Project Link: [https://github.com/Pet3r1512/DevIniter_CLI](https://github.com/Pet3r1512/DevIniter_CLI)
[contributors-shield]: https://img.shields.io/github/contributors/github_username/repo_name.svg?style=for-the-badge
[contributors-url]: https://github.com/github_username/repo_name/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/github_username/repo_name.svg?style=for-the-badge
[forks-url]: https://github.com/github_username/repo_name/network/members
[stars-shield]: https://img.shields.io/github/stars/github_username/repo_name.svg?style=for-the-badge
[stars-url]: https://github.com/github_username/repo_name/stargazers
[issues-shield]: https://img.shields.io/github/issues/github_username/repo_name.svg?style=for-the-badge
[issues-url]: https://github.com/github_username/repo_name/issues
[license-shield]: https://img.shields.io/github/license/github_username/repo_name.svg?style=for-the-badge
[license-url]: https://github.com/github_username/repo_name/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/linkedin_username
[product-screenshot]: public/images/screenshot/deviniter_screenshot.png
[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
[Next-url]: https://nextjs.org/
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[TailwindCSS]: https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white
[Tailwind-url]: https://tailwindcss.com/