|
1 | | -# next-template |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
2 | 6 |
|
3 | | -A Next.js 13 template for building apps with Radix UI and Tailwind CSS. |
| 7 | +<br /> |
| 8 | +<p align="center"> |
| 9 | + <a href="https://github.com/DevyusCode/DevDocGPT"> |
| 10 | + <img src=".github/images/logo.png" alt="Logo" width="80" height="80"> |
| 11 | + </a> |
4 | 12 |
|
5 | | -## Usage |
| 13 | + <h1 align="center">DevDocGPT</h1> |
6 | 14 |
|
7 | | -```bash |
8 | | -npx create-next-app -e https://github.com/shadcn/next-template |
9 | | -``` |
| 15 | + <p align="center"> |
| 16 | + Generate markdown documentation easily with the power of AI. |
| 17 | + <br /> |
| 18 | + <a href=""><strong>Try it »</strong></a> |
| 19 | + <br /> |
| 20 | + <a href="https://github.com/DevyusCode/DevDocGPT/issues/new?assignees=&labels=bug&template=bug-report.yml&title=%5BBug%5D+">Report Bug</a> |
| 21 | + · |
| 22 | + <a href="https://github.com/DevyusCode/DevDocGPT/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=%5BEnhancement%5D+">Request Feature</a> |
10 | 23 |
|
11 | | -## Features |
| 24 | + </p> |
| 25 | +</p> |
12 | 26 |
|
13 | | -- Radix UI Primitives |
14 | | -- Tailwind CSS |
15 | | -- Fonts with `next/font` |
16 | | -- Icons from [Lucide](https://lucide.dev) |
17 | | -- Dark mode with `next-themes` |
18 | | -- Automatic import sorting with `@ianvs/prettier-plugin-sort-imports` |
19 | | -- Tailwind CSS class sorting, merging and linting. |
| 27 | +## Introduction |
| 28 | + |
| 29 | +DevDocGPT is a tool that generates documentation using OpenAI’s GPT models. It is based on the idea of using natural language processing to create markdown files from plain text inputs. DevDocGPT can help developers and writers to produce high-quality documentation for their projects, without having to spend too much time on formatting and structuring. |
| 30 | + |
| 31 | +DevDocGPT uses GPT-3, the latest and most advanced model of OpenAI, which has 175 billion parameters and can generate coherent and diverse texts on various topics. DevDocGPT leverages the power of GPT-3 to understand the context and the intent of the input text, and to generate relevant and informative documentation in markdown format. DevDocGPT can also use GPT-4. |
20 | 32 |
|
21 | 33 | ## License |
22 | 34 |
|
23 | | -Licensed under the [MIT license](https://github.com/shadcn/ui/blob/main/LICENSE.md). |
| 35 | +This project is under the [MIT License](LICENSE) |
0 commit comments