๐Ÿ”

Unays LLC Documentation

Official guidance for the connected Unays ecosystem, including AI, visual creation, curriculum learning, browser coding, interactive 3D, Muslim study tools, moderated forums, and teacher workflows.

Platforms & Services

Unays LLC offers connected public platforms for productive AI work, visual creation, learning, coding, interactive exploration, source-led study, and moderated discussion.

โšก
Unays AI
Intelligent productivity tools for content creation, automation, research assistance, and smart workflows.
ProductivityAIAutomation
ST
Unays Studio
Create presentations, lessons, reports, worksheets, and visual content with smart templates and shared projects.
DesignPresentationsProjects
๐Ÿ“š
Unays EDU
Free interactive learning platform with courses in coding, sciences, languages, history, and more.
EducationFreeInteractive
โ˜ช๏ธ
Unays Muslim
A calculated three-year Hifz plan with Sabaq, Manzil, focused verse practice, and nine searchable Hadith collections.
IslamicQuranHadith
๐ŸงŠ
Interactive 3D
More than 200 interactive models for science, anatomy, mathematics, history, engineering, technology, and art.
3DVisualLearning
๐Ÿ’ฌ
Community Forums
Moderated course questions, study groups, project conversations, profiles, and community roles.
ForumsStudyModerated

Getting Started

Welcome to the Unays ecosystem. All services are accessible via unays.net and its configured subdomains. Most core services are completely free for individual learners, with premium enterprise options available.

๐Ÿ’ก
Quick Start: Visit unays.net and choose your platform. No account registration is required for most learning tools. For developer accounts, reach out to contact@unays.net.

Platform Status

ServiceStatusURLAccess
Unays AILiveunays.net/aiFree
Unays StudioLiveunays.net/studioAccount required
Unays EDULiveunays.net/eduFree
Unays MuslimLiveunays.net/muslimFree
Interactive 3DLiveunays.net/3dPublic
Community ForumsLiveunays.net/forumsPublic reading
Unays DocsLivedocs.unays.netPublic
Product directoryLiveunays.net/productsPublic
UnaysNETLiveiot.unays.netAPI key for telemetry
Unays LabsExperimentallabs.unays.netPublic
Developer portalLivedevelopers.unays.netPublic docs; account for keys
Platform statusLiveunays.net/statusPublic
Email updatesLiveunays.net footerConfirmed opt-in

Labs toolkit and email updates

Unays Labs combines plain-language project information with free tools that run locally in the browser. The current toolkit validates and formats JSON, calculates SHA-256 file checksums, and creates request IDs. Pasted JSON and selected files are not uploaded by these tools.

The optional email-updates form is available in the main-site footer. A visitor must choose at least one email category, actively select the unchecked consent box, and confirm the address by email. Every confirmed subscription has an unsubscribe route. Unays does not treat an unconfirmed address as permission to send promotions.

โšก Unays AI

Unays AI provides intelligent, AI-powered productivity tools designed to enhance content creation, automate workflows, assist with research, and streamline daily tasks. Available at unays.net/ai.

Current public access

Unays AI is publicly available at unays.net/ai for learning, research, software work, and business planning. Visitors can explore the platform, while an account unlocks saved chats, collaborative projects, file workspaces, and connected community tools.

Public links

Language and safe use

Educational, Research, Coder, and Business modes share the same safety guard. Unsafe wording is stopped before a web search or AI request is made, and unsafe model output is filtered before it reaches the browser. Use a clear goal and relevant context, and verify important research or financial decisions with reliable primary sources.

Key Features

โœ๏ธ AI Writing Assistant โ€” Generate, refine, and proofread content with intelligent suggestions and context-aware editing.
๐Ÿ“Š Data Analysis โ€” Upload datasets and get automated insights, visualizations, and natural-language summaries.
๐Ÿค– Workflow Automation โ€” Create custom automation pipelines for repetitive tasks, content generation, and data processing.
๐Ÿ” Research Assistant โ€” Summarize articles, extract key information, and get answers from uploaded documents.

Use Cases

๐Ÿ“š Unays EDU

Unays EDU is a free interactive learning platform offering a comprehensive curriculum across multiple disciplines. Available at unays.net/edu.

Curriculum

SubjectTopics CoveredLevels
๐Ÿ’ป Coding & TechPython, JavaScript, Web Dev, AlgorithmsBeginner โ†’ Advanced
๐Ÿ”ฌ SciencesBiology, Chemistry, Physics, General ScienceBeginner โ†’ Advanced
๐ŸŒ LanguagesFrench, Spanish, EnglishBeginner โ†’ Intermediate
๐Ÿ“œ History & GeographyWorld History, Geography, Cultural StudiesBeginner โ†’ Advanced
๐Ÿ”ข Mathematics & LogicAlgebra, Geometry, Calculus, Logic PuzzlesBeginner โ†’ Advanced

Platform Features

๐Ÿงช Virtual Science Labs โ€” Conduct experiments in a safe, simulated environment with realistic outcomes.
๐Ÿ‘จโ€๐Ÿซ Course Builder โ€” Educators can create, customize, and publish their own courses with live class monitoring.
โšก Interactive Coding Labs โ€” Write and run code directly in the browser with real-time feedback.
๐Ÿ† Gamified Learning โ€” Earn achievements, track progress, and stay motivated with interactive exercises.

