123rdy Documentation
Everything you need to build, customize, and deploy your website.
How It Works
123rdy lets you build a complete, production-ready website in three steps:
- Pick a template — Choose from 5 starter templates (Business, Restaurant, Portfolio, Online Store, Blog) that define your site's page structure.
- Describe your site — Write a prompt like "A craft brewery in Portland called Hop City" and AI generates all your content, colors, and layout.
- Deploy — Download a ZIP file and upload it to any web hosting, or use 123rdy Sync for one-click updates.
Tip: You don't need to write any code. The AI handles everything from headlines to color schemes. You can always click to edit any text directly in the preview.
Templates
Templates define the page structure and block layout for your site. Each template comes with pre-configured pages optimized for its use case.
| Template | Pages | Best For |
|---|---|---|
| Business | Home, About, Services, Contact | Companies, agencies, consultancies |
| Restaurant | Home, Menu, About, Contact | Restaurants, cafes, food trucks |
| Portfolio | Home, Projects, About, Contact | Designers, photographers, freelancers |
| Online Store | Home, Products, About, Contact | E-commerce landing pages, product showcases |
| Blog | Home, Articles, About, Contact | Writers, content creators, news sites |
Block Types
Each page is made up of blocks. The AI picks and arranges blocks based on your description. There are 16 block types available:
| Block | Description | Common Uses |
|---|---|---|
| Hero | Large header with headline, subheadline, and call-to-action buttons | Page headers, landing sections |
| Features | Grid of feature cards with icons, titles, and descriptions | Service highlights, product features |
| Pricing | Pricing plan cards with features and CTA buttons | SaaS pricing, service tiers |
| Testimonials | Customer quote cards with names and roles | Social proof, reviews |
| Gallery | Image grid layout | Photo galleries, portfolios |
| Contact | Contact form with optional info sidebar | Contact pages, inquiries |
| Menu Grid | Categorized menu items with prices and descriptions | Restaurant menus, service catalogs |
| FAQ | Expandable accordion of questions and answers | Help sections, product FAQs |
| CTA | Full-width call-to-action banner with gradient background | Conversion sections, sign-up prompts |
| Footer | Site footer with brand, links, and social icons | Every page |
| Text Content | Rich text section with optional side image | About sections, articles, descriptions |
| Team | Team member cards with names, roles, and bios | About pages, team showcases |
| Stats | Number counters with labels | Achievements, key metrics |
| Project Grid | Project cards with images, descriptions, and tags | Portfolios, case studies |
| Chart | Interactive data charts powered by Chart.js | Data visualization, reports, dashboards |
| 3D Scene | Interactive 3D scenes powered by Three.js | Visual effects, product showcases, hero backgrounds |
AI Prompting Tips
The better your prompt, the better your site. Here are some tips for getting great results:
Be Specific
Instead of "make me a business website", try:
A modern website for "Peak Performance Gym" in Denver, Colorado.
Primary colors: deep red and black. Include membership pricing
(Basic $29/mo, Pro $49/mo, Elite $79/mo), testimonials from
3 members, and a contact form.
Mention What You Want
- Business type and name — "A bakery called Sweet Crumbs"
- Colors and mood — "warm earth tones, cozy feel"
- Specific content — pricing, team members, menu items
- Features — "add a FAQ section about shipping policies"
Iterate with Follow-up Prompts
After initial generation, use the prompt bar to refine:
- "Change the color scheme to dark blue and gold"
- "Add a team section with 4 members"
- "Make the hero section more minimal"
- "Add a bar chart showing Q1-Q4 revenue growth"
- "Add a 3D hero with spinning geometric shapes"
Click-to-Edit
Every piece of text in the preview is directly editable. Just click on any headline, paragraph, or label and start typing. Your changes are saved automatically.
Free edits: Manual text edits cost 0 oomph — only AI-powered changes use your oomph balance.
Editable elements are highlighted with a dashed outline when you hover. Click to start editing, and your changes sync to the project data in real-time.
Image Generation
Generate custom images for your site using AI. Click the camera icon in the prompt bar to open the image generator.
How to Use
- Click the camera icon in the prompt bar
- Describe the image you want (e.g., "A cozy coffee shop interior with warm lighting")
- Choose an aspect ratio (square, landscape, portrait, etc.)
- Click Generate — costs 10 oomph per image
- Copy the URL to use anywhere, or click "Use in Hero" to apply it directly
Chart.js Integration
Add interactive data charts to your site. Charts are rendered with Chart.js and are fully responsive.
Chart Types
| Type | Description | Best For |
|---|---|---|
bar | Vertical bar chart | Comparisons, rankings |
line | Line graph with data points | Trends, time series |
pie | Pie chart | Proportions, market share |
doughnut | Doughnut chart (pie with center hole) | Proportions with a modern look |
radar | Radar/spider chart | Multi-axis comparisons, skill charts |
polarArea | Polar area chart | Cyclical data, directional data |
Prompt Examples
"Add a bar chart showing quarterly revenue: Q1 $120k, Q2 $185k, Q3 $210k, Q4 $290k"
"Add a pie chart breaking down our traffic sources: Organic 45%, Paid 25%, Social 20%, Referral 10%"
"Add a line chart showing monthly active users from January to June: 1200, 1800, 2400, 3100, 3800, 4500"
Data Format
The AI will structure data for you automatically. Behind the scenes, chart data uses:
- Labels — Category names (e.g., "Q1", "Q2", "Q3")
- Datasets — One or more data series with comma-separated values
- Colors — Single color per dataset, or comma-separated colors for pie/doughnut charts
Three.js 3D Scenes
Add interactive 3D visuals to your site powered by Three.js. Perfect for eye-catching hero sections and visual effects.
Scene Types
| Type | Description |
|---|---|
geometric | Solid colored 3D shapes with lighting and materials |
particles | Animated floating particle field |
wireframe | Wireframe-rendered shapes (all objects rendered as wireframes) |
scene | Custom 3D scene with positioned objects |
Available Shapes
The following 3D shapes can be used in geometric/wireframe/scene modes:
box— Standard cube/boxsphere— Smooth spheretorus— Donut/ring shapecone— Conecylinder— Cylinderdodecahedron— 12-faced polyhedronoctahedron— 8-faced polyhedronicosahedron— 20-faced polyhedron
Prompt Examples
"Add a dark 3D hero section with a spinning torus and two floating spheres"
"Add a particle field background with blue particles on a dark background"
"Add a wireframe scene with a dodecahedron and an icosahedron side by side"
Export & Deployment
When you're happy with your site, go to Step 3 (Deploy) and download the ZIP file. The export includes:
- Static HTML pages — clean, production-ready, no dependencies on 123rdy.com
- CSS with your custom colors, fonts, and layout
- Minimal JavaScript for smooth scrolling and FAQ accordions
- PWA support — manifest.json and service worker included
- Clean URLs via .htaccess
- All data as JSON files in a
/datafolder
Hosting Options
Your exported site works on any web hosting that serves static files. We recommend these affordable providers (available on the Deploy page):
- Hostinger — Budget-friendly shared hosting
- Cloudways — Managed cloud hosting
- Namecheap — Domain + hosting bundles
Database Mode
By default, your site is fully static (no database needed). If you want to store form submissions, choose "MariaDB" mode when exporting. This adds a db-config.php file you'll need to fill in with your hosting credentials.
123rdy Sync
123rdy Sync lets you push updates to your deployed site without re-uploading ZIP files. It's like a mini CMS update system.
How It Works
- Every ZIP export includes a
/rdy-sync/folder with the sync client - Upload the ZIP to your hosting as normal
- Make changes in the 123rdy editor and click Publish
- Visit
yoursite.com/rdy-sync/and enter your sync key - Click "Check for Updates" to pull the latest version
Protected files: Your rdy-sync/config.php and includes/db-config.php are never overwritten during sync, so your local settings stay safe.
Oomph System
Oomph is the credit system used across all Alexiuz services. AI-powered actions cost oomph; manual edits are free.
| Action | Cost | Notes |
|---|---|---|
| Manual text editing | Free | Click-to-edit in preview |
| AI site generation | Varies by model | Cost = model's oomph_cost |
| AI prompt (restyle/edit) | Varies by model | Cost = model's oomph_cost × multiplier |
| Image generation | 10 oomph | Flat cost per image |
You can check your oomph balance in the top bar. To get more oomph, visit alexiuz.com.
Different AI models have different costs. Free models (0 oomph) are available for basic generation. Premium models produce higher-quality results.