|
15 | 15 |
|
16 | 16 | </div> |
17 | 17 |
|
18 | | -**Sponge** is a powerful `Go` development framework. Its core concept revolves around reverse-engineering modular code by parsing `JSON`, `SQL`, or `Protobuf` files. The generated code can be flexibly and seamlessly assembled into various types of complete backend services (`similar to the characteristics of sponge cells, where disassembled sponge cells can automatically recombine into a new sponge`). |
| 18 | +**Sponge** is a powerful `Go` development framework. Its core concept revolves around reverse-engineering modular code by parsing `SQL`, `Protobuf`, and `JSON` files. The generated code can be flexibly and seamlessly assembled into various types of complete backend services (`similar to the characteristics of sponge cells, where disassembled sponge cells can automatically recombine into a new sponge`). |
19 | 19 |
|
20 | | -Sponge provides an all-in-one solution for project development, covering code generation, development, testing, API documentation, and deployment, significantly enhancing development efficiency, reducing complexity, and enabling high-quality projects with a "low-code approach". |
| 20 | +Sponge provides an all-in-one solution for project development with outstanding engineering capabilities, covering code generation, development, testing, API documentation, and deployment, significantly enhancing development efficiency, reducing complexity, and enabling high-quality projects with a "low-code approach". |
21 | 21 |
|
22 | 22 | <br> |
23 | 23 |
|
@@ -56,9 +56,13 @@ Additionally, developers can use custom templates to generate various types of c |
56 | 56 | - Test code; |
57 | 57 | - Build and deployment scripts, etc. |
58 | 58 |
|
59 | | -4. **Generate code on the page, simple and easy to use** |
| 59 | +4. **Generate Code on the Page, Simple and Easy to Use** |
| 60 | + Sponge allows code generation directly on the page, making it simpler and more user-friendly than using the command line. You only need to fill in the relevant parameters on the page to generate code with one click. |
60 | 61 |
|
61 | | -5. **Supports the AI assistant in generating reference code that aligns with business logic, enhancing development efficiency.** Click to view the [usage documentation](https://go-sponge.com/assistant). |
| 62 | +5. **Deep Integration with AI Assistant (DeepSeek or ChatGPT)** |
| 63 | + Sponge comes with a built-in AI assistant, combining the strengths of both to form a comprehensive and efficient development solution: |
| 64 | + - **Sponge**: Handles infrastructure code generation (service framework, CRUD API interfaces, and custom API interfaces without business logic implementation). |
| 65 | + - **DeepSeek or ChatGPT**: Focuses on business logic implementation (table structure DDL design, custom API interface definition, and business logic implementation code). |
62 | 66 |
|
63 | 67 | <br> |
64 | 68 |
|
|
0 commit comments