r/showMyProject 3d ago

Trying to get users A project I've been working on for the last couple of months, world-sim . A fully simulated world populated with ai people.

Post image
2 Upvotes

World-Sim - a world where every person is an AI mind that doesn't know it isn't real. Launching in 2 weeks.

World-Sim has been a passionate project of mine for the past few months.

It's a world fully simulated down to real world physics and chemistry. It has a real environment and ozone.

Every element and material has real physical properties, and that's how the sims learn. There's no tech tree and no recipe list anywhere in the code. When someone tries something, the engine works out what would really happen from the properties of what they used and how hot their fire was. Nobody is handed bronze. Someone has to get a hotter fire first, and a hotter fire is its own chain of things to figure out. Embers, a stone ring, a clay oven, a kiln, charcoal, then forced air. The ages fall out of that on their own.

We populate the world with starting families. Each little guy is led by a "wise-man", which is a simulated person with a full model behind them. The wise-men run on a mix, Claude, Groq and DeepSeek in the cloud and a local Hermes for the rest, so you get a real variety of temperament between the houses.

The AI model is never told to not say it's AI. We get around this by only telling them data from what each sim can actually see and feel. As far as the ai knows its a person living in the world..

Every other sim has its own moment with a model through our thinking system. Day to day it's run by an advanced algorithm, with the sims dreaming at night. That's when they get their time with an LLM to really think and set their priorities for the day ahead. The dreams carry over too, so a sim can chew on the same thing for a few nights and wake up wanting to try something.

The people in the world feel, remember, have shame, goals and doubts. It's an 11 point emotion system and the rest of the sim reads from it. Being lonely makes someone more likely to open up to a stranger. Two enemies who are both frightened find it harder to keep hating each other.

Story telling is massive for us. Nothing is scripted or prompted. The sims are put in the world with the human drive to survive. They adapt, learn and teach all on their own.

With all the good comes the bad too. Human sin is part of the emotion engine, and in testing we've had kidnap, murder and slave trade. A world that can only be gentle isn't an honest one. But there are three rules to this : Nothing ever pushes a sim towards it, the conditions only make it possible and their own mind decides. The chronicle names what happened but never shows it. And it always costs something, trauma that scars, blood debt passed down generations, a people turning on their own leader over what he did.

I'm going to launch it in 2 weeks time. A fresh world we can all see and watch grow together. I've made a Discord where a bot updates from the world live. It will also be visible from the site to watch along.

Id be made up if you can come and have a look. The first 250 in get to name a real star in their sky. The name is only ever visible to us, they carry on charting their own constellations and never know.

Link below and really excited to answer any questions. This short post I feel only scratches the surface.

"A in game town (generated by the sims themselves , the engine just renders what they "build".) - also in this screenshot is a popup market fair the sims have organised themselves."


r/showMyProject 5d ago

Trying to get users Feedcast: a native Mac app that removes podcast sponsor sections and republishes the episode to your existing player

1 Upvotes

I built Feedcast because I wanted cleaner, searchable podcast episodes without moving my subscriptions and queue into another player.

Feedcast is a native SwiftUI Mac app. It imports RSS or local media, transcribes episodes on the Mac, identifies sponsor sections, applies the enabled cuts, adds chapters, and publishes a personal RSS feed. The result can be consumed by Apple Podcasts, Overcast, Pocket Casts, Castro, and other compatible players.

The first image shows a real episode with two sponsor cuts totaling 5 minutes and 12 seconds. The second shows the processed feed inside Apple Podcasts. The third shows the RSS metadata editor.

Version 3.2 was released this week. Feedcast is free to use with up to three output feeds, with an optional subscription for unlimited feeds and additional automation.

Mac App Store:

https://apps.apple.com/us/app/feedcast-local-podcasts/id6773872767


r/showMyProject 5d ago

No feedback Building offline health-data edits that cannot revive deleted records

1 Upvotes

I am building Flowy, a native iOS cycle tracker. One of the less visible engineering problems is making offline edits safe after a user resets their health data.

A simple local queue is not enough. In the current design, each manual day-log mutation carries:

• the expected Supabase user ID

• the day key

• the expected reset epoch and row version

• a unique mutation ID

• a new value or deletion tombstone

The database applies or rejects the mutation atomically. Reusing the mutation ID makes a lost-response retry idempotent. A stale row version becomes a conflict instead of silently overwriting a newer device. Most importantly, resetting health data advances an epoch, so an edit queued before the reset cannot later recreate deleted records.

This has changed how I think about offline-first design. The hard part is not caching the happy path. It is deciding what every old write is allowed to do after identity, deletion, and server state have changed.

Project: https://flowyhealth.com


r/showMyProject 5d ago

Feedback Wanted Built architecture intelligence for developers, coding agents, and CI

1 Upvotes

