---
title: Index
layout: dsiware
redirect_from: /dsidev/index.html
---
A build of the cancelled digital manga service called MangaON has been recovered by
MrPinball64! This was assumed to be overwritten in our old release, but it was just fragmented!
Welcome to random meaningless characters!
Welcome! This site is focused on documenting every single DS/DSi factory and development app, as well as prototype firmwares and hardware. We have the largest collection of apps publicly available, the most accurate information, and things you'll have never heard of. We also do prototype/dev releases, so if you have any cartridges or development units, get in touch
{% assign i = 0 %}
{% for ENTRY in site.data.dsinfo -%}
{%- if ENTRY.PUBLISHED == "TRUE" -%}
{% assign i = i | plus:1 %}
{%- if i == 4 -%}
{% assign i = 0 %}
{%- endif -%}
{%- endif -%}
{%- endfor %}