Skip to content

Quick Start

Let’s build your first app with Presencis. By the end of this guide, you’ll have a fully functional application deployed and accessible on the internet.

Your Progress

0 / 5 completed
Create a new projectCurrent
Describe your app
Select modules
Customize your template
Deploy to production
  1. Log in to your Presencis dashboard
  2. Click the “New Project” button
  3. Enter a name for your project (e.g., “My First App”)

New Project Screenshot

This is where the magic happens. In the description field, tell Presencis what you want to build:

I want to build a simple task management app where users can:
- Sign up and log in
- Create, edit, and delete tasks
- Mark tasks as complete
- See a dashboard of their tasks

Our AI will analyze your description and suggest the appropriate modules:

  • Authentication — User signup, login, password reset
  • Database — Store tasks and user data
  • API — RESTful endpoints for task operations
  • Dashboard — Pre-built UI components

Based on your description, Presencis suggests matching templates. For a task management app, you might see:

Minimal Dashboard

Clean, simple dashboard perfect for productivity apps.

Modern SaaS

Full-featured SaaS template with sidebar navigation.

Click on a template to preview it, then click “Use Template” to continue.

The visual builder lets you customize your app without writing code:

  • Upload your logo
  • Set your brand colors
  • Choose typography
  • Drag and drop components
  • Rearrange sections
  • Add or remove pages
  • Edit text directly
  • Update images
  • Configure settings

When you’re happy with your app, click the “Deploy” button.

Presencis will:

  1. Build your application
  2. Run automated tests
  3. Deploy to the global edge network
  4. Provision SSL certificates
  5. Configure your domain

Your app will be live in under 60 seconds.

After deployment, you’ll get:

Production: https://my-first-app.presencis.app
Preview: https://preview-my-first-app.presencis.app

Congratulations! 🎉 You’ve built and deployed your first Presencis app.