https://github.com/baraverkstad/rapidcontext
RapidContext is a platform for creating rich dynamic web applications. It consists of both a client and a server part, providing a simple, safe and stable way to build applications that can connect to a wide range of back-end services.
https://github.com/baraverkstad/rapidcontext
development integration java javascript platform toolkit
Last synced: 4 months ago
JSON representation
RapidContext is a platform for creating rich dynamic web applications. It consists of both a client and a server part, providing a simple, safe and stable way to build applications that can connect to a wide range of back-end services.
- Host: GitHub
- URL: https://github.com/baraverkstad/rapidcontext
- Owner: baraverkstad
- License: other
- Created: 2011-03-08T11:20:59.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2026-02-18T18:23:35.000Z (4 months ago)
- Last Synced: 2026-02-18T21:00:26.096Z (4 months ago)
- Topics: development, integration, java, javascript, platform, toolkit
- Language: Java
- Homepage: https://www.rapidcontext.com/
- Size: 44.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
RapidContext README
===================
RapidContext is a platform for creating rich dynamic web applications.
It consists of both a client and a server part, providing a simple,
safe and stable way to build applications that can connect to a wide
range of back-end services.
Docker Images
-------------
The easiest way to run RapidContext is using a pre-built Docker image:
$> docker run \
-p 8080:80
-v local-data:/opt/local \
ghcr.io/baraverkstad/rapidcontext
The command above starts a new server on http://localhost:8080/ and creates a
default `admin` user with blank password on the first run (unless other users
are found).
See the GitHub registry for RapidContext for available version tags:
https://github.com/baraverkstad/rapidcontext/pkgs/container/rapidcontext
Installation & Usage
--------------------
On Linux, MacOS & Unix the following commands will unpack and start
the server:
$> unzip rapidcontext-.zip
$> cd rapidcontext-
$> bin/rapidcontext
On Windows, perform the following steps:
1. Unpack `rapidcontext-.zip`
2. Open the directory `rapidcontext-/bin`
3. Double-click `rapidcontext.bat`
Once the server has started, go to one of the following addresses
in your web browser:
- http://localhost/
- http://localhost:8080/
- http://localhost:8180/
- http://localhost:8081/
If this is a blank installation, login with the following user
credentials:
Login: admin
Password:
Usage via Maven
---------------
RapidContext can be used as a Maven dependency. First add the repository to
your `pom.xml`:
```xml
github
GitHub Packages
https://maven.pkg.github.com/baraverkstad/rapidcontext
```
Then add a dependency for the API version to use:
```xml
org.rapidcontext
rapidcontext-api
2025.06
```
Documentation
-------------
See the RapidContext documentation site for more details:
https://www.rapidcontext.com/doc/
Acknowledgments
---------------
Please see the "About RapidContext" dialog in the app for more
information.
License
-------
See the separate LICENSE.md file for copyright and licensing
details.