Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.
Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
Build apps that ship
Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
Fifteen puzzle, with its own goal-seeking to find the best solution
This project implements the "fifteen puzzle", but it has a twist: the program can solve the puzzle perfectly.
The project contains a simple JAVA framework that implements heuristic goal-seeking algorithms. We use this to search for the best solution, but the framework is general-purpose and can be used for similar one-person puzzles. Using this framework will allow developers to focus on a specific domain of interest, while leaving many of the AI concepts and goal-searching concepts to be implemented by the framework
The front-end classes use Swing and thus can be run via the Web.
...
JSudoku is a Java version of the game Sudoku. A backtracking algorithm cares for random puzzles and based on the Sudoku-Puzzle JavaScript. Optionally, JSudoku generates X-Sudoku puzzles.
A sudoku implementation. It generates and solves sudoku games. It stores sudoku quests in a database. Currently it has a print view only. In future it gets a GWT-based GUI.
JMines is Java clone of the famous puzzle microsoft minesweeper. This version contains a lot of improvements like button shapes, antialiasing, look and feels and colors, languages, save and replay boards, videos or screenshots, bot ... Constant evolution
Kill Sudoku: it can solve any pazzle user inputs and demonstrate how to do it step by step under human's comprehension. You feel you have a private tutor to assist you. Soon, you will be the master of killing sudoku. Why not try it today.
Yeastar: Business Phone System and Unified Communications
Go beyond just a PBX with all communications integrated as one.
User-friendly, optimized, and scalable, the Yeastar P-Series Phone System redefines business connectivity by bringing together calling, meetings, omnichannel messaging, and integrations in one simple platform—removing the limitations of distance, platforms, and systems.
Terminal Tetris is my implementation of the famous block game, written in Java. The output is sent to the terminal (cmd). The input is taken in by a Java application window. The Java application must be the active window in order to work.
NOTE: This project is now inactive. It has been split into separate projects for each of the games. See projects: "Logisticks", "korab2J", "TeleMaze", "100-Square Challenge", and "libTAJJADA".
Galleon is a home media server using TiVo's discontinued HME protocol. It only works on TiVo versions earlier than 20.7.2.
The project is not actively maintained. If you want to maintain it, contact the admins.
Java based client / server online games engine & API for easy creation/running of real-time multiplayer games. Games include Battleships, Camelot, Checkers, Chess, Connect 4, Dots, Go, Octagons, Texas Hold'em Poker, Reversi, Spades, Tetris & Tic-tac-toe
JTres3D is a tetris clone build with Java3D. It is designed for offline playing on any system which runs java and java3D. Until now it is possible to play a classic tetris game in a 3D environmet and move around the game court.
An entertaining Sokoban game with nice 3D graphics available for Windows, Linux & Mac. Features different skins & workers, several level sets, resume & replay, improved mouse/keyboard control, audio etc.
A generic library made to represent Puzzles and programs to solve them (Solvers), a specialization for 2d puzzles, specialization for the N-Puzzle, Several solving algorithms for the N-Puzzle. Command line and Graphical User Interface for N-Puzzles.