NERA Wiki
Welcome to the official wiki of NERA – your barrier-free, AI-powered platform for website and app creation. This wiki is more than just a help page – it's your companion to build trust, gain perspective, and gain clarity throughout the process.
Getting Started & Basics
NERA is a browser-based, AI-powered platform that allows you to create websites and web apps using voice, text, or chat – no coding knowledge required. You are guided step by step and retain full control over content, design, and publishing.
Voice & Chat Interface
Describe your website using natural language through voice commands or text chat.
Browser-Based
No installation needed. Access NERA from any modern web browser on any device.
Full Control
Maintain complete control over content, design, and when to publish your website.
Step-by-Step Guidance
Follow a structured process that guides you through website creation from start to finish.
NERA Website Canvas: Structure & Examples
The Canvas helps prepare your project by asking the right questions so NERA can implement your vision correctly. It covers:
- Goal, audience, content, tone
- Design preferences
- Functional features (forms, shop, calendar)
You can either complete the Canvas or enter your vision directly, e.g., "Create a shop for natural cosmetics."
Canvas Example
Project Goal
"I need a professional website for my yoga studio to attract new clients and allow existing clients to book classes online."
Target Audience
"Adults aged 25-55 interested in yoga, wellness, and mindfulness. Mostly local residents within 10km of my studio."
Design Preferences
"Calm, minimalist aesthetic with soft colors (greens, blues). Natural elements and plenty of whitespace. Mobile-friendly for clients checking schedules on the go."
Functional Requirements
"Class schedule with booking system, instructor profiles, contact form, newsletter signup, and integration with Instagram feed."
The 3 Steps of AI-Powered Creation
Enter Your Vision
Complete the Canvas or describe your website directly through text or voice.
AI Generation
NERA's AI generates layout, content, and structure based on your requirements.
Adjust & Publish
Review the generated website, make adjustments, and publish when ready.
Pro Tip
The more detailed your initial description, the more accurate NERA's first draft will be. You can always refine and adjust later, but a clear vision helps the AI understand your needs better from the start.
Content & Design
NERA provides guidance on creating effective website content and design, including:
Copywriting
- AI-generated content tailored to your brand voice
- SEO-optimized headlines and text
- Compelling calls-to-action
- Tone adjustment (professional, friendly, etc.)
Imagery
- Suggested stock photos that match your brand
- Option to upload your own images
- Automatic image optimization
- Accessibility features (alt text, etc.)
Page Structure
- Standard pages (Home, About, Services, Contact)
- Custom page templates for specific needs
- Logical navigation structure
- Mobile-responsive layouts
Color & Typography
- AI-suggested color palettes based on your brand
- Font pairing recommendations
- Accessibility-compliant contrast ratios
- Custom typography options
Did You Know?
NERA can adapt existing content from your old website or social media profiles to maintain brand consistency while improving the presentation and effectiveness.
Technical Requirements
System Requirements
-
Browser: Modern browser (Chrome, Firefox, Safari, Edge)
-
Internet: Stable connection (min 5 Mbps)
-
Device: Any device with a web browser
-
Installation: None required
Domain & Hosting
-
Domain Options: Use your own domain or a nera-ai.de subdomain
-
Hosting: NERA hosting included or export for external hosting
-
SSL Certificate: Included with NERA hosting
-
Domain Connection: Simple DNS setup with guided instructions
Export Options
-
HTML/CSS: Clean, optimized code for external hosting
-
Assets: All images and resources included
-
Compatibility: Works with any standard web hosting
Performance
-
Load Speed: Optimized for fast loading
-
Mobile Optimization: Fully responsive on all devices
-
SEO: Built-in optimization for search engines
Legal & Data Protection
NERA helps you maintain legal compliance with built-in tools and features:
GDPR Compliance
- Customizable privacy policies
- Cookie consent banners
- Data processing agreements
- User data management tools
Legal Notice Generator
- Automatic impressum creation
- Terms of service templates
- Country-specific legal adaptations
- Regular updates to match legal changes
Secure Hosting
- European server options
- SSL encryption included
- Regular security updates
- Data backup and recovery
Form & Contact Compliance
- GDPR-compliant contact forms
- Consent checkboxes
- Secure data transmission
- Spam protection
Important Note
While NERA provides tools to help with legal compliance, we recommend consulting with a legal professional to ensure your website meets all requirements specific to your business and location.
Accessibility (WCAG)
NERA prioritizes accessibility, ensuring your website is usable by everyone, including people with disabilities. Our platform supports:
Visual Accessibility
- Screen reader compatibility
- High contrast options
- Text resizing without loss of functionality
- Alt text for all images
Navigation & Structure
- Keyboard navigation
- Skip navigation links
- Logical heading structure
- Descriptive link text
Language & Content
- Plain language options
- Multilingual support
- Proper language attributes
- Consistent navigation patterns
WCAG Compliance
NERA follows Web Content Accessibility Guidelines (WCAG) 2.1 standards, aiming for AA compliance level by default. This ensures your website is accessible to a wide range of people with disabilities, including:
- Visual impairments
- Hearing impairments
- Motor disabilities
- Cognitive limitations
NERA for Business & Marketing
NERA is ideal for startups, freelancers, and SMBs looking to establish or enhance their online presence. Our platform includes powerful business and marketing features:
CRM Integration
Connect your website with popular CRM systems to capture and manage leads effectively.
- HubSpot integration
- Salesforce compatibility
- Lead capture forms
Newsletter Tools
Build your email list and engage with customers through integrated newsletter functionality.
- Mailchimp integration
- Signup forms
- GDPR-compliant opt-ins
SEO Tools
Optimize your website for search engines to improve visibility and attract more visitors.
- Meta tag optimization
- Sitemap generation
- Keyword suggestions
Analytics
Track website performance and visitor behavior to make data-driven decisions.
- Google Analytics integration
- Meta Pixel support
- Performance dashboards
Landing Pages
Create high-converting landing pages for campaigns, product launches, or events.
- Conversion-optimized templates
- A/B testing (coming soon)
- Campaign tracking
E-Commerce
Sell products or services directly through your website with integrated e-commerce features.
- Product catalogs
- Secure payment processing
- Inventory management
Business Insight
NERA doesn't just build websites—it helps grow your business. Our AI can suggest improvements based on industry best practices and visitor behavior, helping you continuously optimize your online presence for better results.
NERA for Developers & Integrations
While NERA is designed to be accessible for non-technical users, it also offers powerful features for developers who want more control or need to integrate with existing systems:
Code Export
- Clean, well-structured HTML/CSS export
- JavaScript functionality with comments
- Asset files included in export package
- Optimized for further development
API & Webhooks
- RESTful API for integration (in development)
- Webhook support for event notifications
- Custom endpoint configuration
- Secure authentication methods
Developer Mode
- Direct code editing capabilities
- Custom CSS and JavaScript injection
- Advanced configuration options
- Version control integration
Third-Party Integrations
- Payment gateways (Stripe, PayPal)
- Social media platforms
- Analytics services
- Marketing automation tools
Code Sample
// Example of NERA-generated code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My NERA Website</title>
<link rel="stylesheet" href="styles.css">
<!-- NERA-generated meta tags for SEO -->
<meta name="description" content="Professional website created with NERA AI">
</head>
<body>
<header class="site-header">
<!-- Navigation structure -->
<nav class="main-nav">
<!-- Clean, semantic HTML structure -->
</nav>
</header>
<main>
<!-- Content sections with proper hierarchy -->
</main>
<footer>
<!-- Footer content with proper structure -->
</footer>
<script src="scripts.js"></script>
</body>
</html>
NERA generates clean, well-structured code that follows best practices and is easy to customize further.
Registration & Usage
Getting started with NERA is simple and straightforward. Follow these steps to create your first website:
Register at nera-ai.de
Visit nera-ai.de and create your account using your email address or by connecting with Google, Apple, or Microsoft accounts.
- Secure authentication process
- Choose your subscription plan
- Set up your profile
Create your account to get started
Fill out Canvas or Enter Your Vision
You have two options to start creating your website:
-
AComplete the Canvas:
Answer structured questions about your goals, audience, design preferences, and functional requirements.
-
BDirect Vision:
Simply describe what you want in natural language, like "Create a professional portfolio website for a photographer with a minimalist design."
Share your vision with NERA
Review and Edit the Suggested Draft
NERA will generate a complete website draft based on your input. You can then:
- Preview the website in real-time
- Edit text, images, and layout
- Add or remove sections
- Adjust colors, fonts, and styling
- Ask NERA for specific changes using natural language
Refine your website to perfection
Connect Your Domain & Publish
When you're satisfied with your website, it's time to make it live:
- Use a free nera-ai.de subdomain or connect your custom domain
- Configure DNS settings with guided instructions
- Enable SSL for secure HTTPS connections
- Click "Publish" to make your website live
Share your website with the world
Ongoing Management
After publishing, you can continue to update and manage your website through the NERA dashboard. Make changes, add new content, and monitor performance—all from one central location.
Trust & User Support
NERA is designed to build confidence and trust throughout the website creation process. We understand that creating a website can be intimidating, which is why we've built features that provide clarity and support at every step:
Transparent Communication
We believe in clear, jargon-free communication that helps you understand exactly what's happening.
- Plain language explanations
- Focused, relevant questions
- Clear reasoning behind suggestions
User Control
You're always in the driver's seat with NERA, making decisions at your own pace.
- No pressure to proceed
- Easy to undo changes
- Final approval before publishing
Guidance & Education
We help you learn as you go, building your confidence and knowledge.
- Contextual tips and explanations
- Best practice recommendations
- Skill-building approach
Responsive Support
Help is always available when you need it, in the format that works best for you.
- In-app assistance
- Email support
- Comprehensive documentation
Planned Features
We're continuously working to enhance the NERA experience with new features that build confidence and provide support:
Video Tutorials
Step-by-step video guides for common tasks and features
Interactive Onboarding
Guided tour of NERA's features for new users
Template Library
Curated collection of starting points for different industries
Live Chat Support
Real-time assistance from our support team
Feedback, Community & Support
We believe in building NERA together with our users. Your feedback helps us improve and evolve the platform to better meet your needs.
Community
Join our growing community of NERA users to share ideas and get inspired.
Feature Requests
Help shape the future of NERA by suggesting and voting on new features.
Help Center
Frequently Asked Questions
How quickly can I create a website with NERA?
Most users can create a complete website in under an hour, with simple sites taking as little as 15-20 minutes.
Do I need technical skills to use NERA?
No technical skills required! NERA is designed to be accessible to everyone, regardless of technical background.
Can I export my website to host elsewhere?
Yes, you can export your website as HTML/CSS files to host on any standard web hosting service.
Pricing & Billing
NERA offers flexible pricing options to suit different needs and budgets. Our transparent pricing structure ensures you know exactly what you're paying for.
Subscription Options
Monthly Billing
- Pay month-to-month
- Cancel anytime
- Flexible for short-term projects
Annual Billing
- Save up to 20% compared to monthly
- Billed once per year
- Best value for long-term use
Payment Methods
NERA accepts various payment methods for your convenience:
- Credit/Debit Cards
- PayPal
- SEPA Direct Debit (EU)
All payments are processed securely through Stripe:
Secure payment processing
PCI DSS Level 1 compliant
Billing FAQ
When will I be charged?
For monthly plans, you'll be charged on the same date each month. For annual plans, you'll be charged once per year on your subscription anniversary.
How do I cancel my subscription?
You can cancel your subscription at any time from your account settings. Your subscription will remain active until the end of your current billing cycle.
Can I change my plan?
Yes, you can upgrade or downgrade your plan at any time. Upgrades take effect immediately, with a prorated charge for the remainder of your billing cycle. Downgrades take effect at the end of your current billing cycle.
Do you offer refunds?
We offer a 14-day money-back guarantee for new subscriptions. If you're not satisfied with NERA within the first 14 days, contact our support team for a full refund.
Plans & Feature Comparison
Choose the plan that best fits your needs. All plans include NERA's core AI features, real-time previews, intuitive editing, and GDPR-compliant infrastructure.
Plan | Price | Best For | Key Features |
---|---|---|---|
Starter | €25/month | Beginners, individual projects |
|
Professional (Most Popular) | €60/month | Freelancers, small businesses |
|
Enterprise | Custom pricing | Agencies, large teams & organizations |
|
Starter
Perfect for beginners and individual projects
- 1 active website
- AI website builder
- Voice control
- Auto content & layout
- .nera-ai.de subdomain
Professional
Ideal for freelancers and small businesses
- Up to 3 active websites
- Custom domain
- Branding (colors, logo, fonts)
- Dashboard page
- GDPR tools & cookie banner
- Advanced SEO features
- Priority support
Enterprise
For agencies, large teams & organizations
- 20+ active projects
- Website/app builder
- SEO & performance optimization
- Team roles & collaboration
- White labeling
- Template export / Developer mode
Not Sure Which Plan Is Right?
Start with the Starter plan and upgrade anytime as your needs grow. All plans come with our 14-day money-back guarantee, so you can try NERA risk-free.
Contact us for guidanceMultilingual & Localization
NERA makes it easy to create multilingual websites that reach a global audience. Our platform supports multiple languages and localization features to ensure your website is accessible to users around the world.
Multilingual Website Creation
- Generate content in multiple languages
- Language-specific SEO optimization
- Proper language attributes and metadata
- Culturally appropriate content adaptation
Language Selector
- Built-in language selector component
- Customizable design and placement
- Automatic language detection
- User language preference storage
Localization Features
- Date and time format localization
- Currency and number formatting
- Right-to-left (RTL) language support
- Region-specific legal compliance
Supported Languages
Global Reach
With NERA's multilingual capabilities, you can reach a global audience without the need for separate websites or complex translation processes. Our AI ensures that translations maintain the right tone and context for each language, helping you connect with customers worldwide.
AI Transparency & Ethics
At NERA, we believe in transparent and ethical AI practices. We're committed to using AI responsibly and ensuring that our users understand how our technology works.
Data Privacy & Security
- GDPR-compliant data processing
- No data sold or shared with third parties
- Secure encryption of sensitive information
- User control over data retention
AI Decision Transparency
- Clear explanations of AI suggestions
- Human oversight of AI processes
- User ability to override AI decisions
- Transparent logic and reasoning
Content Responsibility
- Content filtering for inappropriate material
- Bias detection and mitigation
- Fact-checking for generated content
- User review before publishing
Continuous Improvement
- Regular model updates and improvements
- User feedback integration
- Ethical review of new features
- Transparency about model limitations
Our AI Ethics Principles
Human-Centered
Our AI exists to empower humans, not replace them. You always have the final say.
Trustworthy
We're transparent about what our AI can and cannot do, with no exaggerated claims.
Inclusive
We design our AI to be accessible to everyone and to avoid perpetuating biases.
Our Commitment
We're committed to using AI responsibly and ethically. We continuously evaluate our practices and technologies to ensure they align with our values and benefit our users. If you have questions or concerns about our AI practices, please contact us.
NERA for Education & Non-Profits
NERA is proud to support educational institutions and non-profit organizations with special pricing and features designed for their unique needs.
For Educational Institutions
- Discounted pricing for schools and universities
- Classroom project templates
- Multi-user accounts for student groups
- Educational resources and tutorials
Use Cases
- Student portfolio websites
- Class project showcases
- Department and faculty websites
- Event and conference sites
For Non-Profit Organizations
- Special pricing for registered non-profits
- Donation and fundraising features
- Volunteer management tools
- Impact reporting templates
Use Cases
- Organization websites
- Campaign and fundraising sites
- Community resource portals
- Volunteer recruitment sites
Special Features
Donation Integration
Seamlessly integrate donation forms and payment processing for fundraising campaigns.
Volunteer Portal
Create dedicated areas for volunteer sign-up, scheduling, and management.
Impact Reporting
Showcase your organization's impact with visual data displays and storytelling elements.
Apply for Special Pricing
If you're an educational institution or non-profit organization, you may be eligible for special pricing and features. Apply here or contact us at [email protected] for more information.
Troubleshooting & Help
Encountering issues with NERA? Here are solutions to common problems and ways to get help when you need it.
Common Issues & Solutions
Issue | Cause | Solution |
---|---|---|
Website won't load | Domain not connected | Check & save domain settings |
Content missing | Project not saved | Restore from last draft |
Broken layout | Old browser cache | Refresh or clear browser cache |
AI not responding | Connection issue | Check internet connection, try again |
Changes not saving | Session timeout | Log out and back in |
Images not displaying | Image path issue | Re-upload or select new images |
Browser Compatibility
NERA works best with modern browsers. For optimal experience, we recommend:
- Chrome (latest version)
- Firefox (latest version)
- Safari (latest version)
- Edge (latest version)
Connection Issues
If you're experiencing connection problems:
- Check your internet connection
- Disable VPN or proxy services
- Try a different network if possible
- Check our status page for service disruptions
Account Issues
-
Forgot password:
Use the "Forgot Password" link on the login page to reset your password.
-
Account locked:
Contact support to unlock your account after too many failed login attempts.
-
Billing issues:
Check your payment method details in account settings or contact billing support.
Getting Help
-
Email Support
Contact [email protected] for personalized assistance.
-
Knowledge Base
Browse our help center for detailed guides and tutorials.
-
Community Forum
Connect with other users in our community forum (coming soon).
Quick Tip
Most issues can be resolved by refreshing the page or logging out and back in. If you're still experiencing problems, don't hesitate to reach out to our support team.
NERA means:
"Your words unleash the power of your ideas."
You're not alone – we're with you every step of the way. For help, contact [email protected]