Documentation
Welcome to the Codius Docs — your quick guide to building and deploying powerful full-stack apps with ease. From natural language prompts to backend integration and instant deployment, this guide covers everything you need to get started.
Quick Start Guide
1Start with a Prompt
Begin by describing what you want in simple English.
Example:
"Create a blog website with user authentication and comment section."
Codius instantly generates both frontend and backend code based on your prompt.
2Backend with Supabase
Add backend logic by connecting to Supabase:
- Set up authentication
- Create and manage your database
- Enable real-time features
You can also prompt:
"Connect a Supabase database with a posts table."
3Add APIs
Need third-party services or your own APIs? Just say it:
"Add a REST API to fetch weather data using OpenWeatherMap."
"Add an endpoint /api/contact to handle form submissions."
4Deploy Instantly
Choose where to go live with one click:
Vercel
Netlify
Firebase (Beta)
Deployment is fully managed — just pick a platform and go.
5Edit Anytime
- Tweak code directly in the editor
- Refine features with follow-up prompts
- All changes reflect instantly
Tips
- Use clear prompts for better results
- Combine natural language and code freely
- Use Supabase SQL editor or API if you prefer manual setup