Documentation

Genes?
UI Framework
API Framework
B. Clones

3. Api-only, with database, no frontend

Again, not much to do.
If you only need API responses from Genes, maybe you're doing something client side, or you're just using some software that needs live JSON data from you, Genes got you covered.

When you put .json at the end of any url in Genes you get JSON API response.
It also works if you do GET and POST to that url.


    https://your-own-genes-clone-domain.com/index.json
    https://your-own-genes-clone-domain.com/about-us.json

For example if you want to get some data from some other API, and you want to process it and output, the below is an example for that:


    g::def("clone", array(
        "Index" => function () {
            // Let's get a random user from this lovely API.
            $url = "https://randomuser.me/api/";
            $data = g::run("tools.LoadPathSafe", $url);
            $data_arr = g::run("tools.JD", $data);
            $row = $data_arr["results"][0];
            $result = array(
                "name" => $row["name"]["title"] . " " . $row["name"]["first"] . " " . $row["name"]["last"],
                "location" => $row["location"]["city"] . ", " . $row["location"]["state"] . ", " . $row["location"]["country"],
                "user" => $row["login"]["username"] . ", " . $row["dob"]["age"] . ", " . $row["gender"],
                "avatar" => $row["picture"]["large"]
            );
            g::set("op.data", $result);
            g::run("tools.ExitWithOpDataResponse");
        }, "Query" => function () {
            g::run("ui.LoadViewHtml");
        }
    ));

And just like that, you can get this original API response...

And convert it into whatever you need..

Isn't that nice and sweet?


You want more?

Unminified and unmerged code base? Seeing backlog, having a say in the future of Genes?
Buying & selling custom Genes mods & clones at the store? Being a part of the community?

Good old-fashioned downloads. Nightly updates. Detailed Q&A, in-depth usage tips & tricks. You are a designer, a custom theme-builder? You'll see that this is the easiest you create themes. Both admin and frontend is customized. So now, your themes can easily have custom admin panels too. And by custom I mean "CUSTOM"! Without being tortured you can create a comp, mod or clone or theme and sell that. Be a part of this community, to learn what the hell a comp, mod or clone is?! Many freebies, custom barebone / skeleton templates. Discounts. Easy recipes. Third party integrations. Saving time. Making money. Interacting. Contributing. Benefiting. Me. Just become a member. Really, I love you.

Authentication
User Management
Quick Login
Performance
Optimised DB
Modular
Upload & Use
Content Management
Blog / CMS
Landing Page
i18n
SEO Optimised
Tag, Filter, Search
Lightweight
Genes Premium Bundle

"Early Adopters Phase"
- 50% Discount -

Quota Left: 248 of 250

€199.90

€99.90

All Inclusive! No Hidden Costs!
Paid Once! No Subscription!
  • What you're getting!?
    • A .zip file bundle of everything.
    • FTP Uploads! Real Indie Maker Life!
      Control Over Your Data and Code!
      And...
    • 4 Sample HTML Templates with Sub-Pages
      • Admin
      • Blog
      • Corporate
      • Landing
    • 4 Sample UI Color Themes
      • Academic
      • Corporate
      • Darko
      • Hip
    • 4 Sample Production Ready Clones:
      Just upload and start using.
      • Multilingual Dynamic No-DB Landing Page
      • A Multi-User Blog
      • An API Backend
      • Almost-Ready Index Something SaaS
        with Stripe Payments and Google Login
    • 6 Useful Mods:
      Pick all you need.
      • Self-Hosted SMTP Mailer Integration
      • Self-Hosted Form / Data Management
      • Self-Hosted GDPR-Ready Analytics!
      • Brevo Transactional Mail Integration
      • Firebase Google Login Integration
      • Stripe Payment Integration
    • Membership to Genes X Community & X Chat Group.
    • Access to the Genes Private Repository on Github.
    • Add Your SaaS / Blog / Website / Landing Page to the Showcase.
    • Work in progress:
      • More templates!
      • More themes!
      • More mods!
      • More sample clones!
      • Training a ChatGPT Agent, GenesGPT, soon...
      • Having a say in the backlog, soon...
      • Updates and more to come, soon...
      • Possibility to sell clones, mods and themes you created, in the Store, soon...