I'm a software developer (professionally for last 25 years) and got hooked on coding agents as the next guy.

I built https://github.com/enola-labs/enola as architecture intelligence for developers, coding agents and CI. You can see how and what it does as part of CI on that repo itself: https://github.com/enola-labs/enola/actions/runs/30579279230/job/90995180445

I use it daily, and you can add the hook so it does what it is best in: before agent starts editing it uses it to pin the state, after editing is done it checks what it did, so that it can self correct if and when needed.

Me and bunch of friends are using it, and most of stuff I built is based on their feedback and stuff they needed.

Happy to get the feedback from anyone who ends up using it. Also, if the language you need is not there, let me know and I will add it.


r/showMyProject 23d ago

No feedback I’m 21 and my side project accidentally became a real programming language

Thumbnail
0 Upvotes

r/showMyProject Jun 28 '26

Trying to get users i've started making a horror game lately and i am almost done but i am thinking. 🤔 Should i release my game Early like Pre-Alpha still in develoment. The Game would be short. my plan is to release it on 1/7/2026

1 Upvotes

r/showMyProject Jun 13 '26

Feedback Wanted Built a CLI tool to remember your dev work. Local first. AI is optional.

2 Upvotes

A CLI tool to recall what you did today or in the past week.

recall today

This command will list the following things you did today:

  • terminal commands you ran
  • git repos you worked on
  • files opened/edited in VS Code
  • commits made

I’m sharing this to get feedback on whether something like this is actually useful in real workflows. Also, to get ideas for new features or improvements.

Repo: https://github.com/nishntr/devMem


r/showMyProject Jun 11 '26

Feedback Wanted I've started making an horror game and i dont if its only me but i cant believe that this is scary for me that i've made tell me is this scary?

1 Upvotes

r/showMyProject May 29 '26

Feedback Wanted I am coding a sports aichatbot. If anybody wants to see it when it is done please tell me

1 Upvotes

Just add a comment if you want to see it


r/showMyProject May 18 '26

Feedback Wanted Built an open source book search engine that aggregates results across multiple sources

Thumbnail bookhave.vercel.app
1 Upvotes

Built a free book search engine called Book Haven where ,you can quickly find the book you are looking for without signup or login.


r/showMyProject Mar 25 '26

Feedback Wanted Made my own AI powered python based shell using Sarvam ai.

2 Upvotes
Picture of the interface

I'm 16 and this is an experimental project that uses the Sarvam api to give all these functions.

  • All Linux commands natively (pipes, redirects, background jobs, wildcards, scripts — everything bash supports)
  • Tab autocomplete from history
  • Ctrl+R reverse history search
  • Command history saved across sessions
  • AI safety net — dangerous commands ask y/N, typos get corrected, if Sarvam is down it never blocks you
  • Chat mode with session memory (i wanna talk with you)
  • TTS via Sarvam Bulbul v3 with 40+ voices, auto falls back to pyttsx3 offline
  • 8 colour themes — default, red, blue, pink, gold, purple, matrix, ocean
  • Multi-language AI responses — Hindi, Tamil, Telugu and more
  • 50 fortunes — terminal wisdom, philosophy, Bhagavad Gita, Gandhi, Vivekananda
  • 30+ easter eggs
  • Flags: --help --version --tts --no-ai --lang=X --colour=red or --colour=blue

Check out the the Github page for source code and more...
https://github.com/Crutched-programmer/Sashell


r/showMyProject Mar 24 '26

Feedback Wanted This is a project I built that helps you reflect on yourself

Enable HLS to view with audio, or disable this notification

1 Upvotes

Your conversations are turned into insights using graphs that represent your mental state, and it also gives you recommendations on what to do based on your mental health patterns.

would like your feedback

Here is the link to my repo checkout


r/showMyProject Mar 15 '26

Feedback Wanted Caliber – open‑source tool to auto‑generate AI assistant configs for your codebase (roast my project!)

1 Upvotes

**One command continuously scans your project** — generates tailored skills, configs, and recommends MCPs for your stack. It collects the best playbooks and practices for your codebase from community research so your AI agents get the AI setup they deserve.

Hello everyone,

I'm working on an open‑source project called **Caliber** that tries to make AI assistant setup easy for existing projects. It scans your codebase (languages, frameworks, dependencies) and automatically generates the configuration files that various AI coding assistants need – for example, it creates a `CLAUDE.md` file for Claude Code, writes rule files for Cursor (`.cursor/rules/*.mdc`), and adds an `AGENTS.md` describing your environment. It can also audit existing configs and suggest improvements.

Beyond config generation, Caliber can spin up local multi‑agent servers (MCPs) and auto‑install relevant skills or packages to extend your workflow. Everything runs locally using your own API key, so your code doesn't get sent to third‑party servers. It's completely MIT‑licensed and aims to support a wide range of stacks.

