Find a file
2023-06-11 01:47:27 +02:00
.circleci updated circleci 2023-04-24 00:30:21 -07:00
.gitHooks Add git pre-commit hook that runs tests 2023-03-16 13:39:14 -07:00
.github/workflows Disable iOS for now 2023-06-06 23:41:22 -07:00
android Added translation using Weblate (Ukrainian) 2023-06-11 01:47:27 +02:00
base Formatting 2023-06-01 22:41:22 -07:00
common Translated using Weblate (French) 2023-06-11 01:47:27 +02:00
composeUi More translations 2023-06-09 20:03:57 -07:00
desktop Localized Desktop target 2023-06-10 16:46:49 -07:00
gradle/wrapper Tool updates 2023-03-29 00:38:21 -07:00
ios Add ios build stage 2023-05-08 21:24:52 -07:00
readme Readme update 2023-04-16 01:01:55 -07:00
server Formatting 2023-06-01 22:41:22 -07:00
.gitignore Prep for Google Play release 2023-04-24 17:55:05 -07:00
build.gradle.kts Added app version to various places 2023-04-30 16:14:39 -07:00
DEVELOPMENT.md md update 2023-04-20 22:55:08 -07:00
gradle.properties Setting up real localization 2023-06-07 19:52:46 -07:00
gradlew iOS target added 2022-06-04 02:44:52 -07:00
gradlew.bat Initial commit 2022-05-30 23:16:54 -07:00
HOW-TO-RUN-A-SERVER.md Added a server howto 2023-04-26 21:06:22 -07:00
LICENSE Add LICENSE 2023-02-08 18:07:09 -08:00
PRIVACY.md Prep for Google Play release 2023-04-24 17:55:05 -07:00
README.md Setting up real localization 2023-06-07 19:52:46 -07:00
ROADMAP.md Added roadmap 2023-06-07 17:25:34 -07:00
settings.gradle.kts Added Android Add Note widget 2023-04-17 23:01:40 -07:00

Hammer Logo Hammer: A story editor

A simple tool for building stories.

MIT License CircleCI codebeat badge codecov Latest Release

badge-platform-android badge-platform-windows badge-platform-linux

Discord badge Localization badge

Note: This is currently Alpha quality software, users beware!

Take a look at the Roadmap to see whats coming.

Multi-platform

This app is where ever you are. Your phone, tablet, desktop, laptop, this program can be installed and run, not simply a website-in-a-box, but instead using native client side technologies to provide the best experience possible.

Will add support for more platforms in the future:

  • badge-platform-macos
  • badge-platform-ios

Multi-Screen

Whether you are on a phone, tablet, or desktop, Hammer will make the best use of your screen space. Also supporting both light and dark modes.

Screen Shots

Offline first

I was frustrated with most of the story writing software I was finding as they were using web technologies (aka: Web Page in a box) which always seems to run into problems while being used offline for long periods of time. Hammer is designed from the ground up to be entirely local, no internet connection required, ever.

Transparent Data

Your data is yours. It's not stored in the cloud, or some opaque database. It is stored in simple, human readable files, just using files and folders to define the project structure. You can open your OSes file browser and take a look for your self. If this program went away today you would be able to easily interact with your data.

Intelligent Syncing between devices

Your data can be synchronized between devices allowing you to work on your story from anywhere, and have no fear of a change on one device, overwriting a change on another device.

Optional and Self hosted Syncing

Syncing is entirely optional, you can install the client and use it on one device, or you can install the server and sync your data between devices. You could even use some other service to sync your data, like Dropbox or Google Drive. It's all up to you. Instructions can be found here.

Development

Want to contribute? Great! Here are some instructions to get you started.

badge-kotlin