You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate a reactive, data-driven website and API in Java Vert.x
intelligently by:
1. By writing YAML rules into a Java class and method comments.
2. Define some spines in your Java classes, which are `protected void`
methods that start with the `_` underscore character.
3. Let the Computate code generation watcher service index your code in
a Solr search engine on your own computer.
4. The Computate code generation service will generate the code you
need.
5. Use the Computate Developer products like the Computate Smart Website
Builder to build the rest of your site.
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,15 @@
1
-
# The computate platform
1
+
# The open source SPINE Programming Reactive Code Generation platform
2
+
3
+
A completely secure and localhost approach to AI code generation on your own computer and Red Hat OpenShift AI.
4
+
Generate a reactive, data-driven website and API in Java Vert.x intelligently by:
5
+
6
+
1. By writing YAML rules into a Java class and method comments.
7
+
2. Define some spines in your Java classes, which are `protected void` methods that start with the `_` underscore character.
8
+
3. Let the Computate code generation watcher service index your code in a Solr search engine on your own computer.
9
+
4. The Computate code generation service will generate the code you need.
10
+
5. Use the [Computate Developer products](https://computate.org/en-us/search/product) like the [Computate Smart Website Builder](https://computate.org/en-us/search/product?fq=pageId:computate-smart-website-builder) to build the rest of your site.
11
+
12
+
SPINE Programming is an acronym for "SPINE Programming is not easy".
2
13
3
14
Code that generates more code as you save. Internationalized. Integrated with Solr search. A new way to write code to make persistence easier.
0 commit comments