<p align="center">
<a href="https://axonotes.ch">
<!-- Assuming assets folder is at the root of your homepage repo -->
<img src="assets/logo_no_text.png" alt="Axonotes Logo" width="150"/>
</a>
</p>
<h1 align="center">Axonotes Official Website 🌐</h1>
<p align="center">
<strong>The official homepage and information hub for Axonotes.</strong>
<br />
<em>Built with SvelteKit and designed to introduce you to the future of academic software.</em>
</p>
<p align="center">
<a href="#about-axonotes">About Axonotes</a> •
<a href="#about-this-website">About This Website</a> •
<a href="#tech-stack">Tech Stack</a> •
<a href="#getting-started">Getting Started</a> •
<a href="#contributing">Contributing</a> •
<a href="#stay-connected-with-axonotes">Stay Connected</a> •
<a href="#license">License</a>
</p>

🎯 About Axonotes
Axonotes is envisioned as the ultimate command center for students and educators, designed to end the chaos of juggling
multiple applications. Our goal is to create a single, streamlined platform where notes, collaboration, planning,
learning tools (like flashcards and interactive exercises), and communication live together seamlessly.
We're building an all-in-one academic suite focused on:
- Unified Workflow: Notes, tasks, chat, and learning tools in one place.
- Effortless Collaboration: Real-time co-authoring with features like line-level locking.
- Powerful Knowledge Creation: Flexible note-taking (Markdown, rich text, infinite canvases, pen support),
LaTeX
support, and more.
- Smart Organization: Integrated planning, powerful global search, and knowledge graphs.
- Offline-First & Cross-Platform: Work anywhere, anytime, on any device (via AxonotesCore).
- Revolutionary Version History: Every change saved, powered by SpaceTimeDB (in AxonotesCore).
- Secure & Private by Design: Built with Swiss precision.
Learn more about the core application at the AxonotesCore Repository.
🖥️ About This Website
This repository contains the source code for the official Axonotes homepage, accessible at axonotes.ch (once live).
Its purpose is to:
- Introduce the vision and features of Axonotes.
- Provide updates on development progress.
- Offer ways for the community to get involved and provide feedback.
- Serve as the primary point of contact and information for the Axonotes project.
⭐ Star History (for this Website Repository)
<a href="https://www.star-history.com/#axonotes/AxonotesHomepage&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=axonotes/AxonotesHomepage&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=axonotes/AxonotesHomepage&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=axonotes/AxonotesHomepage&type=Date" />
</picture>
</a>
🛠️ Tech Stack (for this Website)
This website is built using modern web technologies:
🚀 Getting Started (Developing this Website)
To set up and run this website locally for development:
- Clone the repository:
git clone https://github.com/axonotes/AxonotesHomepage.git
cd AxonotesHomepage
- Install dependencies:
We use
bun for package management:
bun install
- Run the development server:
bun run dev
- Open your browser and navigate to
http://localhost:5173 (or the port specified in your console).
🤝 Contributing (to this Website)
We welcome contributions to improve the Axonotes homepage! Whether it's fixing a typo, improving the design, adding new content, or enhancing functionality, your help is appreciated.
How to contribute to this website:
- 🔎 Found a Bug or Typo? Please open an issue in this repository.
- 🎨 Design Ideas? Open an issue to discuss your suggestions. We're keen to make the site as user-friendly and appealing as possible.
- ✍️ Content Suggestions? If you have ideas for content that would help users understand Axonotes better, let us know via an issue.
- 🛠️ Code Contributions:
- Fork this repository.
- Create a new branch (
git checkout -b feat/your-amazing-feature).
- Make your changes.
- Commit your changes (
git commit -m 'Add some amazing feature'). Make sure to sign your commits with gpg!
- Push to the branch (
git push origin feat/your-amazing-feature).
- Open a Pull Request.
For general feedback about the Axonotes application itself (not just this website):
- 📧 Share Your Thoughts via Email: Send your ideas, your biggest frustrations with current tools, and your dream features for the Axonotes application to:
oliver@axonotes.ch
- 📝 Fill Out Our Quick Survey: https://forms.gle/N2qFoXn4PonD6EnA9
Please read our CONTRIBUTING.md (once created) for more detailed guidelines.
🌐 Stay Connected with Axonotes
Follow the overall Axonotes project for updates, announcements, and community discussion:
📜 License
The content and code for this Axonotes homepage repository are licensed under the MIT License.
For full terms and conditions, please see the LICENSE file in this repository.
Note: This MIT license applies to the website's code and content. The Axonotes core application (AxonotesCore) is licensed separately under the Business Source License 1.1, transitioning to AGPLv3+. See the AxonotesCore repository for its specific licensing details.
Thank you for your interest in Axonotes! We're excited to share our journey with you through this website.
Best regards,
Oliver & the (future) Axonotes Team
(A Swiss-based initiative)