DEV Community

Semilore Olagbegi
Semilore Olagbegi

Posted on

Building a Fintech Ledger & AI Workflow App at 14 (Open Source & No Hidden Scripts)

Let’s be completely transparent from the start. I am a 14-year-old full-stack developer sharing code configurations and software layouts on Shoppy.gg and Discord. If I stumbled across an profile like mine on the internet, my first instinct would be: "Is this a scam? Is this file safe?"

That is a 100% fair question. The internet is flooded with broken tech templates and malicious scripts.

Because I am building a future in financial technology, trust is my absolute currency. I don’t want you to just take my word that my code is legitimate and functional. I want to prove it to you by laying all my cards on the table.

Here is a breakdown of the architecture behind the two platforms I just built—Intrabanking and Talent Suite AI—and how you can safely inspect and run the code yourself.


💸 1. Intrabanking: The Core Banking Simulator

Intrabanking is a web application designed to simulate how modern neobanks handle internal money routing, ledger syncing, and transaction logging.

I built the structural foundation using React, Tailwind CSS, and Node.js. To skip hours of environment initialization, I built it inside a browser-based WebContainer architecture using bolt.new.

The Architecture:

  • The Dual-Entry Ledger Engine: A simulated in-memory ledger database. When a user triggers an internal account transfer, both account states calculate simultaneously to prevent double-spending or balance mutations.
  • **Real-Time Data Streams:A responsive data dashboard visualizing total capital distributions, live system webhooks, and simulated transactional event logs.

🤖 2. Talent Suite AI: Automated Data Workflows

Once the core ledger architecture was functional, I wanted to move from data tracking to automated actions. **Talent Suite AI is a modular backend workflow layout built to ingest and score high-volume incoming profiles.

Rather than letting transactional or user data sit in a static database, this script acts as an algorithmic background processing layer. It uses smart workflow filters to validate raw incoming strings against a configured rule matrix and output automated system scores. It's a clean boilerplate layout for anyone wanting to see how automated background data screening systems work.


🔒 100% Radical Transparency (No Compiled Binaries)

To ensure this code is safe for the developer community to analyze and experiment with, I am committing to three strict rules:

  1. **Raw Text Files Only: When you grab these packages, you are downloading pure code directories (.js, .jsx, .json, .css). There are zero .exe, .bat, or compiled hidden binaries.
  2. **Total Code Readability: No code obfuscation, no encryption, and no locked scripts. Open every single line in VS Code or Notepad before executing anything.
  3. **Sandbox Previews: Because these files are written for isolated container architectures, you can drop the raw source code straight back into bolt.new to preview the UI compilation safely inside your browser without installing anything on your hard drive.

📥 Grab the Source Code & Join the Build

I want other students, self-taught devs, and indie builders to download these packages, break the code configurations, and build something better on top of the I've deployed automated file distribution channels through my developer portal on Shoppy.gg and dropped raw directory zip-files directly inside our developer Discord server.
**Talk to me directly: I am building this entirely in public. If you spot a mathematical bug in my ledger calculations or want to see my live dev logs, join the server and ping me.

👉 View the Intrabanking web app: https://mghie42m7ob48kzzk0xil5rtq.bolt.host and Get the Talent Suite UI Packs on Shoppy : https://shoppy.gg/product/OwzNugk

Drop a comment below—as a younger dev, I'd love some brutally honest code optimization tips from the senior engineering community on DEV!

Top comments (0)