Skip to main content

Create Your First Site

Get your business visible on Google in just 5 minutes. Follow this step-by-step guide to launch your first SYNTIweb site.
1

Choose Your Product

Visit syntiweb.com and select the product that fits your business:
  • SYNTIstudio - Complete business website (barbershop, clinic, consultancy)
  • SYNTIfood - Digital menu for restaurants
  • SYNTIcat - Product catalog for retail stores
2

Create Your Account

Register with your email and create a password. You’ll also need to:
  • Choose your business segment (e.g., restaurant, retail, professional services)
  • This helps us customize your site’s starting template
3

Complete the Onboarding Wizard

Fill out the 5-step wizard with your business information:
  1. Business Details - Name, description, contact info
  2. Choose Subdomain - Your site will be yourname.syntiweb.com
  3. Select Your Plan - Choose from Oportunidad, Crecimiento, or Visión
  4. Add Initial Content - Upload your first product/service or menu items
  5. Preview & Publish - Review and launch your site
The wizard validates your subdomain in real-time to ensure it’s available.
4

Your Site is Live!

Once published, your site is immediately accessible at:
https://yourname.syntiweb.com
The system automatically creates:
  • Your tenant database record
  • Default theme and configuration
  • Initial content structure (menu.json for SYNTIfood, products.json for SYNTIcat)
  • QR tracking code for offline marketing
5

Access Your Dashboard

To edit your site, use the secret dashboard access:On Desktop:
  • Press Alt+S while viewing your site
On Mobile:
  • Long press (3 seconds) on your logo
Enter PIN:
  • Default PIN is 1234 (change it in Config tab)
Keep your PIN secure. Anyone with the PIN can edit your site.

What Gets Created

When you complete onboarding, SYNTIweb automatically sets up:

Tenant Record

Your business data, plan, and configuration stored in the database

Storage Directory

Private storage at /tenants/{id}/ for images and JSON files

Default Theme

Pre-selected color palette based on your business segment

QR Code

8-character tracking code for offline marketing

Next Steps

Now that your site is live, customize it to match your brand:

Manage Products

Add, edit, and organize your products or services

Customize Theme

Change colors, upload logo, customize sections

Download QR Code

Generate QR stickers for your storefront

Configure WhatsApp

Set up WhatsApp for customer orders

Example: Creating a Restaurant Site

Here’s a real-world example using SYNTIfood:
// After onboarding, your menu.json looks like this:
{
  "categories": [
    {
      "id": 1,
      "name": "Pizzas",
      "description": "Pizzas artesanales",
      "photo_url": "/storage/tenants/123/categories/pizzas.webp",
      "items": [
        {
          "id": 1,
          "name": "Margherita",
          "description": "Tomate, mozzarella, albahaca",
          "price_usd": 8.50,
          "active": true
        }
      ]
    }
  ]
}
The dashboard (Alt+S) lets you add more categories and items visually—no code required.
Need help? Check out our User Guides for detailed walkthroughs.

Build docs developers (and LLMs) love