
Lantern Tabletop is a web application for playing tabletop RPGs.
Lantern Tabletop is an innovative web-based project aimed at providing a flexible, open-source alternative to popular online virtual tabletops like Roll20 and D&D Beyond. Currently in early development, this initiative aspires to offer a user-friendly platform for tabletop gaming enthusiasts, enhancing the online gaming experience through its customizable features and a robust technical foundation.
With a focus on flexibility and community collaboration, Lantern Tabletop is built on modern technologies that cater to developers and gamers alike. Whether you're looking to create a new game session or integrate existing gameplay mechanics, this project sets out to establish a powerful yet accessible environment for virtual tabletop gameplay.
Open Source: Lantern Tabletop is fully open-source, allowing users to modify and contribute to the platform, fostering a community-driven development model.
Modern Technology Stack: Built using TypeScript, React, Next.js, and TailwindCSS, it ensures a responsive and modern user interface, enhancing the overall user experience.
Database Integration: The project utilizes PostgreSQL for its database needs, providing a reliable and robust backend to store game data securely.
Easy Setup: With instructions for cloning the project and installation of dependencies via PNPM, newcomers can quickly get started with minimal hassle.
Built-in Testing Framework: Offers comprehensive testing options, including end-to-end and unit testing, ensuring the code is reliable and well-maintained.
Flexible Configuration: Supports various development environments by allowing flexible configuration through environment variables, making it suitable for diverse setups.
Documentation Available: Comprehensive markdown documentation is provided, allowing users to easily navigate features and setups within the project.
Community Support and Contributions: As an open-source project, it encourages collaboration and input from developers, making it a continuously evolving platform.

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
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
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.
Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.
A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.
MobX is a simple and scalable state management library for JavaScript applications. It uses reactive programming techniques to automatically update the user interface in response to changes in the application state, making it easy to build complex and dynamic user interfaces with minimal code.
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.