๐Ÿ“š

Help & Documentation

Everything you need to build amazing apps with AI โ€” simplified, secure, and developer-friendly.

๐Ÿ”

๐Ÿš€ Getting Started in 4 Steps

1

Sign Up & Verify

Create your free fixki account. Verify your email to unlock full features.

2

Describe Your Idea

In plain language, tell our AI what app you want: "A task manager with dark mode and calendar sync".

3

Review & Refine

Preview the generated UI and code. Tweak prompts or use our visual editor for adjustments.

4

Export or Deploy

Download as ZIP, or deploy instantly to Vercel/Netlify with one click.

๐Ÿ’ก Pro Tip: Be specific in your prompts! Instead of "a store", try "an e-commerce store for handmade jewelry with cart, Stripe payments, and Instagram gallery".

๐Ÿค– How AI App Generation Works

fixki uses advanced large language models fine-tuned for full-stack development. Here's the workflow:

  1. Prompt Analysis: Our AI parses your natural language description to identify components, logic, and integrations.
  2. Architecture Planning: It selects optimal tech stack (React/Vue, Node/Deno, Tailwind/CSS) based on your requirements.
  3. Code Generation: Clean, modular, and commented code is produced โ€” ready for review or deployment.
  4. Preview & Iterate: See a live preview. Refine with follow-up prompts: "Add dark mode toggle" or "Make the form validate emails".
prompt-example.js
// Example: What you describe
"A landing page with hero section, features grid, and contact form"

// What fixki generates (simplified)
export default function LandingPage() {
  return (
    <div>
      <Hero title="Build Faster with AI" />
      <Features items={[...]} />
      <ContactForm endpoint="/api/contact" />
    </div>
  );
}
โœ… Privacy First: Your prompts and generated code are never used to train public models. Enterprise users can enable private model fine-tuning.

๐Ÿ“ Managing Your Projects

Stay organized and iterate efficiently with fixki's project management tools.

๐Ÿ“‚

Project Dashboard

View all your apps, filter by status (draft, deployed), and search by name or tech stack.

โœ๏ธ

Visual Editor

Tweak UI components without coding: change colors, rearrange sections, or update text directly.

๐Ÿ”

Version History

Every regeneration saves a new version. Revert anytime or compare changes side-by-side.

๐Ÿ‘ฅ

Team Collaboration

(Pro/Team plans) Invite members, assign roles, and comment on specific code blocks.

๐Ÿ’ก Workflow Tip: Use descriptive project names like "ecom-handmade-jewelry-v2" to easily locate and version your work.

All projects are encrypted at rest and isolated per user account.

๐ŸŒ Deploying Your App

Go from idea to live URL in minutes. fixki supports multiple deployment targets:

โ–ฒ

Vercel

Zero-config deployment for Next.js, React, and serverless functions.

โ—†

Netlify

Ideal for static sites, forms, and edge functions with global CDN.

โš™๏ธ

Custom Server

Download ZIP and deploy anywhere: Docker, AWS, DigitalOcean, or your VPS.

๐Ÿ” Deployment Security

  • Environment variables are encrypted and injected securely at deploy time
  • Generated code includes basic security headers and input sanitization
  • Pro users can enable SSO, audit logs, and private deployment endpoints

๐Ÿ’ก Pro Tips & Troubleshooting

๐ŸŽฏ Write Better Prompts

Be specific about features, audience, and style. Example: "A fitness tracker app for seniors with large buttons, voice input, and weekly summary emails".

๐Ÿ”„ Iterate Smartly

Instead of regenerating everything, use follow-ups: "Keep the layout but change the color scheme to dark blue" or "Add form validation for phone numbers".

๐Ÿงช Test Before Deploying

Use the preview mode to interact with your app. Check responsiveness on mobile/desktop views before going live.

๐Ÿ› ๏ธ Debugging Help

If code has errors: 1) Check the console in preview mode 2) Ask AI: "Fix the login form validation error" 3) Export and debug locally with your IDE.

โš ๏ธ Common Issues & Fixes

  • "Code won't run locally" โ†’ Ensure you have the correct Node.js version (v18+). Check package.json dependencies.
  • "API keys not working" โ†’ Verify environment variables are set correctly in your deployment platform.
  • "UI looks broken on mobile" โ†’ Use the responsive preview toggle and refine prompts with "mobile-first" or "responsive design".
  • "Slow generation" โ†’ Complex apps take longer. Break large requests into smaller features for faster iterations.

โ“ Frequently Asked Questions

Still need help?

Our support team is ready to assist with technical issues, billing questions, or feature requests.

Contact Support โ†’
ยฉ 2026 fixki.de โ€” AI-Powered App Building. All rights reserved.