nowfound

Alternatives

Products that do what AXIOM V8 - Produtividade com RPG does

Suas tarefas ganham um sistema de RPG. Gamificação real.

  1. 1IM

    Modd.io is a collaborative game editor that runs in browser. It's kind of like Figma for game dev. We made this engine low-code and multiplayer-first, so developeres can quickly prototype casual multiplayer games. I hope some of you guys will find this useful. Would love to hear feedback also. Thank you. Engine Demo: https://www.modd.io

    2023 · github.com

  2. 2
    Axiom155

    Automate repetitive browser work with no-code RPA

    2020

  3. 3AO

    Hi HN, we are Nick and Ben, creators of Axilla - an open source TypeScript framework to develop LLM applications. It’s in the early stages but you can use it today: we’ve already published 2 modules and have more coming soon. Ben and I met while working at Cruise on the ML platform for self-driving cars. We spent many years there and learned the hard way that shipping AI is not quite the same as shipping regular code. There are many parts of the ML lifecycle, e.g., mining, processing, and labeling data and training, evaluating, and deploying models. Although none of them are rocket science,…

    2023 · github.com

  4. 4AR

    My background project for the last two years has been re-implementing my 2004 C++ shoot'em up game in TypeScript + WebGL, and it's finally done (just in time for the 20th anniversary!) Play the game online: https://nicollet.net/blog/darklaga/darklaga.html Technical article about the remake: https://nicollet.net/blog/darklaga/remake.html I have tested Firefox, Chrome and Edge on desktop and mobile (no access to a device capable of running Safari). It's amazing how much difference 20 years makes: the hardware is so much more powerful, the web…

    2024 · nicollet.net

  5. 5IB

    I've been working on an MMORPG that is now in alpha as a solo developer. Here are the major open source technologies that I use: Blender - 3D modeling software for creating the overall environment and every game object. I've gotten a lot of CC and Public Domain assets from https://poly.pizza GLTF - I export assets from blender to the GLTF asset format JSON - I write a JSON config for every game object that describes things like its name, its interactions, its collisions, etc. Node.js exporter - I iterate over the environment and every asset to create a scene hierarchy. I use…

    2024 · alpha.reconquer.online

  6. 6AA

    Hi HN, I'm a 19-year-old aerospace student. I spent the last 13 months building a custom Linux distro from scratch because I wanted to see if we could treat the OS kernel as a mathematical engine rather than a deterministic administrator. The Stack: Flux (The Shell): A custom math-native shell where x² and ∑ are valid syntax. It parses mathematical notation directly into optimized SIMD instructions (no Python wrapper). Tenet (The Scheduler): Written in Tenet (my custom DSL for game theory). The scheduler is a Nash Equilibrium solver compiled to native code. In my benchmarks (Ryzen 7 5800HS),…

    Feb 2026 · fawazishola.ca

  7. 7

    Gamified skill tracker based on classic RPG leveling systems

    2025

  8. 8F3

    A liminal brush-based CSG editor and game engine with unified (forward) renderer inspired by Radiant and Worldcraft/Hammer Compact and lightweight (target: Snapdragon 8CX, OpenGL 3.3) Real-time lighting with stencil shadows without the need for pre-baked compilation

    Mar 2026 · github.com

  9. 9

    Create amazing games, AR and VR using just your browser!

    2015

  10. 10
    Axiom11

    Local desktop sandbox engine against Client-Side Scanning

    Jul 2026 · gabrielgigitashvili044-pixel.github.io

  11. 11TA
  12. 12
    TaskMy5

    Gestão de projetos para equipes produtivas

    Jan 2026

  13. 13

    Vampiro Life is a dedicated AI Storyteller for Vampire: The Masquerade 5th Edition. Play rules-true chronicles with Hunger, Humanity, dice pools, persistent memory, and a living World of Darkness. Start your dark story tonight.

    Jul 2026 · vampirolife.com

  14. 14ZD

    Hey HN! We just released a new library for building LLM-powered applications: @axflow/models. It is part of a larger suite of libraries we're developing for TypeScript developers working with generative AI. This library provides the simplest APIs for 1) invoking the most popular LLM and embedding models (openai, anthropic, cohere, huggingface, etc.) 2) streaming LLM responses to clients, including augmenting the streams with additional arbitrary data and 3) building client-side applications with React hooks. @axflow/models has zero dependencies and is built using only the…

    2023 · docs.axflow.dev

  15. 15

    High quality, Fully Free Lovable / v0 alternative.

    Feb 2026 · axiom-coder.vercel.app

  16. 16MA

    Around three years ago, I was reminiscing about how much I loved playing Neopets as a kid. Meanwhile, I was also looking for a project to better learn Rust and SolidJS. So.. I figured making my own virtual pet browser game would be a fun way to practice! Since then, I’ve been working on it nearly every day, and.. it’s grown quite a bit! Here are some bulleted lists for your convenience: Technical Details: * Backend monolithic Rust server runs on a single $5/month VPS * Lean frontend with just 3 dependencies (SolidJS, Solid Router, and Mutative) * Around 130,000 combined lines of code…

    2025 · mochia.net

  17. 17OS

    Hey! Wanted to showcase this project I’ve been passionately working on. It’s an open source community platform built with the nextjs app router. There’s lots of cool features, but the main one I’m excited about is the gamification. There’s a badge and inventory system. Admins can set value to user actions like creating a post. Then a user can use their accumulated points to purchase items that have modifiers on things like your username or avatar. There’s zero vendor lock in and all you need is a: - redis server - s3 storage - smtp server Built with nextjs and prisma. Would love your…

    2024 · github.com

  18. 18AB

    Hi everyone, This is a little tech demo I've been working on the past 2 years. It's been up for 1 year now, and has since had a few major updates. I have a soft spot for games with ranking systems, and I wanted an easy way for developers to create games with the competitive element abstracted away. The current games are built with ReactJS, so it's pretty easy to onboard if you are a web developer. All games developed for ACOS come with these features: - Real-time turn-based for browser - Simulator for game development - Client / Server architecture - Easy multiplayer with simple JSON…

    2023 · acos.games

  19. 19

    Unified Simulation Swarm AI, Raycast Shadows & Rust ECS

    Jun 2026 · github.com

  20. 20

    High-performance, No-OOP 2D engine & MMORPG in TypeScript

    May 2026 · theworldtable.ai

  21. 21AS

    Hi HN! This is my first game — something I’ve always wanted to do. It’s a small browser game built with Phaser 3, React, and the phaser template (https://github.com/phaserjs/template-react-ts/). I made it in 2 days (like 8 hours in total real time) using gemini-cli. About 90% of the code was generated with AI, but I learned a lot by making fine tweaks. It only works on PC since it’s a typical WASD + R (reload) shooter. I’d love feedback on: - Gameplay (is it fun, too hard?) - Ideas for new features Thanks in advance! ps: I used cubes as a prototype, but now I kind of…

    2025 · cubic-zombies.pages.dev

  22. 22

    Ferramentas Inteligentes para Seu Dia a Dia

    Apr 2026 · gerarapido.com.br

  23. 23

    Play 500+ free browser games instantly — no download needed

    May 2026 · axogamer.com

  24. 24

    Camino a Primera: Estadísticas y metas para futbolistas.

    Jun 2026 · camino-a-primera236.vercel.app

Ranked by how close each launch is in meaning, then by votes. Refine with a description →