Skip to content

Commit

Permalink
Updated manifesto and added my name
Browse files Browse the repository at this point in the history
  • Loading branch information
anubrag committed Dec 22, 2023
1 parent 9515158 commit a1a83ad
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 13 deletions.
30 changes: 23 additions & 7 deletions MANIFESTO.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
**We have a dream.**
# We have a dream.

**In the dawn of the Age of AI Agents,** we envision a world where personal digital assistants don't just navigate the vast digital universe but also create and manage it on your behalf. These agents, expressed through code, will generate and orchestrate a library of programs, continuously evolving to meet your needs. However, as the complexity of these programs grows, so does the chasm between human understanding and machine operation. This is where Next.py emerges as a solution, bridging this gap, ensuring that you, the user, maintain visibility and control over the increasingly complex code generated by your AI agents.
In the dawn of the Age of AI Agents, we envision a world where personal digital assistants don't just navigate the vast digital universe but also create and manage it on your behalf. These agents, expressed through code, will generate and orchestrate a library of programs, continuously evolving to meet your needs. However, as the complexity of these programs grows, so does the gap between human understanding and machine operation. This is where Next.py steps in, a bridge across that gap, ensuring you stay in the driver's seat, even as your AI co-pilot navigates the complex highways of code.

But Next.py's vision extends beyond mere technology; it’s about democratizing creativity. Millions of us **have** brilliant ideas for apps and automations, yet these ideas often remain unexplored chasms in the realm of imagination. Next.py changes this narrative. We are democratizing app development, turning your ideas into reality, accessible to anyone with a vision, regardless of their coding expertise. Our mission is to empower you to bring your app ideas to life with simplicity and clarity.
But Next.py's vision extends beyond mere technology; **it's about reigniting the spark of creativity in every mind.** Millions of us have brilliant app ideas, trapped in the depths of our imagination. Next.py liberates those ideas, democratizing app development and turning anyone with a vision, coder or not, into an inventor. We empower you to bring your app dreams to life, with simplicity and clarity as your tools.

**Do you remember the days when software wasn't just a rental, it was an adventure?** Back then, trading floppy disks felt like sharing buried treasure, each game and app a portal to countless hours of exploration. We owned those pixels, those lines of code, and with them, the freedom to create and share. The current model of software as a service has transformed users into perpetual tenants, constantly paying for what they could once own. Next.py is part of a movement that reverses this trend. By making self-hosting technology simpler and more accessible, we are handing back control to the users. You're not just renting software; you're owning it, controlling it, and ensuring your privacy and security are in your hands.
Do you remember the days when software wasn't just a rental, it was an adventure? Back then, trading floppy disks felt like sharing buried treasure, each game and app a portal to countless hours of exploration. We owned those pixels, those lines of code, and with them, the freedom to create and share. **We reclaim that spirit.** The current model treats users as perpetual tenants, forever renting what they could once own. Next.py joins a rebellion against this model, making self-hosting your apps simpler, handing back control, and placing your privacy and security firmly in your grasp. You're not just renting software; you're owning a piece of the digital universe, shaping it to your will.

In this evolving landscape, programming is undergoing a fundamental shift. The emergence of fine-tuned LLMs is leading us into a new era of programming. This era envisions a future where creating and customizing software could be as simple as typing a few lines of English into an AI app. With [Next.py](http://nextpy.org/), get ready for a revolution in citizen programming, similar to how Excel democratized financial programming. Next.py is at the forefront of this paradigm shift. Our framework is not only designed for the current technological landscape, but also for the possibilities of tomorrow. It's a platform where your creativity meets the efficiency of AI, where your visions are not constrained by the complexities of coding, and where the power of technology is once again in your hands.
In this digital renaissance, programming itself is transforming. Fine-tuned language models usher in a new era, where lines of code bend to the whispers of natural language. Next.py puts you at the forefront of this citizen programming revolution, poised to democratize code like Excel democratized financial programming. We are not building for today, but for the possibilities of tomorrow, a platform where your creativity dances with AI's efficiency, where your visions soar unburdened by coding complexities, and where the power of technology once again rests in your hands.

**This is not just an Manifesto; it's a call to arms.** Join us in shaping a future where technology's power isn't wielded by a chosen few, but by the collective might of dreamers like you. A future where your ideas morph from whispers to vibrant apps, enriching the tapestry of our digital world.
The time for dreaming is over. It's time to code your revolution. Join us in shaping a future where technology's power isn't wielded by a chosen few, but by the collective might of dreamers like us. A future where your ideas transform from whispers to vibrant apps, enriching the tapestry of our digital world.

**So, grab your keyboard, fellow revolutionary. Fork our repo, let your code be your battle cry, and add your name to our manifesto.** Every line of code, every shared dream, fuels the engine of this movement. Together, we write the next chapter of software, not just as users, but as creators, owners, and architects of a brighter digital dawn.
So, grab your keyboard, fellow revolutionary. Fork our repo, let your code be your battle cry, and add your name to our manifesto. Every line of code, every shared dream, fuels the engine of this movement. Together, we write the next chapter of software, not just as users, but as creators, owners, and architects of a brighter digital future.

The future awaits. Are you ready to code your dreams into reality?


<!--
## Join the Rebels & Dreamers
To add your name to our manifesto and join this movement, follow these simple steps:
1. **Fork the Repository:** Start by forking our repository to your account.
2. **Edit the Manifesto:** Check out the manifesto branch, then open the `MANIFESTO.md` file and scroll down to the "Rebels & Dreamers" section.
3. **Add Your Name:** Write your name at the end of the list, using the format `- Your Name`.
4. **Commit Your Changes:** Save your changes and commit them with a message like "Adding my name to the Rebels & Dreamers".
5. **Create a Pull Request:** Submit a pull request to us with your changes.
We will squash the commits daily and merge them with the main branch.
-->
### The Rebels & Dreamers:
- Anurag
6 changes: 3 additions & 3 deletions app-examples/gallery/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.db
*.py[cod]
.web
*.db
*.py[cod]
.web
__pycache__/
4 changes: 1 addition & 3 deletions app-examples/simple_chat/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
*.db

*.py[cod]

*.web

.web
__pycache__/

0 comments on commit a1a83ad

Please sign in to comment.