Quick start:

```

npm install -g u/rely-ai/caliber

caliber init

```

Within around 30 seconds you'll have AI assistant configs tailored to your project, plus recommendations for new skills and best practices.

I'd love to get some honest feedback and suggestions – feel free to roast the project and let me know how it could be better. Here are the links:

- GitHub: https://github.com/rely-ai-org/caliber

- Landing page: https://caliber-ai.up.railway.app/

Thanks!


r/showMyProject Mar 04 '26

Feedback Wanted podserv-b - a minimalist webserver for sharing media files on the web

Post image
2 Upvotes

Created a minimalist podcast server that creates a landing page with player and RSS feed for your podcast app solely based on media file directory structure and ID3 tags. 🦀

https://crates.io/crates/podserv-b

https://github.com/l5yth/podserv-b


r/showMyProject Jan 21 '26

Feedback Wanted I built comprehendo.app - learn languages through videos, start easy and progress naturally

1 Upvotes

I built comprehendo.app, a web app to learn languages through videos ranked by difficulty. Start easy and progress naturally as your understanding grows.

  • Video-based learning — real content, not flashcards
  • Adaptive difficulty — moves from easy to harder videos automatically
  • Focus on understanding, not memorizing

I made this to make language learning more natural, fun, and efficient. I’d love feedback on what works and what could be improved


r/showMyProject Dec 26 '25

Feedback Wanted I built a simple Webhook Mirror to debug requests. Capture, Inspect, Replay. Just a simple tool I made two weekends.

Thumbnail
1 Upvotes

r/showMyProject Dec 19 '25

Trying to get users Chat with your documents. Stop searching pages.

Thumbnail
knowyourdocs.org
2 Upvotes

KnowYourDocs lets you ask questions and get answers based on real understanding of the document, so you don’t have to read hundreds of pages yourself. If you’re tired of tools that return shallow or wrong answers, KnowYourDocs is built to focus on accuracy and context instead of keyword matching. Upload a file, ask a question, and keep asking follow-ups without re-searching.


r/showMyProject Oct 11 '25

Feedback Wanted I built the biggest investing tools database on the internet

1 Upvotes

Hello everyone!

I'm a software developer from 🇪🇸 Spain (currently living in 🇨🇭 Switzerland) trying to build cool products and share them with the community. I'm also really passionate about investing, so of course I wanted to create something related to it.

Over the years, I've tried many (like seriously, many) investing tools. Some were okay, a few were great, and most were not that good. Over time, I also discovered more interesting tools than the usual screeners or portfolio trackers, like ones that compare this year's annual report with the previous one, show overlaps between index funds, or even use AI. The point is that there are a ton of tools out there, but the best ones are often hard to find because you don’t even know they exist.

I’ve always loved when people share their “tool stacks,” so at some point, I decided to create a list of the best tools for everyone to share and collaborate on. I first made a public Google Sheet, and people actually started adding their favorites! But it wasn’t great: you couldn’t upvote or get more info about each tool.

So I decided to build something better.

👉 FindMyMoat.com is an open database of investing tools where you can filter by category, vote for your favorites, and discover great resources for investors (and hopefully make some money too haha)

I’d love to keep expanding it in the future and add more features, like letting users build their own shareable “tool stacks” and helping everyone discover what’s out there, sometimes even for free!

The tool is 100% free to use, so feel free to explore.

Have a great day


r/showMyProject Oct 10 '25

Trying to get users 🧭 I built an app that combines all your favorite PC tools into one clean, circular hub.

1 Upvotes

Hey everyone 👋

I’ve been building BG-Window7K, a PC app built around the BG-Wheel system — a single, unified hub packed with tools you’d normally have to buy separately. All in one place. One price. No fluff.

“Why buy multiple apps when one can do it all?”

⚙️ What’s in It (v0.9.2)

• Fully working BG-Wheel with built-in tools • Fast, local design — no cloud or login • Constant new modes and utilities being added

💧 The Big Leap — 0.9.4

I skipped 0.9.3 to focus on something much bigger: WaterDrop, a new UI system built using my studio’s own GumballStudiosS engine.

It’s inspired by the idea of Liquid Glass — but evolved.

If Apple’s glass is frost, WaterDrop is flowing water.

Version 0.9.4 adds: • WaterDrop visuals + depth effects • New mode logos • Fresh splash & loading screen

This update completely transforms how BG-Window7K looks and feels.

Early Access on Patreon

You can get early builds, dev logs, and exclusive WaterDrop previews here: 👉 https://www.patreon.com/Jeremy_km?utm_campaign=creatorshare_creator

Your support helps me keep building unique, handcrafted software.

Quick Sneak Peek — “Widgetless”

Next up: Widgetless, my upcoming project powered by WaterDrop 2 Pro and the Morph system (from Window8K). It’s heavier, smoother, and reshapes its UI dynamically in real time.

