An open-source interactive fiction engine. Intuitive node-based UI. Compiles your story to a webpage.
SeQuill is an exciting open-source interactive fiction engine designed for creators looking to craft text adventures, choice-based narratives, or even visual novels. Its user-friendly node-based editor makes it accessible to both seasoned writers and newcomers alike. With SeQuill, you can easily export your stories to standard web formats, allowing for seamless hosting on personal websites or preferred platforms.
This tool empowers storytellers to bring their ideas to life through interactive storytelling. Whether you're a hobbyist or a serious developer, SeQuill provides the necessary features to turn your imaginative tales into engaging experiences.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Firebase offers a comprehensive set of features, including real-time database, authentication, hosting, cloud functions, storage, and more. Firebase provides an easy-to-use interface and allows developers to focus on building features rather than managing infrastructure.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.