2023-09-26

This commit is contained in:
name
2023-09-27 11:34:23 +00:00
parent e4fc871937
commit 72d8b4e6be
101 changed files with 3032 additions and 1934 deletions

View File

@ -1,97 +1,90 @@
---
slug: /
title: Home page
hide_title: true
slug: /
---
# <br /> Free Wolfram Alpha Step-by-Step Solutions
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
import FormCTA from "../src/components/FormCTA.tsx";
import submitMathInputForm from "../src/functions/submitMathInputForm.ts";
import InputMathProblems from "../src/components/InputMathProblems.tsx";
import SubmitButton from "../src/components/SubmitButton.tsx";
import ButtonLink from "../src/components/ButtonLink.tsx";
# Free Wolfram Alpha step-by-step solutions
Get free access to **step-by-step** solutions. Unlock the power of **Wolfram|Alpha Pro** for free. Wolfree is **free** and **open-source** software. Thousands of learners use Wolfree to bypass paywalls.
import FormCTA from "../src/components/FormCTA.tsx";
import FormQuickStart from "../src/components/FormQuickStart.tsx";
import ButtonLink from "../src/components/ButtonLink.tsx";
<FormCTA autoFocus={true} submitText="Show Steps" />
<FormCTA autoFocus={true} />
## How to get Wolfram Alpha step-by-step solutions for free
<br />
<br />
<form onSubmit={submitMathInputForm}>
## How To Use Wolfree
1. Type your math problem in the text box.
<FormQuickStart />
<InputMathProblems autoFocus={false} defaultValue="y'=y" />
<br />
<br />
2. Click the "Show Steps" button.
## Mirror Sites
<SubmitButton text="Show Steps" />
Wolfree operates through a network of mirror sites to ensure uninterrupted access to step-by-step solutions. If you can't access this web page, visit one of our [mirror sites](/mirror) to continue your learning journey.
3. Explore the step-by-step solution provided. 🎉
<p>
<ButtonLink to="./mirror" text="Access Mirror Sites" />
</p>
</form>
<br />
<br />
## Mirror sites
## Source Code
If you can't access this web page, visit one of the [mirror sites](/mirror) to continue your learning journey. Wolfree operates through a network of mirror sites to ensure uninterrupted access to step-by-step solutions.
Wolfree is **free** and **open-source** software. Our inclusive community welcomes individuals from diverse backgrounds to collaborate on our [source code](/source). Let's foster diversity, equity, and inclusion on the Internet. ❤️
<ButtonLink to="./mirror" text="Access mirror sites" />
<p>
<ButtonLink to="./source" text="Explore Source Code" />
</p>
## Source code
<br />
<br />
Wolfree is **free** and **open-source** software built on transparency and openness, welcoming individuals from diverse backgrounds to collaborate on [source code](/source). Let's foster diversity, equity, and inclusion on the Internet. ❤️
## How Wolfree Works
<ButtonLink to="./source" text="Explore source code" />
## How Wolfree works
Here's a simplified breakdown of how Wolfree works:
1. Programmers distribute the Dockerfile on Fediverse, including platforms compatible with ForgeFed, like Forgejo and Gitea.
2. Website operators install and run Docker.
3. Docker automatically downloads the Dockerfile from Fediverse and builds a Docker image.
2. Website operators install and run Docker Engine.
3. Docker Engine automatically downloads the Dockerfile from Fediverse and builds a Docker image.
4. Web hosting service providers deploy Wolfree mirror sites.
5. Internet service providers allow your web browser to connect to Wolfree mirror sites.
6. You gain **free** access to the computational capabilities of **Wolfram|Alpha Pro**. 🎉
6. You gain access to the computational capabilities of **Wolfram|Alpha Pro**. 🎉
Wolfree leverages a [shadow library](https://en.wikipedia.org/wiki/Shadow_library) that shares **step-by-step** solutions, ensuring you have free access to the learning resources you need.
<br />
<br />
## Testimonials
Here's what our community has to say about Wolfree:
## Trusted by thousands of learners
> "Wolfree has been a transformative addition to my academic journey. The **step-by-step** solutions powered by **Wolfram|Alpha Pro** have profoundly enriched my understanding of complex math concepts. Thanks to Wolfree, my grades have seen remarkable improvement. I now approach math confidently." - Olivia (they/them), Student.
> "As a math teacher, I wholeheartedly endorse Wolfree for my students. The **step-by-step** solutions promote genuine comprehension of math concepts. By incorporating the computational capabilities of **Wolfram|Alpha Pro** into my classroom, Wolfree has significantly elevated my students' learning experiences." - Mx. Smith (they/them), Educator.
> "As a math teacher, I wholeheartedly endorse Wolfree for my students. The **step-by-step** solutions promote genuine comprehension of math concepts. By incorporating the computational capabilities of **Wolfram|Alpha Pro** into my classroom, Wolfree has measurably enhanced my students' learning outcomes." - Mx. Smith, Educator.
<br />
<br />
## What you'll get with Wolfree
## What You'll Get with Wolfree
By using Wolfree, you'll get **free** access to the full power of **Wolfram|Alpha Pro**, including:
By using Wolfree, you'll get **free** access to the full potential of **Wolfram|Alpha Pro**, including:
- Get answers and hints for your math homework problems.
- Use **step-by-step** calculators for chemistry, calculus, algebra, trigonometry, and equation solving.
- Develop a deeper understanding of your homework with detailed steps and hints guiding you from problems to answers.
- **Step-by-step** calculators for calculus, differential equations, and linear algebra.
- Immediate feedback and guidance hints for your math homework problems.
- Detailed, comprehensible steps guiding you from problems to answers.
Unleash the full potential of your learning with Wolfree and elevate your studies to a whole new level. 🚀
It's **free**! Type your math problem and click "**Show Steps**" now!
It's **free**. Type your math problem and click "**Show Steps**" now.
<FormCTA />
<br />
<br />
<FormCTA autoFocus={false} submitText="Show Steps" />
<!--
What Is a Landing Page? Landing Pages Explained | Unbounce
https://unbounce.com/landing-page-articles/what-is-a-landing-page/
-->
<!--
Is Your Landing Page Good Enough to get into Y Combinator?
https://yourlandingpagesucks.com/startup-landing-page-teardown-yc/
-->
@ -105,5 +98,3 @@ It's **free**! Type your math problem and click "**Show Steps**" now!
My pronouns are: they/them • Pronouns.page
https://en.pronouns.page/they
-->
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->