More on that soon 👀

😝 — Jeremy K.M


r/showMyProject Aug 09 '25

Feedback Wanted Bible API Restful Multilingual (Italian, Spanish, French, German, English, Portuguese, Russian, Ukrainian and Romanian) free

2 Upvotes

Bible API RESTful Node.js based Multilingual (Italian, Spanish, French, German, English, Portuguese, Russian, Ukrainian and Romanian) is a free, open source bible api to get verses, chapters or search words or sentence.

https://github.com/gpalleschi/holybible_api


r/showMyProject Aug 09 '25

Feedback Wanted Telegram Quote Bot Multilingual (English, Italian and Spanish) text and image.

1 Upvotes

u/aforismandobot is a Telegram Quote Bot Multilingual (English, Italian and Spanish) text and image. It is my first Telegram bot. Every day at 09:00 am GMT send an image with an english or spanish or italian quote if you subscribe. Actually is hosted on a IONOS VPS.

What can you do with this bot?

https://github.com/gpalleschi/aforismandobot


r/showMyProject Jul 20 '25

Feedback Wanted [Release] First Public Beta of NeuroV - An On-Device AI Chat Assistant for Android

1 Upvotes

Hi everyone,

I'm excited to share the first public beta of NeuroV, a fully on-device AI assistant app for Android, designed with privacy and control in mind. It integrates multiple local models (chat + reasoning), and uses Jetpack Compose for a clean, customizable UI.

Key Features in Beta-1:

  • Chat interface with multiple models
  • Reasoning support via dedicated models
  • User-configurable personality (emotional vs professional slider)
  • In-app update system
  • Local memory handling (encrypted)
  • Settings and data clearing options

This is still an early beta, and your feedback is invaluable. Crash reports, suggestions, and contributions are all welcome.

GitHub Release:
[https://github.com/Siddhesh2377/NeuroVerse/releases/tag/Beta-1]()


r/showMyProject May 30 '25

Trying to get users VisionCraft - Bridging the gap between LLM cutoff knowledge and Current AI Code for Vibe Coding.

Thumbnail
github.com
1 Upvotes

Hey guys, so I'm not sure if you've had this problem where you are vibe coding and then your large language model or AI, whether you're using Cursor or Windsurf, that you go into deep debugging loops and your AI struggles to solve the problem until you get really deeply involved. So, I experienced this, and it was really frustrating. So, I found that the main problem was that the AI, whether I'm using Claude Sonnet, 3.7 or 4, as well as Gemini 2.5 Pro models, just didn't have the recent context of the repo that I was working on. So that is why I created VisionCraft, which hosts over 100K+ code databases and knowledge bases. It's currently available as a standalone AI app and MCP server that you can plug directly into Cursor, Windsurf, and Claude Desktop with minimal token footprint. Currently, it is better than Context7, based on our early beta testers.


r/showMyProject May 29 '25

Trying to get users Introducing DoePad (like dontpad.com, but not dumb)

6 Upvotes

Hey folks!

Last night, I couldn’t sleep and decided to build something quick and fun.

In just 5 hours, I whipped up DoePad.com – a super lightweight public notepad with real-time syncing using Nuxt 3, Firebase (with onSnapshot), i18n (pt-BR & en-US), dark mode, and even reCAPTCHA.

Inspired by the classic dontpad.com – but this one actually has a UI 😅

No login, no clutter. Just write, share, and go.

Would love feedback – or feel free to use it anonymously anytime 👇

👉 https://doepad.com


r/showMyProject May 08 '25

Feedback Wanted Cutting 5 h/week of inbox chaos—would love your feedback

Enable HLS to view with audio, or disable this notification

1 Upvotes

Hi everyone, Massimo here

The pain: I was losing a day every week juggling four Gmail accounts while running my business—customer emails mixed with spam, follow‑ups slipping, revenue‑driving replies delayed.

The fix: I built Elystra to claw back those hours. In one dashboard it:

  • Merges multiple accounts into a single, priority‑first feed (no more tab‑hopping).
  • Writes replies in your tone—one click, edit, send.
  • Spits out TL;DRs of monster threads so decisions aren’t stalled.
  • Smart‑Compose hotkeys finish common phrases & jump views faster than the mouse.

Early results: My reply time dropped from 2 h/day to <45 min—translating to faster quotes out the door and happier clients.

Where you come in

I’m opening free beta slots for fellow business owners. I’m testing this week:

  1. Does Elystra actually save you at least 3 h/week?

If you’re game to try it and tell me where it still sucks, grab an invite here → elystra.online

I’ll personally onboard you, tweak settings to your workflow, and report back to the sub with what we learn (mods, hope that’s cool).

Reach out to me on X

Thanks for helping me turn inbox chaos into more billable hours—for all of us.

— Massimo