diff --git a/app/(root)/api-docs/page.tsx b/app/(root)/api-docs/page.tsx new file mode 100644 index 0000000..b23eab8 --- /dev/null +++ b/app/(root)/api-docs/page.tsx @@ -0,0 +1,76 @@ +import { Metadata } from 'next'; + +export const metadata: Metadata = { + title: 'API Documentation - OpenStock', + description: 'Free and open API documentation for OpenStock platform - no paywalls, no barriers', +}; + +export default function ApiDocsPage() { + return ( +
+ Complete guide to integrating with the OpenStock API - completely free, forever +
++ 💡 Open Dev Society Promise: This API will always be free. No hidden costs, no usage limits for personal projects, no barriers to knowledge. +
++ We believe market data should be accessible to everyone - students building their first portfolio tracker, + developers creating tools for their community, and anyone who wants to learn about finance without barriers. +
++ Building a project for class? Email us at opendevsociety@cc.cc for unlimited access and mentorship. +
++ Join our Discord community for code examples, troubleshooting, and collaboration opportunities. +
++ This API, its documentation, and all example code are open source. + Found a bug? Want a feature? Submit a PR or issue on GitHub. +
++ Free help, guided by community, powered by the belief that everyone deserves support +
++ 🤝 Our Promise: Every question matters. Every beginner is welcomed. No exclusion, ever. +
++ Every expert was once a beginner. Our guides are written by the community, for the community. + No jargon, no assumptions about prior knowledge. +
++ Real people helping real people. Our Discord community includes students, professionals, + and mentors who genuinely want to help you succeed. +
++ Every feature is designed with accessibility and ease-of-use in mind. + We believe powerful tools should be simple to use. +
+{faq.answer}
++ Don't struggle alone. Our community of builders, learners, and dreamers is here to help. + Because we believe the future belongs to those who build it openly. +
+ ++ ✨ All support is free, always. We're here because we care, not for profit. +
++
+ Last updated: October 4, 2025 +
+ ++ 🤝 Written in Plain English: No legal jargon here. These terms are designed to be fair, + understandable, and aligned with our Open Dev Society values. +
++ We believe terms of service should protect both users and creators without being exploitative. + These terms reflect the Open Dev Society manifesto: open, fair, community-first. +
++ By using OpenStock, you're joining our community. Here's what that means: +
+Core features of OpenStock will always be free:
++ This isn't a "freemium trap" - it's our commitment to making financial tools accessible to everyone. +
+Let's be crystal clear about this:
++ OpenStock is an educational and analysis tool, not investment advice. + We provide data and tools to help you make informed decisions, but the decisions are yours. +
++ We're not financial advisors. We're developers and community members who built + tools we wished existed when we were learning about investing. +
++ Always do your own research. Use multiple sources, consult professionals, + and never invest more than you can afford to lose. +
++ We trust you to be a good community member. Here's what we ask: +
++ Your data belongs to you. We provide tools to export everything anytime. + We'll never claim ownership of your watchlists, notes, or personal information. +
++ Market data comes from licensed sources. While we provide it for free, + please respect that it's meant for personal use and learning. +
++ Community contributions are appreciated. If you share insights or contribute + to discussions, you're helping build a knowledge commons for everyone. +
++ We're committed to keeping OpenStock running, but we're also realistic: +
++ We believe in transparency for terms changes too: +
++ Legal documents shouldn't be mysterious. If anything here confuses you or seems unfair, + let's talk about it. +
++ Legal Questions:{' '} + + opendevsociety@cc.cc + +
++ General Discussion: Join our Discord #community channel +
++ "We build tools that empower people, create knowledge that's free for all, + and foster communities where everyone can grow." +
++ These terms reflect those values. Thanks for being part of our community. 🚀 +
+