Tiknix Tutorials

Learn to build web apps fast with step-by-step guides

View on GitHub
Featured: Build a Multi-User TODO App

Go from zero to a fully functional TODO application in about 90 minutes.

~90 minutes
Total time
9 lessons
Step by step
Beginner
Skill level
What You'll Learn:
  • Auto-routing system
  • Controllers & views
  • RedBeanPHP database ops
  • Forms & CSRF protection
  • Permission system
  • User authentication
  • Multi-user data isolation
  • Complete CRUD operations
Start Tutorial
Lesson Overview
  • 00. Introduction
    What Tiknix is and how it works
    5 min
  • 01. Setup
    Install and configure Tiknix
    10 min
  • 02. Auto-Routing
    How URLs map to controllers
    5 min
  • 03. First Controller
    Create your Todo controller
    10 min
  • 04. Database Basics
    RedBeanPHP CRUD operations
    10 min
  • 05. Views & Forms
    Bootstrap UI and CSRF tokens
    15 min
  • 06. Permissions
    Auth levels and access control
    10 min
  • 07. CRUD Complete
    Edit, delete, toggle complete
    15 min
  • 08. Next Steps
    Where to go from here
    5 min
Using AI Assistants?

The tutorial repo includes .claude/TIKNIX_GUIDE.md - a reference file that helps AI tools like Claude Code understand Tiknix patterns.

This reduces token usage and improves code suggestions when building with Tiknix.