Documentation

Genes?
UI Framework
API Framework
B. Getting Started

3. Using Genes.API

For the API Framework:

You can just call it from the CDN.
Or you can just download, upload and run on any PHP environment,
local or cloud, much lower resource requirements than Wordpress, or similar.

API framework
This actually is the only line you need to get the Genes API running.
For the free version, it is a single PHP file, can be downloaded and unzipped from here:
GZ: https://cdn.genes.one/genes.php.gz
ZIP: https://cdn.genes.one/genes.php.zip

After you download and include "genes.php" in our PHP file, you just start using it.
The setup is done by itself, necessary folders and files (config etc.) are generated.

Below you can see a sample PHP file:
(an all-purpose starter sample is being prepared)


    <?php
    // JUST FIX THE PATH (COULD BE RELATIVE OR NOT, AS YOU PLEASE) 
    // SO THAT THE CLONE INDEX FINDS THE GENES FRAMEWORK, THAT'S IT.
    require "../../_genes/api/genes.php";
    
    // Index view is the main necessary view of the clone.
    // You have more views, create more. You don't need more views. 
    // You can create all functionality in the same function. 
    // No one cares.
    // MORE ABOUT HOW THIS WORKS WILL BE PUBLISHED ON THE API DOCS.
    g::def("clone", array(
        "Index" => function () {
            g::run("ui.LoadViewHtml");
        },
    ));
    
    // Till now Genes got your config, your customizations, 
    // figured out the environment, figured out the mods, 
    // figured out the views, urls, the functions to be triggered, 
    // so now it renders.
    g::run("core.Render");
    
    // Done.
    // A clean setup. :)
    // A Genes Clone.

        

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: 249 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...