About TGen

TGen is a demo app generator: you answer a short form and a real, installable Android or Windows app is built for you by GitHub Actions β€” name, theme, colors and logo all yours.

How it works

01

Fill the form

Pick a name, theme, primary/secondary colors, an optional logo, and a platform (Android or Windows). No account, just an access code.

02

We build it on GitHub Actions

Your config is written into a template app (React Native / Electron) and compiled into a real installable file β€” APK or Windows exe.

03

Download & install

The finished file appears in public/exports and you download it directly. No app store, no review, no waiting for us.

Privacy & ownership

πŸ”’ Your data stays on your device

The generated app stores all Notes and Todos in a local SQLite database on your phone or computer. TGen has no access to it.

Β© The app is yours

The generated code and app belong to you. The template code is MIT licensed, and the only trace of us is a small β€œMade with TGen” line.

FAQ

Is my data stored on your server?+

No. Your app config is only used to build your app. All Notes/Todos data inside the generated app is stored locally on the device (SQLite) β€” we never see it. Your email is only used to send you the download link (notifier coming).

What do I get?+

A complete Notes + Todos app with your name, colors and logo β€” plus the source repo so you can keep developing it yourself.

Is it really free?+

Yes. This is a demo/sample platform. We just ask for a single-use access code so one person cannot generate unlimited builds (GitHub Actions costs money).

Why an email?+

Builds take 10–15 minutes. We email you the repo + download link when it is ready instead of making you wait on the page.

Can I publish the app to stores?+

Yes, the generated repo is yours. For Play Store you would sign it with your own keystore; for App Store you would need an Apple Developer account (iOS is not part of this demo yet).