Getting Started with Priiism
BasicsGetting Started
Priiism turns your ideas into production apps. Tell the AI what you want — it writes the code, sets up the database, and deploys it. No boilerplate, no configuration, no DevOps.
1. Create a Project
Click New Project from the dashboard. Pick a template or start from scratch. Give it a name — you’re in the workspace in seconds.
2. Talk to the Agent
The chat panel is your primary tool. Just describe what you want:
- “Build me a task manager with user accounts and a dashboard”
- “Add a contact form that sends emails”
- “Create an API endpoint that returns user data from the database”
The agent writes the code, creates files, and you see changes in real time.
3. Preview as You Build
The preview panel shows your app running live. Every change the agent makes is reflected immediately — no manual refreshing, no waiting for builds.
4. Deploy
When you’re ready, tell the agent “deploy my app” or click the deploy button. Your app goes live with a URL you can share.
- Web — Live in seconds with instant SSL and global CDN
- iOS — Builds and submits to TestFlight automatically
- Android — Builds and publishes to Google Play
What Else Can the Agent Do?
Beyond writing code, the agent manages your entire project:
- Database — “Create a users table” — provisions and manages your database
- GitHub — “Push this to GitHub” — syncs code, creates issues, opens PRs
- Environment variables — “Set my API key as a secret” — encrypted, per-environment
- Authentication — “Add login to my app” — sets up user auth with social login and MFA
- Security — “Run a security scan” — checks for vulnerabilities and fixes them
- Mobile builds — “Build the iOS app” — compiles, signs, and submits to app stores
See the full list of 42+ agent tools.
Your Workspace at a Glance
| Panel | What It Does |
|---|---|
| Chat | Talk to the AI agent — your main interface |
| Editor | View and edit code with syntax highlighting |
| Preview | Live preview of your running app |
| Deploy | Ship to web, iOS, or Android |
| Settings | Env vars, GitHub, auth, database, domains, team |
Keyboard shortcuts: ⌘1 Chat · ⌘2 Code · ⌘3 Preview · ⌘4 Split view
Need Help?
Just ask the agent. It knows your entire codebase and can help with anything — debugging, deploying, explaining code, or figuring out the next step.