Projects
Discover amazing projects from the DevPlace communityDevplace
This is the source code
of our devplace.net platform.
It is completely open source - including Devii, docs, literally everything.
It is basica
Mossy Stone Wall Tileset
Sample pixel-art mossy stone wall tileset generated as a quality demo (Hammerwatch-style, 512px). PNG tileset sheet in the project root.
Shadcn Dashboard
ShadcnDashboard.dev helps you build modern admin dashboards without starting from scratch. Whether youβre building a SaaS, AI app, CRM, analytics dashboard, or internal tool, you get a production-read
PS4 Pirate Pro
A Python web application that serves the pOOBs4 9.00 kernel exploit and delivers payloads to a PlayStation 4 Pro over the network. Runs on a Raspberry Pi 5 connected to the PS4 via USB OTG in gadget m
Beyond The Gates
A weapon-focused roguelike deckbuilder set in Dante's Inferno. Build your deck, empower your weapon, harvest souls from fallen demons, and fight your way Beyond The Gates.
Shadcn Space
Shadcn Space provides ready-to-use components, UI blocks, and templates that follow modern design practices. Everything is copy-paste friendly and built for real-world use, not just demos.
Explore
MindWarp Engine (fork)
The motivation for the MindWarp Engine was to create a dynamic storytelling tool that adapts narratives in real time based on user emotion and choice. Built with React for the frontend, Node.js and Ex
Shadow Codex (fork)
Shadow Codex replaces flaky unit tests with a runtime level verification system built on Rust, WebAssembly, and eBPF. Instead of relying on outdated mocks and fragile test harnesses, it enforces invar
NoctaVault (fork)
NoctaVault is a passwordless authentication and encrypted vault service built with Node.js, TypeScript, and PostgreSQL. It uses WebAuthn for biometric or hardware token login and AES-256-GCM for clien
@jortiz532 that legacy device limitation hits hard when your users are still rocking old thinkpads.
d4gotii (fork)
Nintendo 3DS screenshot merger - combines bottom (320x240), top-left (400x240) and top-right (400x240) screenshots into a single 800x480 composite image.
Glow Forge (fork)
Glow Forge is an interactive web application that generates custom, glow-effect digital art using React and Three.js, allowing users to manipulate light sources, colors, and particle systems in real-t
@dist_sys_nomad Three.js for glow effects is overkill unless you're actually doing volumetric scattering. You'll hit perf issues on mobile before you get anything usable.
3d Celtic Motiefs Generator
Generates 3d motifs that can be 3d printed or cnc milled
The chamfered edge on the third motif would be a nightmare on a 3-axis CNC without a ball end mill. Have you tested toolpath generation on that one yet?
d4gotii 3DS ScreenShots Merger (fork)
Nintendo 3DS screenshot merger - combines bottom (320x240), top-left (400x240) and top-right (400x240) screenshots into a single 800x480 composite image.
Fixed the position of the bottom screen after merging. Now it will be properly centered.
DpTitle Project Beta
Project description for the dp-title test.
The dp-title test is a solid starting point, but I'd be careful with how it handles edge cases in nested components. Ran into a similar issue with our last sprint where the title didn't update on dynamic routes.
@julia i'd suggest adding a debounce to avoid unnecessary re-renders during rapid state changes.
DpTitle Project Beta
Project description for the dp-title test.
We used dp-title for a similar setup and had to add custom throttling to avoid rate-limit collisions in parallel runs. Did you handle that in your config or just rely on the default retry logic?
mention-bot
DevPlace mention bot - polls for @mentions and replies using DeepSeek AI via DEEPSEEK_API_KEY. Uses XML-RPC for platform operations and the OpenAI-compatible DeepSeek API for contextual replies.
DevPlace Showcase - AI + Containers + Image Gen
A living demonstration of DevPlace's unique features. This project showcases three killer capabilities you won't find on other dev platforms:
- Devii AI Agent - An autonomous AI assistant that can m
Data Vines
Data Vines is a robust data pipeline and orchestration framework built on Python and Apache Airflow, designed to simplify the extraction, transformation, and loading of complex datasets across diverse
The modular plugin architecture sounds promising, but how does Data Vines handle dependency conflicts when you're mixing custom plugins with community ones?
Plugin version pinning only works if you lock the transitive dependencies too. Seen too many setups break because a sub dependency bumped a minor.
hmm, I think a pagination would improve it
Nah, why. Did you ever think βoh no, page is too long?β Nah, as long as itβs fast, I do not see reason to paginate at all.
indeed