For Educators

Unays EDU includes a powerful Teacher Dashboard that allows educators to monitor student progress, assign custom coursework, and access detailed analytics on class performance. The Course Builder tool lets you design curriculum with interactive elements, quizzes, and multimedia content.

Current EDU Learning Spaces

PathPurposeAccess
unays.net/edu/learn10,800 class-specific learning units across Classes 1-12, ten subjects, ten curriculum strands per subject, three school terms, and nine lesson stages per topic. Mathematics includes 1,080 units. Every unit has a deterministic 99-question bank, focused five-minute practice, progress tracking, points, streaks, badges, and bookmarks.Public; account sync when signed in
unays.net/edu/codeCode Studio with isolated browser execution for JavaScript and Python, plus templates for additional languages.Public
unays.net/ai/eduTeacher workspace for project rosters, student account creation, invitations, and shared learning activity.Unays sign-in

Unays EDU Learn uses a grade-first curriculum database organized by class, subject, strand, term, and lesson stage. It retains the original EDU question banks for computing, science, history, languages, and English while adding class-specific generated assessment banks, including dedicated mathematics question types for number, fractions, ratio, algebra, geometry, measurement, data, probability, and functions. Three specialist learning models organize the curriculum, assess answer evidence, and recommend the next practice step. Progress is stored on the device for public learners and synced to the central Unays account database for signed-in learners. Code Studio executes JavaScript and Python inside an isolated browser sandbox; other language templates are available for planning and practice until a school-managed compiler is connected.

Curriculum API

The public, read-only EDU API returns the same curriculum records used by the learning interface. List responses are paginated and limited to 100 units per request.

EndpointPurpose
GET /ai/api/edu/curriculum/metaCurriculum totals, classes, school terms, and subject identifiers.
GET /ai/api/edu/curriculumFilter units with class, term, subject, strand, q, limit, and offset.
GET /ai/api/edu/curriculum/{id}Retrieve one curriculum unit and its assessment-bank size.
GET https://unays.net/ai/api/edu/curriculum?class=7&term=2&subject=mathematics&limit=30

The open reading shelf searches public-domain Project Gutenberg titles through Gutendex and opens the readable edition directly.

โ˜ช๏ธ Unays Muslim

Unays Muslim is a focused Hifz and Hadith workspace. It builds a personalized three-year memorization plan from any starting page in the standard 604-page Mushaf and provides a separate browser for nine Hadith collections. Available at unays.net/muslim.

Core Offerings

๐Ÿ“– Three-Year Hifz Roadmap โ€” Distribute the remaining Mushaf pages across 156 weeks and 780 new-memorization sessions, with exact daily, weekly, monthly, and yearly targets.
๐Ÿ“œ Hadith Library โ€” Browse, search, paginate, and save records from the nine-collection local dataset: Bukhari, Muslim, Nasa'i, Abu Dawud, Tirmidhi, Ibn Majah, Malik, Ahmad, and Darimi.
๐Ÿงญ Daily Retention System โ€” Follow five new-memorization days, one consolidation day, and one weekly test, supported by recent Sabaq and rotating long-term Manzil ranges.
๐Ÿ‘ค Focused Verse Practice โ€” Open any surah and ayah, listen in 1x, 3x, 5x, or 10x cycles, read the Uthmani text and Albanian translation, and compare a recalled Arabic transcript.
Important: The plan is an organizational aid. Memorization, Tajweed, pronunciation, and correction should be supervised by a qualified Quran teacher. Hadith collection status is shown honestly rather than inferred per record.

Unays Studio

Unays Studio is a signed-in visual creation workspace at unays.net/studio. It connects design work to the same Unays account and shared project system used by Unays AI.

๐ŸงŠ Interactive 3D Learning

Unays 3D Learning Lab provides more than 200 touch-friendly models that learners can rotate and inspect directly at unays.net/3d.

๐Ÿ’ฌ Community Forums

Unays Community is a moderated discussion space for course questions, study groups, projects, and peer learning at unays.net/forums.

๐ŸŒ Public Service Links

Use these official addresses to open each public Unays service. Private school and administrative systems are intentionally not listed.

AddressPublic service
unays.netUnays LLC home and platform directory
unays.net/aiUnays AI workspace
unays.net/studioUnays Studio visual creation workspace
unays.net/eduUnays EDU, Learn, and Code Studio
unays.net/3dInteractive 3D Learning Lab
unays.net/muslimQuran, Hadith, and Hifz study
unays.net/forumsModerated learning community
docs.unays.netOfficial public documentation

๐Ÿ’ฌ Contact & Support

Have questions or feedback? We'd love to hear from you.

๐Ÿ“ง Email: contact@unays.net โ€” General inquiries & enterprise requests
๐ŸŒ Website: unays.net โ€” Main platform & services
๐Ÿ“‹ Contact Form: unays.net/contact โ€” Submit platform, partnership, or support enquiries